Searched refs:_match (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | axp20x-regulator.c | 41 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 44 .name = (_match), \ 46 .of_match = of_match_ptr(_match), \ 63 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 66 .name = (_match), \ 68 .of_match = of_match_ptr(_match), \ 83 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument 85 .name = (_match), \ 87 .of_match = of_match_ptr(_match), \ 97 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument [all …]
|
D | rk808-regulator.c | 68 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 71 .name = (_match), \ 73 .of_match = of_match_ptr(_match), \ 89 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 92 .name = (_match), \ 94 .of_match = of_match_ptr(_match), \ 110 #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ argument 112 .name = (_match), \ 114 .of_match = of_match_ptr(_match), \
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_fc.c | 97 static int get_fc_##title##_match(const char *table_key, \
|