Home
last modified time | relevance | path

Searched defs:value (Results 1076 - 1100 of 9086) sorted by relevance

1...<<41424344454647484950>>...364

/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dn411.c73 static void n411_set_data(struct hecubafb_par *par, unsigned char value) in n411_set_data() argument
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-isp1301.c41 static int __isp1301_write(struct isp1301 *isp, u8 reg, u8 value, u8 clear) in __isp1301_write() argument
46 static int isp1301_write(struct isp1301 *isp, u8 reg, u8 value) in isp1301_write() argument
51 static int isp1301_clear(struct isp1301 *isp, u8 reg, u8 value) in isp1301_clear() argument
H A Dphy-keystone.c38 keystone_usbphy_writel(void __iomem *base, u32 offset, u32 value) keystone_usbphy_writel() argument
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_synquacer.c61 tpm_tis_synquacer_write_bytes(struct tpm_tis_data *data, u32 addr, u16 len, const u8 *value, enum tpm_tis_io_mode io_mode) tpm_tis_synquacer_write_bytes() argument
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-fixup-div.c57 unsigned int divider, value; in clk_fixup_div_set_rate() local
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-logicvc.c52 unsigned int reg, bit, value; in logicvc_gpio_get() local
64 static void logicvc_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in logicvc_gpio_set() argument
74 logicvc_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value) logicvc_gpio_direction_output() argument
H A Dgpio-loongson.c51 loongson_gpio_set_value(struct gpio_chip *chip, unsigned gpio, int value) loongson_gpio_set_value() argument
H A Dgpio-palmas.c57 palmas_gpio_set(struct gpio_chip *gc, unsigned offset, int value) palmas_gpio_set() argument
79 palmas_gpio_output(struct gpio_chip *gc, unsigned offset, int value) palmas_gpio_output() argument
H A Dgpio-octeon.c50 static void octeon_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in octeon_gpio_set() argument
58 octeon_gpio_dir_out(struct gpio_chip *chip, unsigned offset, int value) octeon_gpio_dir_out() argument
H A Dgpio-tps65219.c70 static void tps65219_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in tps65219_gpio_set() argument
133 static int tps65219_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) in tps65219_gpio_direction_output() argument
H A Dgpio-ts4900.c57 ts4900_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) ts4900_gpio_direction_output() argument
98 ts4900_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) ts4900_gpio_set() argument
H A Dgpio-tps65910.c39 tps65910_gpio_set(struct gpio_chip *gc, unsigned offset, int value) tps65910_gpio_set() argument
53 tps65910_gpio_output(struct gpio_chip *gc, unsigned offset, int value) tps65910_gpio_output() argument
H A Dgpio-tps68470.c73 tps68470_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) tps68470_gpio_set() argument
88 tps68470_gpio_output(struct gpio_chip *gc, unsigned int offset, int value) tps68470_gpio_output() argument
H A Dgpio-xtensa.c89 xtensa_impwire_set_value(struct gpio_chip *gc, unsigned offset, int value) xtensa_impwire_set_value() argument
112 xtensa_expstate_set_value(struct gpio_chip *gc, unsigned offset, int value) xtensa_expstate_set_value() argument
H A Dgpio-lp87565.c33 lp87565_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) lp87565_gpio_set() argument
68 lp87565_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) lp87565_gpio_direction_output() argument
H A Dgpio-lp873x.c38 lp873x_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) lp873x_gpio_direction_output() argument
61 lp873x_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) lp873x_gpio_set() argument
H A Dgpio-rdc321x.c33 u32 value = 0; in rdc_gpio_get_value() local
48 rdc_gpio_set_value_impl(struct gpio_chip *chip, unsigned gpio, int value) rdc_gpio_set_value_impl() argument
67 rdc_gpio_set_value(struct gpio_chip *chip, unsigned gpio, int value) rdc_gpio_set_value() argument
78 rdc_gpio_config(struct gpio_chip *chip, unsigned gpio, int value) rdc_gpio_config() argument
[all...]
H A Dgpio-spear-spics.c60 static void spics_set_value(struct gpio_chip *chip, unsigned offset, int value) in spics_set_value() argument
84 spics_direction_output(struct gpio_chip *chip, unsigned offset, int value) spics_direction_output() argument
H A Dgpio-wm8994.c91 static void wm8994_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm8994_gpio_set() argument
78 wm8994_gpio_direction_out(struct gpio_chip *chip, unsigned offset, int value) wm8994_gpio_direction_out() argument
H A Dgpio-bd71815.c40 bd71815gpo_set(struct gpio_chip *chip, unsigned int offset, int value) bd71815gpo_set() argument
H A Dgpio-imx-scu.c58 static void imx_scu_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in imx_scu_gpio_set() argument
H A Dgpio-max730x.c78 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() argument
146 static void max7301_set(struct gpio_chip *chip, unsigned offset, int value) in max7301_set() argument
89 max7301_direction_output(struct gpio_chip *chip, unsigned offset, int value) max7301_direction_output() argument
H A Dgpio-mc33880.c49 static int __mc33880_set(struct mc33880 *mc, unsigned offset, int value) in __mc33880_set() argument
60 static void mc33880_set(struct gpio_chip *chip, unsigned offset, int value) in mc33880_set() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfxhub_v1_0.c93 uint64_t value; in gfxhub_v1_0_init_system_aperture_regs() local
376 gfxhub_v1_0_set_fault_enable_default(struct amdgpu_device *adev, bool value) gfxhub_v1_0_set_fault_enable_default() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dstring.c144 unsigned int value; in simple_strtoull() local

Completed in 12 milliseconds

1...<<41424344454647484950>>...364