Searched refs:_match (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/regulator/ |
| D | axp20x-regulator.c | 39 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 44 .of_match = of_match_ptr(_match), \ 61 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 66 .of_match = of_match_ptr(_match), \ 81 #define AXP_DESC_SW(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 86 .of_match = of_match_ptr(_match), \ 101 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument 105 .of_match = of_match_ptr(_match), \ 115 #define AXP_DESC_TABLE(_family, _id, _match, _supply, _table, _vreg, _vmask, \ argument 120 .of_match = of_match_ptr(_match), \
|
| /linux-4.4.14/drivers/scsi/ |
| D | scsi_transport_fc.c | 96 static int get_fc_##title##_match(const char *table_key, \
|