Searched defs:selector (Results 1 - 25 of 214) sorted by relevance

123456789

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtailcall4.c13 int selector = 0; variable
H A Dtailcall5.c13 int selector = 0; variable
/linux-master/include/linux/
H A Dsyscall_user_dispatch_types.h10 char __user *selector; member in struct:syscall_user_dispatch
H A Dsyscall_user_dispatch.h27 set_syscall_user_dispatch(unsigned long mode, unsigned long offset, unsigned long len, char __user *selector) argument
/linux-master/arch/x86/include/asm/
H A Dgsseg.h20 static inline void native_lkgs(unsigned int selector) argument
28 static inline void native_load_gs_index(unsigned int selector) argument
55 static inline void load_gs_index(unsigned int selector) argument
/linux-master/lib/
H A Dlinear_ranges.c87 int linear_range_get_value(const struct linear_range *r, unsigned int selector, argument
111 linear_range_get_value_array(const struct linear_range *r, int ranges, unsigned int selector, unsigned int *val) argument
138 linear_range_get_selector_low(const struct linear_range *r, unsigned int val, unsigned int *selector, bool *found) argument
182 linear_range_get_selector_low_array(const struct linear_range *r, int ranges, unsigned int val, unsigned int *selector, bool *found) argument
219 linear_range_get_selector_high(const struct linear_range *r, unsigned int val, unsigned int *selector, bool *found) argument
255 linear_range_get_selector_within(const struct linear_range *r, unsigned int val, unsigned int *selector) argument
[all...]
/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c72 task_set_syscall_user_dispatch(struct task_struct *task, unsigned long mode, unsigned long offset, unsigned long len, char __user *selector) argument
121 set_syscall_user_dispatch(unsigned long mode, unsigned long offset, unsigned long len, char __user *selector) argument
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsvm.c54 static void vmcb_set_seg(struct vmcb_seg *seg, u16 selector, argument
/linux-master/drivers/regulator/
H A Dtps65217-regulator.c91 tps65217_pmic_set_voltage_sel(struct regulator_dev *dev, unsigned selector) argument
H A Dwm8994-regulator.c41 wm8994_ldo2_list_voltage(struct regulator_dev *rdev, unsigned int selector) argument
H A Disl6271a-regulator.c44 isl6271a_set_voltage_sel(struct regulator_dev *dev, unsigned selector) argument
H A Dvexpress-regulator.c26 vexpress_regulator_set_voltage(struct regulator_dev *regdev, int min_uV, int max_uV, unsigned *selector) argument
H A Dsun20i-regulator.c22 sun20i_d1_system_ldo_list_voltage(struct regulator_dev *rdev, unsigned int selector) argument
H A Dmc13xxx-regulator-core.c66 mc13xxx_regulator_set_voltage_sel(struct regulator_dev *rdev, unsigned selector) argument
112 mc13xxx_fixed_regulator_set_voltage(struct regulator_dev *rdev, int min_uV, int max_uV, unsigned *selector) argument
H A Daat2870-regulator.c32 aat2870_ldo_set_voltage_sel(struct regulator_dev *rdev, unsigned selector) argument
H A Dcros-ec-regulator.c65 cros_ec_regulator_list_voltage(struct regulator_dev *dev, unsigned int selector) argument
92 cros_ec_regulator_set_voltage(struct regulator_dev *dev, int min_uV, int max_uV, unsigned int *selector) argument
H A Dad5398.c89 unsigned selector; local
30 ad5398_calc_current(struct ad5398_chip_info *chip, unsigned selector) argument
H A Dmtk-dvfsrc-regulator.c59 dvfsrc_set_voltage_sel(struct regulator_dev *rdev, unsigned int selector) argument
H A Dtps65218-regulator.c66 tps65218_pmic_set_voltage_sel(struct regulator_dev *dev, unsigned selector) argument
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c59 char selector; variable
/linux-master/drivers/pinctrl/
H A Dpinctrl-da850-pupd.c40 da850_pupd_get_group_name(struct pinctrl_dev *pctldev, unsigned int selector) argument
46 da850_pupd_get_group_pins(struct pinctrl_dev *pctldev, unsigned int selector, const unsigned int **pins, unsigned int *num_pins) argument
64 da850_pupd_pin_config_group_get(struct pinctrl_dev *pctldev, unsigned int selector, unsigned long *config) argument
100 da850_pupd_pin_config_group_set(struct pinctrl_dev *pctldev, unsigned int selector, unsigned long *configs, unsigned int num_configs) argument
[all...]
H A Dpinconf.c77 int selector, ret; local
352 unsigned int selector = 0; local
335 pinconf_dump_group(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned int selector, const char *gname) argument
[all...]
/linux-master/drivers/md/
H A Ddm-ps-io-affinity.c21 struct selector { struct
H A Ddm-ps-round-robin.c50 struct selector { struct
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_status.c129 uvc_event_entity_find_ctrl(struct uvc_entity *entity, u8 selector) argument

Completed in 517 milliseconds

123456789