Home
last modified time | relevance | path

Searched full:methods (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/linux/sound/aoa/fabrics/
H A Dlayout.c645 if (gpio->methods && gpio->methods->get_##n) \
647 gpio->methods->get_##n(gpio); \
654 if (gpio->methods && gpio->methods->set_##n) \
655 gpio->methods->set_##n(gpio, \
737 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
741 v = ldev->gpio.methods->get_detect(&ldev->gpio, in detected_get()
861 v = ldev->gpio.methods->get_detect(&ldev->gpio, AOA_NOTIFY_HEADPHONE); in layout_notify()
865 ldev->gpio.methods in layout_notify()
[all...]
/linux/include/rdma/
H A Duverbs_named_ioctl.h56 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
60 * Declare global methods. These still have a unique object_id because we
61 * identify all uapi methods with a (object,method) tuple. However, they have
70 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
73 /* Used by drivers to declare a complete parsing tree for new methods
81 .methods = &UVERBS_OBJECT_METHODS(_object_id) \
/linux/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
140 **I HAVE NO IDEA WHAT THOSE METHODS DO.**
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/drivers/i2c/busses/
H A Di2c-scmi.c28 const struct smbus_methods_t *methods; member
157 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access()
161 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access()
301 if (!strcmp(name, smbus_cmi->methods->mt_info)) { in acpi_smbus_cmi_add_cap()
303 smbus_cmi->methods->mt_info, in acpi_smbus_cmi_add_cap()
307 smbus_cmi->methods->mt_info, status); in acpi_smbus_cmi_add_cap()
330 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr)) in acpi_smbus_cmi_add_cap()
332 else if (!strcmp(name, smbus_cmi->methods->mt_sbw)) in acpi_smbus_cmi_add_cap()
367 smbus_cmi->methods = device_get_match_data(dev); in smbus_cmi_probe()
/linux/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
39 The following sections describe the various I/O methods in more detail.
/linux/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.
/linux/include/linux/
H A Dnvram.h21 * of these methods. If the NVRAM hardware can be accessed only one byte
24 * .write methods can be used to implement that efficiently.
28 * methods when available and fall back on the .read_byte and .write_byte
29 * methods otherwise.
H A Dposix-clock.h24 * character device methods. The character device file operations are
52 * Optional character device methods:
102 * device file operation methods to access the posix clock. In particular,
H A Dnsc_gpio.h5 National Semiconductor GPIO common access methods.
13 the access methods differ. Thus, scx200_gpio and pc8736x_gpio
/linux/rust/kernel/
H A Dmm.rs54 // SAFETY: All methods on `Mm` can be called in parallel from several threads.
90 // SAFETY: All methods on `MmWithUser` can be called in parallel from several threads.
108 // Make all `Mm` methods available on `MmWithUser`.
118 // These methods are safe to call even if `mm_users` is zero.
154 // These methods require `mm_users` to be non-zero.
281 // Make all `VmaRef` methods available on `VmaReadGuard`.
/linux/Documentation/power/
H 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/drivers/video/fbdev/riva/
H A Driva_hw.h357 struct { /* start aliased methods in array 0400- */
360 } Lin[16]; /* end of aliased methods in array -047f*/
361 struct { /* start aliased methods in array 0480- */
366 } Lin32[8]; /* end of aliased methods in array -04ff*/
368 struct { /* start aliased methods in array 0580- */
371 } PolyLin32[16]; /* end of aliased methods in array -05ff*/
372 struct { /* start aliased methods in array 0600- */
375 } ColorPolyLin[16]; /* end of aliased methods in array -067f*/
/linux/Documentation/wmi/devices/
H A Ddell-wmi-ddv.rst81 WMI methods. Other WMI methods may ignore this argument or interpret it
89 The format of the output should be thoroughly checked, since many methods can
92 The data format of many battery-related methods seems to be based on the
93 `Smart Battery Data Specification`, so unknown battery-related methods are
300 flow with other ACPI methods (_BIX or _BIF for battery related methods
303 related methods (sometimes overwriting static ACPI data fields can be used
H A Dmsi-wmi-platform.rst37 Description("Class used to operate methods on a package"),
132 happen when a invalid byte field is ultimately accessed), all methods require a 32 byte input
188 that many methods just copy a part of the embedded controller memory into the output buffer.
190 This means that the remaining WMI methods can be reverse-engineered by looking which part of
192 debugfs interface for directly executing WMI methods. Additionally, any safety checks regarding
/linux/Documentation/sound/soc/
H 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/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
/linux/rust/zerocopy/src/
H A Dref.rs94 /// The caller promises not to call methods on the returned
95 /// [`ByteSlice`] other than `ByteSlice` methods (for example, via
101 // INVARIANTS: The caller promises not to call methods other than in as_byte_slice()
103 // guarantees that calling `ByteSlice` methods will not change the in as_byte_slice()
117 /// The caller promises not to call methods on the returned
118 /// [`ByteSliceMut`] other than `ByteSliceMut` methods (for example, via
124 // INVARIANTS: The caller promises not to call methods other than in as_byte_slice_mut()
126 // stability guarantees that calling `ByteSlice` methods will not in as_byte_slice_mut()
140 /// The caller promises not to call methods on the returned
141 /// [`IntoByteSlice`] other than `IntoByteSlice` methods (for example,
[all …]
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dbus.h36 /* mgmt methods */
40 /* control path methods */
43 /* data xfer methods */
/linux/tools/perf/util/libunwind/
H A Darm64.c
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst26 method would be to use accurate table methods for these routines. I have
29 These methods are used in GLIBC for some of the transcendental functions.
38 Rounding Methods
/linux/Documentation/networking/
H 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`,
213 methods such as 1000base-X and SGMII.
231 For further information on these methods, please see the inline
396 :c:func:`mac_link_down` methods.
400 :c:type:`struct phylink_mac_ops <phylink_mac_ops>` methods are called
/linux/kernel/trace/
H A Dtrace_dynevent.h19 * struct dyn_event_operations - Methods for each type of dynamic events
21 * These methods must be set for each type, since there is no default method.
38 * Except for @create, these methods are called under holding event_mutex.
/linux/drivers/platform/x86/
H A Ddual_accel_detect.h7 * ACPI methods, to let the firmware know if the 2-in-1 is in tablet- or laptop-mode.
11 * Since Linux does not call these undocumented methods, the SW_TABLET_MODE info reported
/linux/include/linux/spi/
H A Dspi_bitbang.h39 /* you can call these default bitbang->master methods from your custom
40 * methods, if you like.
/linux/Documentation/i2c/
H A Dfault-codes.rst38 Also, codes returned by adapter probe methods follow rules which are
81 Returned by driver probe() methods. This is a bit more
98 Returned by driver probe() methods to indicate that they

12345678910>>...24