Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/
H A D0002-configure-support-PIC-code-build.patch20 @@ -242,8 +242,9 @@ if eval "$CPP match.S > _match.s 2>/dev/null"; then
21 if test ! -s _match.s || grep error < _match.s > /dev/null; then
23 elif eval "$CC -c _match.s >/dev/null 2>/dev/null" && [ -f _match.o ]; then
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dhi6421-regulator.c129 #define HI6421_LDO(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument
134 .of_match = of_match_ptr(#_match), \
168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ argument
173 .of_match = of_match_ptr(#_match), \
208 #define HI6421_LDO_LINEAR_RANGE(_id, _match, n_volt, volt_ranges, vreg, vmask,\ argument
213 .of_match = of_match_ptr(#_match), \
245 #define HI6421_BUCK012(_id, _match, vreg, vmask, ereg, emask, sleepmask,\ argument
250 .of_match = of_match_ptr(#_match), \
282 #define HI6421_BUCK345(_id, _match, v_table, vreg, vmask, ereg, emask, \ argument
287 .of_match = of_match_ptr(#_match), \
H A Drk808-regulator.c74 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
77 .name = (_match), \
79 .of_match = of_match_ptr(_match), \
98 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
101 .name = (_match), \
103 .of_match = of_match_ptr(_match), \
121 #define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
126 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
H A Daxp20x-regulator.c273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
276 .name = (_match), \
278 .of_match = of_match_ptr(_match), \
295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
298 .name = (_match), \
300 .of_match = of_match_ptr(_match), \
315 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
317 .name = (_match), \
319 .of_match = of_match_ptr(_match), \
329 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
[all …]
H A Dwl2868c-regulator.c92 #define WL2868C_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
95 .name = (_match), \
97 .of_match = of_match_ptr(_match), \
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dcore.h17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument
27 .acpi_match = (_match), \
37 #define ACPI_MFD_CELL(_name, _res, _pdata, _pdsize, _id, _match) \ argument
38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtoolchain.py36 self._match = '_%s-' % arch
44 if self._match in value:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py611 def _match(tag): function
613 return _match
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py1662 def _match(self, regex, path): member in ExcludeFilter
1674 if self._match(regex, path):
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c80 static int get_fc_##title##_match(const char *table_key, \
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0008-Support-unifont.patch162 def HandleENDCHAR(self, _match):