Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/sound/aoa/fabrics/
H A Dlayout.c644 if (gpio->methods && gpio->methods->get_##n) \
646 gpio->methods->get_##n(gpio); \
653 if (gpio->methods && gpio->methods->set_##n) \
654 gpio->methods->set_##n(gpio, \
736 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
740 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
860 v = ldev->gpio.methods->get_detect(&ldev->gpio, AOA_NOTIFY_HEADPHONE); in layout_notify()
864 ldev->gpio.methods->set_speakers(&ldev->gpio, !v); in layout_notify()
865 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify()
866 ldev->gpio.methods->set_lineout(&ldev->gpio, 0); in layout_notify()
[all …]
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dmkpasswd.c91 static const struct crypt_method methods[] = { variable
166 for (i = 0; methods[i].method != NULL; i++) in main()
167 if (strcaseeq(methods[i].method, optarg)) { in main()
168 salt_prefix = methods[i].prefix; in main()
169 salt_minlen = methods[i].minlen; in main()
170 salt_maxlen = methods[i].maxlen; in main()
171 rounds_support = methods[i].rounds; in main()
231 salt_minlen = methods[0].minlen; in main()
232 salt_maxlen = methods[0].maxlen; in main()
233 salt_prefix = methods[0].prefix; in main()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopositioninfosource.cpp209 d->methods = {}; in QGeoPositionInfoSource()
311 void QGeoPositionInfoSource::setPreferredPositioningMethods(PositioningMethods methods) in setPreferredPositioningMethods() argument
314 d->methods = methods & supportedPositioningMethods(); in setPreferredPositioningMethods()
315 if (d->methods == 0) { in setPreferredPositioningMethods()
316 d->methods = supportedPositioningMethods(); in setPreferredPositioningMethods()
319 d->methods = methods; in setPreferredPositioningMethods()
328 return d->methods; in preferredPositioningMethods()
439 d->methods = NoPositioningMethods; in QGeoPositionInfoSource()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/
H A D0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch12 methods/aptmethod.h | 12 ++++++++++--
15 diff --git a/methods/aptmethod.h b/methods/aptmethod.h
17 --- a/methods/aptmethod.h
18 +++ b/methods/aptmethod.h
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-scmi.c35 struct smbus_methods_t *methods; member
164 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access()
168 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access()
308 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap()
310 smbus_cmi->methods->mt_info, in acpi_smbus_cmi_add_cap()
314 smbus_cmi->methods->mt_info, status); in acpi_smbus_cmi_add_cap()
337 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap()
339 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap()
383 smbus_cmi->methods = in acpi_smbus_cmi_add()
/OK3568_Linux_fs/kernel/sound/aoa/core/
H A Dgpio-feature.c181 static struct gpio_methods methods; variable
192 if (methods.set_master) in ftr_gpio_all_amps_off()
206 if (methods.set_master) in ftr_gpio_all_amps_restore()
249 methods.set_master = ftr_gpio_set_master; in ftr_gpio_init()
250 methods.get_master = ftr_gpio_get_master; in ftr_gpio_init()
408 static struct gpio_methods methods = { variable
424 struct gpio_methods *ftr_gpio_methods = &methods;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dxmethods.py134 if not matcher.methods:
136 for m in matcher.methods:
150 if not matcher.methods:
153 for m in matcher.methods:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dxmethods.py134 if not matcher.methods:
136 for m in matcher.methods:
150 if not matcher.methods:
153 for m in matcher.methods:
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_named_ioctl.h56 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
70 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
81 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dspectre.h29 void spectre_v2_update_state(unsigned int state, unsigned int methods);
32 unsigned int methods) in spectre_v2_update_state() argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py491 methods = [] variable
522 for m in methods:
1303 for m in methods:
1965 methods.append(local.Local())
1966 methods.append(wget.Wget())
1967 methods.append(svn.Svn())
1968 methods.append(git.Git())
1969 methods.append(gitsm.GitSM())
1970 methods.append(gitannex.GitANNEX())
1971 methods.append(cvs.Cvs())
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativepositionsource.cpp608 void QDeclarativePositionSource::setPreferredPositioningMethods(PositioningMethods methods) in setPreferredPositioningMethods() argument
613 m_preferredPositioningMethods = methods; in setPreferredPositioningMethods()
615 if (previousPreferredPositioningMethods != methods) { in setPreferredPositioningMethods()
617 static_cast<QGeoPositionInfoSource::PositioningMethods>(int(methods))); in setPreferredPositioningMethods()
622 if (m_preferredPositioningMethods != methods) { in setPreferredPositioningMethods()
623 m_preferredPositioningMethods = methods; in setPreferredPositioningMethods()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dio.rst9 The V4L2 API defines several different methods to read from or write to
18 Other methods must be negotiated. To select the streaming I/O method
40 The following sections describe the various I/O methods in more detail.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dsony-laptop.rst102 More recent Vaio models expose a consistent set of ACPI methods to
121 In your kernel logs you will find the list of all ACPI methods
129 (3) SN06 and SN07 are used to call into the real methods based on
136 * For old models you can see the GCDP/GCDP methods used to pwer on/off
142 The sony-laptop driver creates, for some of those methods (the most
145 You can create other entries corresponding to your own laptop methods by
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/
H A Dwidget.cpp59 auto methods = m_posSource->supportedPositioningMethods(); in Widget() local
60 …const QString status = QStringLiteral("Satellite: %1 ").arg(bool(methods & QGeoPositionInfoSource:… in Widget()
61 …+ QStringLiteral("Non-Satellite: %1").arg(bool(methods & QGeoPositionInfoSource::NonSatellitePosit… in Widget()
/OK3568_Linux_fs/kernel/sound/aoa/codecs/
H A Donyx.c778 onyx->codec.gpio->methods->all_amps_off(onyx->codec.gpio); in onyx_switch_clock()
781 onyx->codec.gpio->methods->all_amps_restore(onyx->codec.gpio); in onyx_switch_clock()
820 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_resume()
822 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1); in onyx_resume()
824 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_resume()
868 if (!onyx->codec.gpio || !onyx->codec.gpio->methods) { in onyx_init_codec()
873 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_init_codec()
875 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1); in onyx_init_codec()
877 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_init_codec()
H A Dtas.c675 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_reset_init()
677 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init()
679 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 1); in tas_reset_init()
681 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init()
683 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_reset_init()
721 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_switch_clock()
731 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_switch_clock()
801 if (!tas->codec.gpio || !tas->codec.gpio->methods) { in tas_init_codec()
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Dcore_locking.rst14 all of the methods in struct ib_device may sleep. The exceptions
15 are any methods from the list:
51 All of the methods in struct ib_device exported by a low-level
116 A consumer is permitted to sleep in its add and remove methods.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/
H A Dqgeopositioninfosource_geoclue2.cpp138 void QGeoPositionInfoSourceGeoclue2::setPreferredPositioningMethods(PositioningMethods methods) in setPreferredPositioningMethods() argument
140 QGeoPositionInfoSource::setPreferredPositioningMethods(methods); in setPreferredPositioningMethods()
362 const auto methods = preferredPositioningMethods(); in configureClient() local
363 switch (methods) { in configureClient()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libsecret/
H A Dlibsecret_0.20.5.bb5 for these methods so consumers do not have to call the low-level DBus methods."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-warn-perl_0.36.bb1 SUMMARY = "Test::Warn - Perl extension to test methods for warnings"
2 DESCRIPTION = "This module provides a few convenience methods for testing \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js9 var $, Node, Tree, methods;
413 methods = { variable
607 if (methods[method]) {
608 return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
610 return methods.init.apply(this, arguments);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py148 self.methods = [self._method_dict[m] for m in self._method_dict]
265 self.methods = [self._method_dict[m] for m in self._method_dict]
309 self.methods = [self._method_dict[m] for m in self._method_dict]
390 self.methods = [self._method_dict[m] for m in self._method_dict]
505 self.methods = [self._method_dict[m] for m in self._method_dict]
554 self.methods = [self._method_dict[m] for m in self._method_dict]
651 self.methods = [self._method_dict[m] for m in self._method_dict]
769 self.methods = [self._method_dict[m] for m in self._method_dict]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py148 self.methods = [self._method_dict[m] for m in self._method_dict]
265 self.methods = [self._method_dict[m] for m in self._method_dict]
309 self.methods = [self._method_dict[m] for m in self._method_dict]
390 self.methods = [self._method_dict[m] for m in self._method_dict]
505 self.methods = [self._method_dict[m] for m in self._method_dict]
554 self.methods = [self._method_dict[m] for m in self._method_dict]
651 self.methods = [self._method_dict[m] for m in self._method_dict]
769 self.methods = [self._method_dict[m] for m in self._method_dict]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/
H A Davoid-glibc-clashes.patch4 glibc added new methods for aligned allocation and it clashes with the
5 local version used by 'tiobench'. To fix it, we prefix the methods

12345678910>>...19