Searched refs:methods (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dspectre.h29 void spectre_v2_update_state(unsigned int state, unsigned int methods);
32 unsigned int methods)
31 spectre_v2_update_state(unsigned int state, unsigned int methods) argument
/linux-master/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,
741 v = ldev->gpio.methods->get_detect(&ldev->gpio,
861 v = ldev->gpio.methods->get_detect(&ldev->gpio, AOA_NOTIFY_HEADPHONE);
865 ldev->gpio.methods
[all...]
/linux-master/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) \
H A Duverbs_ioctl.h245 * of 64 entries. Since allmost all methods have driver attributes we
264 /* Only true for ioctl methods */
313 const struct uverbs_method_def * const (*methods)[]; member in struct:uverbs_object_def
/linux-master/sound/aoa/core/
H A Dgpio-feature.c181 static struct gpio_methods methods; variable in typeref:struct:gpio_methods
192 if (methods.set_master)
206 if (methods.set_master)
249 methods.set_master = ftr_gpio_set_master;
250 methods.get_master = ftr_gpio_get_master;
408 static struct gpio_methods methods = { variable in typeref:struct:gpio_methods
424 struct gpio_methods *ftr_gpio_methods = &methods;
H A Dgpio-pmf.c235 static struct gpio_methods methods = { variable in typeref:struct:gpio_methods
251 struct gpio_methods *pmf_gpio_methods = &methods;
/linux-master/drivers/i2c/busses/
H A Di2c-scmi.c28 const struct smbus_methods_t *methods; member in struct:acpi_smbus_cmi
157 method = smbus_cmi->methods->mt_sbr;
161 method = smbus_cmi->methods->mt_sbw;
301 if (!strcmp(name, smbus_cmi->methods->mt_info)) {
303 smbus_cmi->methods->mt_info,
307 smbus_cmi->methods->mt_info, status);
330 } else if (!strcmp(name, smbus_cmi->methods->mt_sbr))
332 else if (!strcmp(name, smbus_cmi->methods->mt_sbw))
367 smbus_cmi->methods = device_get_match_data(dev);
/linux-master/sound/aoa/
H A Daoa-gpio.h73 struct gpio_methods *methods; member in struct:gpio_runtime
/linux-master/sound/aoa/codecs/
H A Donyx.c779 onyx->codec.gpio->methods->all_amps_off(onyx->codec.gpio);
782 onyx->codec.gpio->methods->all_amps_restore(onyx->codec.gpio);
821 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0);
823 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1);
825 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0);
869 if (!onyx->codec.gpio || !onyx->codec.gpio->methods) {
874 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0);
876 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 1);
878 onyx->codec.gpio->methods->set_hw_reset(onyx->codec.gpio, 0);
H A Dtas.c674 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio);
676 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0);
678 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 1);
680 tas->codec.gpio->methods->set_hw_reset(tas->codec.gpio, 0);
682 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio);
720 tas->codec.gpio->methods->all_amps_off(tas->codec.gpio);
730 tas->codec.gpio->methods->all_amps_restore(tas->codec.gpio);
800 if (!tas->codec.gpio || !tas->codec.gpio->methods) {
/linux-master/drivers/infiniband/core/
H A Duverbs_uapi.c205 if (!obj->methods)
209 const struct uverbs_method_def *method = (*obj->methods)[i];
681 * off method access. All methods that require the ib_dev or the module data
/linux-master/include/uapi/linux/
H A Drkisp1-config.h296 * struct rkisp1_cif_isp_dpcc_methods_config - DPCC methods set configuration
298 * This structure stores the configuration of one set of methods for the DPCC
299 * algorithm. Multiple methods can be selected in each set (independently for
301 * the logical AND of all enabled methods. The remaining fields set thresholds
323 * Configuration used by Defect Pixel Cluster Correction. Three sets of methods
330 * @methods: Methods sets configuration
338 struct rkisp1_cif_isp_dpcc_methods_config methods[RKISP1_CIF_ISP_DPCC_METHODS_MAX]; member in struct:rkisp1_cif_isp_dpcc_config
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c79 arg->methods[i].method &
82 arg->methods[i].line_thresh &
85 arg->methods[i].line_mad_fac &
88 arg->methods[i].pg_fac &
91 arg->methods[i].rnd_thresh &
94 arg->methods[i].rg_fac &
/linux-master/tools/perf/jvmti/
H A Dlibjvmti.c111 * c->methods is the stack of inlined method calls
116 c->methods[0],

Completed in 250 milliseconds