Home
last modified time | relevance | path

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

12345

/linux-3.4.99/sound/aoa/fabrics/
Dlayout.c630 if (gpio->methods && gpio->methods->get_##n) \
632 gpio->methods->get_##n(gpio); \
639 if (gpio->methods && gpio->methods->get_##n) \
640 gpio->methods->set_##n(gpio, \
722 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
726 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
846 v = ldev->gpio.methods->get_detect(&ldev->gpio, AOA_NOTIFY_HEADPHONE); in layout_notify()
850 ldev->gpio.methods->set_speakers(&ldev->gpio, !v); in layout_notify()
851 ldev->gpio.methods->set_headphone(&ldev->gpio, v); in layout_notify()
852 ldev->gpio.methods->set_lineout(&ldev->gpio, 0); in layout_notify()
[all …]
/linux-3.4.99/drivers/i2c/busses/
Di2c-scmi.c36 struct smbus_methods_t *methods; member
163 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access()
167 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access()
303 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap()
305 smbus_cmi->methods->mt_info, in acpi_smbus_cmi_add_cap()
309 smbus_cmi->methods->mt_info, status)); in acpi_smbus_cmi_add_cap()
332 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap()
334 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap()
378 smbus_cmi->methods = in acpi_smbus_cmi_add()
/linux-3.4.99/sound/aoa/core/
Dgpio-feature.c178 static struct gpio_methods methods; variable
189 if (methods.set_master) in ftr_gpio_all_amps_off()
203 if (methods.set_master) in ftr_gpio_all_amps_restore()
246 methods.set_master = ftr_gpio_set_master; in ftr_gpio_init()
247 methods.get_master = ftr_gpio_get_master; in ftr_gpio_init()
405 static struct gpio_methods methods = { variable
421 struct gpio_methods *ftr_gpio_methods = &methods;
Dgpio-pmf.c236 static struct gpio_methods methods = { variable
252 struct gpio_methods *pmf_gpio_methods = &methods;
/linux-3.4.99/Documentation/video4linux/
Dsoc-camera.txt53 All camera host methods are passed in a struct soc_camera_host_ops:
71 .add and .remove methods are called when a sensor is attached to or detached
73 sensor driver's .init and .release methods respectively. .suspend and .resume
74 methods implement host's power-management functionality and its their
75 responsibility to call respective sensor's methods. .try_bus_param and
79 by the specific camera host driver. The rest of the methods are called from
87 and arbitrarily provide platform .power and .reset methods for the camera.
110 struct soc_camera_ops provides .probe and .remove methods, which are called by
/linux-3.4.99/Documentation/infiniband/
Dcore_locking.txt11 all of the methods in struct ib_device may sleep. The exceptions
12 are any methods from the list:
51 All of the methods in struct ib_device exported by a low-level
114 A consumer is permitted to sleep in its add and remove methods.
/linux-3.4.99/Documentation/laptops/
Dsony-laptop.txt76 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-3.4.99/sound/aoa/codecs/
Donyx.c785 onyx->codec.gpio->methods->all_amps_off(onyx->codec.gpio); in onyx_switch_clock()
788 onyx->codec.gpio->methods->all_amps_restore(onyx->codec.gpio); in onyx_switch_clock()
827 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_resume()
829 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1); in onyx_resume()
831 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_resume()
875 if (!onyx->codec.gpio || !onyx->codec.gpio->methods) { in onyx_init_codec()
880 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_init_codec()
882 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1); in onyx_init_codec()
884 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0); in onyx_init_codec()
Dtas.c682 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_reset_init()
684 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init()
686 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 1); in tas_reset_init()
688 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0); in tas_reset_init()
690 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_reset_init()
728 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio); in tas_switch_clock()
738 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio); in tas_switch_clock()
808 if (!tas->codec.gpio || !tas->codec.gpio->methods) { in tas_init_codec()
/linux-3.4.99/Documentation/sound/alsa/soc/
Djack.txt33 machine driver and updated by jack detection methods.
48 Jack detection methods
58 provided by the snd_soc_jack_add_gpio() function. Other methods are
/linux-3.4.99/include/xen/
Dxenbus.h102 #define DEFINE_XENBUS_DRIVER(var, drvname, methods...) \ argument
106 .ids = var ## _ids, ## methods \
/linux-3.4.99/Documentation/power/
Ddevices.txt30 by implementing various role-specific suspend and resume methods to
56 various role-specific suspend and resume methods, so that the hardware
116 This structure is defined in include/linux/pm.h and the methods included in it
118 For now, it should be sufficient to remember that the last three methods are
125 power management methods. Therefore it is not described in this document, so
131 The core methods to suspend and resume devices reside in struct dev_pm_ops
137 classes and bus types) don't provide all power management methods.
139 Bus drivers implement these methods as appropriate for the hardware and the
279 All phases use PM domain, bus, type, class or driver callbacks (that is, methods
303 driver-specific methods stored in dev->driver->pm, but they don't have to do
[all …]
Dbasic-pm-debugging.txt54 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
81 invoke the global control methods (eg. ACPI global control methods) used to
83 invoke the platform (eg. ACPI) global methods used to cancel hibernation etc.
/linux-3.4.99/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-trigger-sysfs9 automated testing or in situations, where other trigger methods
/linux-3.4.99/sound/aoa/
Daoa-gpio.h75 struct gpio_methods *methods; member
/linux-3.4.99/Documentation/filesystems/
Dsysfs.txt54 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
212 - show() methods should return the number of bytes printed into the
223 - The object passed to the methods will be pinned in memory via sysfs
/linux-3.4.99/Documentation/
Dvideo-output.txt7 can be used to hook platform specific methods to enable/disable video output
/linux-3.4.99/Documentation/i2c/
Dupgrading-clients10 the old to the new new binding methods.
96 .detach_client methods can be removed, along with the addr_data,
116 Add the probe and remove methods to the i2c_driver, as so:
Dfault-codes34 Also, codes returned by adapter probe methods follow rules which are
76 Returned by driver probe() methods. This is a bit more
93 Returned by driver probe() methods to indicate that they
/linux-3.4.99/Documentation/acpi/
Dmethod-customizing.txt7 Linux supports customizing ACPI control methods at runtime.
68 ACPI methods, we need to redo step c) ~ g) for multiple times.
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_object.c49 struct list_head methods; member
64 INIT_LIST_HEAD(&oc->methods); in nouveau_gpuobj_class_new()
93 list_add(&om->head, &oc->methods); in nouveau_gpuobj_mthd_new()
109 list_for_each_entry(om, &oc->methods, head) { in nouveau_gpuobj_mthd_call()
262 list_for_each_entry_safe(om, tm, &oc->methods, head) { in nouveau_gpuobj_takedown()
/linux-3.4.99/Documentation/arm/nwfpe/
DTODO24 method would be to use accurate table methods for these routines. I have
27 These methods are used in GLIBC for some of the transcendental functions.
/linux-3.4.99/Documentation/isdn/
DREADME.concap125 protocol may not call any *dops methods after this. */
136 dummy methods here */
160 /* Control methods must be set to NULL by devices which do not
182 be accessed via *pops methods only*/
/linux-3.4.99/Documentation/crypto/
Dasync-tx-api.txt26 The async_tx API provides methods for describing a chain of asynchronous
84 following methods:
101 There are two methods for an application to learn about the completion
/linux-3.4.99/Documentation/networking/
Ddmfe.txt51 Implement pci_driver::suspend() and pci_driver::resume() power management methods.

12345