Home
last modified time | relevance | path

Searched refs:_match (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/regulator/
Daxp20x-regulator.c39 #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/
Dscsi_transport_fc.c96 static int get_fc_##title##_match(const char *table_key, \