/Linux-v4.19/sound/aoa/fabrics/ |
D | layout.c | 646 if (gpio->methods && gpio->methods->get_##n) \ 648 gpio->methods->get_##n(gpio); \ 655 if (gpio->methods && gpio->methods->set_##n) \ 656 gpio->methods->set_##n(gpio, \ 738 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get() 742 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get() 862 v = ldev->gpio.methods->get_detect(&ldev->gpio, AOA_NOTIFY_HEADPHONE); in layout_notify() 866 ldev->gpio.methods->set_speakers(&ldev->gpio, !v); in layout_notify() 867 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify() 868 ldev->gpio.methods->set_lineout(&ldev->gpio, 0); in layout_notify() [all …]
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-scmi.c | 38 struct smbus_methods_t *methods; member 167 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access() 171 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access() 311 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap() 313 smbus_cmi->methods->mt_info, in acpi_smbus_cmi_add_cap() 317 smbus_cmi->methods->mt_info, status); in acpi_smbus_cmi_add_cap() 340 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap() 342 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap() 385 smbus_cmi->methods = in acpi_smbus_cmi_add()
|
/Linux-v4.19/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 | 236 static struct gpio_methods methods = { variable 252 struct gpio_methods *pmf_gpio_methods = &methods;
|
/Linux-v4.19/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-v4.19/Documentation/media/uapi/v4l/ |
D | io.rst | 8 The V4L2 API defines several different methods to read from or write to 17 Other methods must be negotiated. To select the streaming I/O method 39 The following sections describe the various I/O methods in more detail.
|
/Linux-v4.19/Documentation/laptops/ |
D | sony-laptop.txt | 76 More recent Vaio models expose a consistent set of ACPI methods to 93 In your kernel logs you will find the list of all ACPI methods 100 (3) SN06 and SN07 are used to call into the real methods based on 106 * For old models you can see the GCDP/GCDP methods used to pwer on/off 112 The sony-laptop driver creates, for some of those methods (the most 115 You can create other entries corresponding to your own laptop methods by
|
/Linux-v4.19/Documentation/infiniband/ |
D | core_locking.txt | 11 all of the methods in struct ib_device may sleep. The exceptions 12 are any methods from the list: 49 All of the methods in struct ib_device exported by a low-level 112 A consumer is permitted to sleep in its add and remove methods.
|
/Linux-v4.19/sound/aoa/codecs/ |
D | onyx.c | 779 onyx->codec.gpio->methods->all_amps_off(onyx->codec.gpio); in onyx_switch_clock() 782 onyx->codec.gpio->methods->all_amps_restore(onyx->codec.gpio); in onyx_switch_clock() 821 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_resume() 823 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1); in onyx_resume() 825 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_resume() 869 if (!onyx->codec.gpio || !onyx->codec.gpio->methods) { in onyx_init_codec() 874 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_init_codec() 876 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1); in onyx_init_codec() 878 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_init_codec()
|
D | tas.c | 676 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_reset_init() 678 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init() 680 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 1); in tas_reset_init() 682 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init() 684 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_reset_init() 722 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_switch_clock() 732 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_switch_clock() 802 if (!tas->codec.gpio || !tas->codec.gpio->methods) { in tas_init_codec()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | soc-camera.rst | 65 All camera host methods are passed in a struct soc_camera_host_ops: 82 .add and .remove methods are called when a sensor is attached to or detached 90 details about format conversion. The rest of the methods are called from 98 and optionally provide platform .power and .reset methods for the camera. This 107 board-specific power switching methods. soc_camera_apply_board_flags() takes 169 .get_formats and, if required, a .put_formats methods.
|
/Linux-v4.19/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-v4.19/Documentation/timers/ |
D | 00-INDEX | 10 - Summary of the different methods for the scheduler clock-interrupts management.
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | devices.rst | 44 by implementing various role-specific suspend and resume methods to 71 various role-specific suspend and resume methods, so that the hardware 105 methods included in it will be explained in what follows. For now, it should be 106 sufficient to remember that the last three methods are specific to runtime power 113 sleep power management methods in a limited way. Therefore it is not described 121 The core methods to suspend and resume devices reside in 128 bus types) don't provide all power management methods. 130 Bus drivers implement these methods as appropriate for the hardware and the 281 All phases use PM domain, bus, type, class or driver callbacks (that is, methods 306 driver-specific methods stored in ``dev->driver->pm``, but they don't have to do [all …]
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysfs.txt | 54 the filesystem. Sysfs forwards file I/O operations to methods defined 125 show and store methods of the attribute owners. 139 calls the associated methods. 168 To read or write attributes, show() or store() methods must be 213 - show() methods should return the number of bytes printed into the 227 - The object passed to the methods will be pinned in memory via sysfs
|
/Linux-v4.19/sound/aoa/ |
D | aoa-gpio.h | 75 struct gpio_methods *methods; member
|
/Linux-v4.19/Documentation/power/ |
D | basic-pm-debugging.txt | 54 global control methods(*) 58 global control methods(*) and the disabling of nonboot CPUs 62 control methods(*), the disabling of nonboot CPUs and suspending of 65 (*) the platform global control methods are only available on ACPI systems 82 invoke the global control methods (eg. ACPI global control methods) used to 85 methods used to cancel hibernation etc.
|
/Linux-v4.19/drivers/rapidio/ |
D | Kconfig | 57 or any number of methods to be built as modules. 58 Selecting a built-in method disables use of loadable methods.
|
/Linux-v4.19/Documentation/acpi/ |
D | DSD-properties-rules.txt | 63 possibly leading to a conflict with AML methods in the ACPI namespace. In 65 manipulate hardware normally controlled by ACPI methods related to power 67 resource objects), or by ACPI device disabling/enabling methods, like _DIS and
|
D | method-customizing.txt | 7 Linux supports customizing ACPI control methods at runtime. 68 ACPI methods, we need to redo step c) ~ g) for multiple times.
|
/Linux-v4.19/Documentation/ |
D | video-output.txt | 7 can be used to hook platform specific methods to enable/disable video output
|
/Linux-v4.19/Documentation/i2c/ |
D | fault-codes | 34 Also, codes returned by adapter probe methods follow rules which are 73 Returned by driver probe() methods. This is a bit more 90 Returned by driver probe() methods to indicate that they
|
D | upgrading-clients | 10 the old to the new new binding methods. 95 .detach_client methods can be removed, along with the addr_data, 115 Add the probe and remove methods to the i2c_driver, as so:
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-power_state | 7 management methods.
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_uapi.c | 138 if (!obj->methods) in uapi_merge_tree() 143 (*obj->methods)[j]; in uapi_merge_tree()
|