Home
last modified time | relevance | path

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

123456789

/linux/sound/aoa/fabrics/
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, \
931 !ldev->gpio.methods in layout_attached_codec()
956 !ldev->gpio.methods in layout_attached_codec()
1069 ldev->gpio.methods->init(&ldev->gpio); in aoa_fabric_layout_probe()
1084 ldev->gpio.methods->exit(&ldev->gpio); in aoa_fabric_layout_probe()
1121 ldev->gpio.methods->exit(&ldev->gpio); in aoa_fabric_layout_remove()
1134 if (ldev->gpio.methods && ldev->gpio.methods->all_amps_off) in aoa_fabric_layout_suspend()
[all …]
/linux/drivers/i2c/busses/
A Di2c-scmi.c33 struct smbus_methods_t *methods; member
162 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access()
166 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access()
306 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap()
308 smbus_cmi->methods->mt_info, in acpi_smbus_cmi_add_cap()
312 smbus_cmi->methods->mt_info, status); in acpi_smbus_cmi_add_cap()
335 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap()
337 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap()
381 smbus_cmi->methods = in acpi_smbus_cmi_add()
/linux/sound/aoa/core/
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;
A Dgpio-pmf.c235 static struct gpio_methods methods = { variable
251 struct gpio_methods *pmf_gpio_methods = &methods;
/linux/include/rdma/
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) \
/linux/Documentation/userspace-api/media/v4l/
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.
/linux/Documentation/admin-guide/laptops/
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
/linux/sound/aoa/codecs/
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()
A Dtas.c674 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_reset_init()
676 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init()
678 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 1); in tas_reset_init()
680 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init()
682 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_reset_init()
720 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_switch_clock()
730 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_switch_clock()
800 if (!tas->codec.gpio || !tas->codec.gpio->methods) { in tas_init_codec()
/linux/Documentation/infiniband/
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.
/linux/Documentation/sound/soc/
A Djack.rst34 machine driver and updated by jack detection methods.
49 Jack detection methods
59 provided by the snd_soc_jack_add_gpio() function. Other methods are
/linux/Documentation/networking/
A Dsfp-phylink.rst137 6. Add/replace ksettings get/set methods with:
193 :c:func:`of_phy_connect` becomes three methods: :c:func:`mac_link_up`,
211 methods such as 1000base-X and SGMII.
229 For further information on these methods, please see the inline
275 :c:func:`mac_link_down` methods.
279 :c:type:`struct phylink_mac_ops <phylink_mac_ops>` methods are called
/linux/Documentation/driver-api/pm/
A Ddevices.rst42 by implementing various role-specific suspend and resume methods to
69 various role-specific suspend and resume methods, so that the hardware
119 The core methods to suspend and resume devices reside in
126 bus types) don't provide all power management methods.
375 ``->suspend`` methods provided by subsystems (bus types and PM domains
377 to the devices before their drivers' ``->suspend`` methods are called.
445 of the resume methods. This generally involves undoing the actions of
486 suspend methods were called, for example by complete reinitialization.
544 discussed earlier. The main difference is that its methods can assume
549 described above. Its methods should undo the actions of the preceding
[all …]
/linux/Documentation/power/
A Dbasic-pm-debugging.rst60 global control methods [1]_
64 global control methods [1]_ and the disabling of nonboot CPUs
68 control methods\ [1]_, the disabling of nonboot CPUs and suspending
73 the platform global control methods are only available on ACPI systems
90 invoke the global control methods (eg. ACPI global control methods) used to
93 methods used to cancel hibernation etc.
/linux/Documentation/filesystems/
A Dsysfs.rst58 the filesystem. Sysfs forwards file I/O operations to methods defined
156 show and store methods of the attribute owners::
170 calls the associated methods.
198 To read or write attributes, show() or store() methods must be
243 - show() methods should return the number of bytes printed into the
255 - The object passed to the methods will be pinned in memory via sysfs
/linux/Documentation/firmware-guide/acpi/
A DDSD-properties-rules.rst66 possibly leading to a conflict with AML methods in the ACPI namespace. In
68 manipulate hardware normally controlled by ACPI methods related to power
70 resource objects), or by ACPI device disabling/enabling methods, like _DIS and
A Dmethod-customizing.rst10 Linux supports customizing ACPI control methods at runtime.
84 ACPI methods, we need to redo step c) ~ g) for multiple times.
/linux/Documentation/i2c/
A Dfault-codes.rst38 Also, codes returned by adapter probe methods follow rules which are
77 Returned by driver probe() methods. This is a bit more
94 Returned by driver probe() methods to indicate that they
/linux/drivers/rapidio/
A DKconfig69 or any number of methods to be built as modules.
70 Selecting a built-in method disables use of loadable methods.
/linux/sound/aoa/
A Daoa-gpio.h74 struct gpio_methods *methods; member
/linux/Documentation/admin-guide/
A Dvideo-output.rst7 can be used to hook platform specific methods to enable/disable video output
/linux/drivers/thermal/intel/
A DKconfig25 notification methods.
48 notification methods.The other trip is a critical trip point, which
/linux/Documentation/arm64/
A Darm-acpi.rst326 can be controlled through the optional ACPI methods _PS0, _PS1, _PS2, and _PS3;
336 methods. They are then tied back to D-states for a particular device
341 The kernel ACPI code will also assume that the _PSx methods follow the normal
342 ACPI rules for such methods:
356 Such code in _PSx methods will of course be very platform specific. But,
375 methods to be expected). The only exceptions to this are CPU clocks where
376 CPPC provides a much richer interface than ACPI methods. If the clocks
380 they could do so by providing ACPI methods that could be invoked by Linux
382 such methods, even if they are provided. Such methods are not currently
/linux/Documentation/ABI/testing/
A Dsysfs-devices-power_state7 management methods.
/linux/Documentation/hwmon/
A Dsht4x.rst33 address 0x44. See Documentation/i2c/instantiating-devices.rst for methods

Completed in 35 milliseconds

123456789