| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0002-configure-support-PIC-code-build.patch | 20 @@ -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 D | hi6421-regulator.c | 129 #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 D | rk808-regulator.c | 74 #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 D | axp20x-regulator.c | 273 #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 D | wl2868c-regulator.c | 92 #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 D | core.h | 17 #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 D | toolchain.py | 36 self._match = '_%s-' % arch 44 if self._match in value:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | element.py | 611 def _match(tag): function 613 return _match
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1662 def _match(self, regex, path): member in ExcludeFilter 1674 if self._match(regex, path):
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_transport_fc.c | 80 static int get_fc_##title##_match(const char *table_key, \
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0008-Support-unifont.patch | 162 def HandleENDCHAR(self, _match):
|