/Linux-v5.4/sound/aoa/fabrics/ |
D | layout.c | 644 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 …]
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-scmi.c | 35 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()
|
/Linux-v5.4/sound/aoa/core/ |
D | gpio-feature.c | 181 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;
|
D | gpio-pmf.c | 235 static struct gpio_methods methods = { variable 251 struct gpio_methods *pmf_gpio_methods = &methods;
|
/Linux-v5.4/include/rdma/ |
D | uverbs_named_ioctl.h | 83 .methods = &UVERBS_OBJECT_METHODS(_object_id) \ 97 .methods = &UVERBS_OBJECT_METHODS(_object_id) \ 108 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | io.rst | 15 The V4L2 API defines several different methods to read from or write to 24 Other methods must be negotiated. To select the streaming I/O method 46 The following sections describe the various I/O methods in more detail.
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | sony-laptop.rst | 102 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-v5.4/Documentation/infiniband/ |
D | core_locking.rst | 14 all of the methods in struct ib_device may sleep. The exceptions 15 are any methods from the list: 53 All of the methods in struct ib_device exported by a low-level 118 A consumer is permitted to sleep in its add and remove methods.
|
/Linux-v5.4/sound/aoa/codecs/ |
D | onyx.c | 778 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()
|
D | tas.c | 675 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()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | soc-camera.rst | 67 All camera host methods are passed in a struct soc_camera_host_ops: 84 .add and .remove methods are called when a sensor is attached to or detached 92 details about format conversion. The rest of the methods are called from 100 and optionally provide platform .power and .reset methods for the camera. This 109 board-specific power switching methods. soc_camera_apply_board_flags() takes 171 .get_formats and, if required, a .put_formats methods.
|
/Linux-v5.4/Documentation/sound/soc/ |
D | jack.rst | 34 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-v5.4/Documentation/networking/ |
D | sfp-phylink.rst | 134 6. Add/replace ksettings get/set methods with: 190 :c:func:`of_phy_connect` becomes three methods: :c:func:`mac_link_up`, 208 methods such as 1000base-X and SGMII. 218 For further information on these methods, please see the inline 263 :c:func:`mac_link_down` methods. 267 :c:type:`struct phylink_mac_ops <phylink_mac_ops>` methods are called
|
/Linux-v5.4/Documentation/driver-api/pm/ |
D | devices.rst | 50 by implementing various role-specific suspend and resume methods to 77 various role-specific suspend and resume methods, so that the hardware 111 methods included in it will be explained in what follows. For now, it should be 112 sufficient to remember that the last three methods are specific to runtime power 119 sleep power management methods in a limited way. Therefore it is not described 127 The core methods to suspend and resume devices reside in 134 bus types) don't provide all power management methods. 136 Bus drivers implement these methods as appropriate for the hardware and the 287 All phases use PM domain, bus, type, class or driver callbacks (that is, methods 312 driver-specific methods stored in ``dev->driver->pm``, but they don't have to do [all …]
|
/Linux-v5.4/sound/aoa/ |
D | aoa-gpio.h | 74 struct gpio_methods *methods; member
|
/Linux-v5.4/Documentation/power/ |
D | basic-pm-debugging.rst | 60 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-v5.4/drivers/thermal/intel/ |
D | Kconfig | 21 notification methods. 44 notification methods.The other trip is a critical trip point, which
|
/Linux-v5.4/Documentation/firmware-guide/acpi/ |
D | DSD-properties-rules.rst | 66 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
|
D | method-customizing.rst | 10 Linux supports customizing ACPI control methods at runtime. 84 ACPI methods, we need to redo step c) ~ g) for multiple times.
|
/Linux-v5.4/Documentation/admin-guide/ |
D | video-output.rst | 7 can be used to hook platform specific methods to enable/disable video output
|
/Linux-v5.4/Documentation/filesystems/ |
D | sysfs.txt | 54 the filesystem. Sysfs forwards file I/O operations to methods defined 146 show and store methods of the attribute owners. 160 calls the associated methods. 189 To read or write attributes, show() or store() methods must be 234 - show() methods should return the number of bytes printed into the 248 - The object passed to the methods will be pinned in memory via sysfs
|
/Linux-v5.4/drivers/rapidio/ |
D | Kconfig | 69 or any number of methods to be built as modules. 70 Selecting a built-in method disables use of loadable methods.
|
/Linux-v5.4/Documentation/i2c/ |
D | fault-codes.rst | 38 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
|
D | upgrading-clients.rst | 11 the old to the new new binding methods. 97 .detach_client methods can be removed, along with the addr_data, 117 Add the probe and remove methods to the i2c_driver, as so::
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-devices-power_state | 7 management methods.
|