Home
last modified time | relevance | path

Searched defs:offset (Results 2001 - 2025 of 11489) sorted by relevance

1...<<81828384858687888990>>...460

/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Dbcm2835-rng.c43 static inline u32 rng_readl(struct bcm2835_rng_priv *priv, u32 offset) in rng_readl() argument
54 rng_writel(struct bcm2835_rng_priv *priv, u32 val, u32 offset) rng_writel() argument
/kernel/linux/linux-6.6/drivers/char/
H A Dpowernv-op-panel.c38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) in oppanel_llseek() argument
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_dmi.c133 int irq = 0, offset = 0; in dmi_decode_ipmi() local
35 dmi_add_platform_ipmi(unsigned long base_addr, unsigned int space, u8 slave_addr, int irq, int offset, int type) dmi_add_platform_ipmi() argument
/kernel/linux/linux-6.6/drivers/clk/hisilicon/
H A Dclk.h49 unsigned long offset; member
62 unsigned long offset; member
75 unsigned long offset; member
88 unsigned long offset; member
100 unsigned long offset; member
/kernel/linux/linux-6.6/drivers/bcma/
H A Dhost_soc.c16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8() argument
21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16() argument
26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32() argument
31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8() argument
37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16() argument
43 bcma_host_soc_write32(struct bcma_device *core, u16 offset, u32 value) bcma_host_soc_write32() argument
50 bcma_host_soc_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_soc_block_read() argument
93 bcma_host_soc_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_soc_block_write() argument
138 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) bcma_host_soc_aread32() argument
145 bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, u32 value) bcma_host_soc_awrite32() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Drci2-table.c59 u32 offset = 0; in checksum() local
H A Dapple-properties.c120 size_t offset = offsetof(struct properties_header, dev_header[0]); in unmarshal_devices() local
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-104-idi-48.c39 idi_48_reg_mask_xlate(struct gpio_regmap *gpio, unsigned int base, unsigned int offset, unsigned int *reg, unsigned int *mask) idi_48_reg_mask_xlate() argument
H A Dgpio-cs5535.c83 static void __cs5535_gpio_set(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_set() argument
94 void cs5535_gpio_set(unsigned offset, unsigned int reg) in cs5535_gpio_set() argument
105 static void __cs5535_gpio_clear(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_clear() argument
116 cs5535_gpio_clear(unsigned offset, unsigned int reg) cs5535_gpio_clear() argument
127 cs5535_gpio_isset(unsigned offset, unsigned int reg) cs5535_gpio_isset() argument
165 cs5535_gpio_setup_event(unsigned offset, int pair, int pme) cs5535_gpio_setup_event() argument
203 chip_gpio_request(struct gpio_chip *c, unsigned offset) chip_gpio_request() argument
230 chip_gpio_get(struct gpio_chip *chip, unsigned offset) chip_gpio_get() argument
235 chip_gpio_set(struct gpio_chip *chip, unsigned offset, int val) chip_gpio_set() argument
243 chip_direction_input(struct gpio_chip *c, unsigned offset) chip_direction_input() argument
256 chip_direction_output(struct gpio_chip *c, unsigned offset, int val) chip_direction_output() argument
[all...]
H A Dgpio-da9052.c48 static unsigned char da9052_gpio_port_odd(unsigned offset) in da9052_gpio_port_odd() argument
53 static int da9052_gpio_get(struct gpio_chip *gc, unsigned offset) in da9052_gpio_get() argument
92 static void da9052_gpio_set(struct gpio_chip *gc, unsigned offset, int value) in da9052_gpio_set() argument
118 da9052_gpio_direction_input(struct gpio_chip *gc, unsigned offset) da9052_gpio_direction_input() argument
143 da9052_gpio_direction_output(struct gpio_chip *gc, unsigned offset, int value) da9052_gpio_direction_output() argument
169 da9052_gpio_to_irq(struct gpio_chip *gc, u32 offset) da9052_gpio_to_irq() argument
[all...]
H A Dgpio-creg-snps.c30 static void creg_gpio_set(struct gpio_chip *gc, unsigned int offset, int val) in creg_gpio_set() argument
52 static int creg_gpio_dir_out(struct gpio_chip *gc, unsigned int offset, int val) in creg_gpio_dir_out() argument
H A Dgpio-da9055.c33 static int da9055_gpio_get(struct gpio_chip *gc, unsigned offset) in da9055_gpio_get() argument
62 static void da9055_gpio_set(struct gpio_chip *gc, unsigned offset, int value) in da9055_gpio_set() argument
72 da9055_gpio_direction_input(struct gpio_chip *gc, unsigned offset) da9055_gpio_direction_input() argument
87 da9055_gpio_direction_output(struct gpio_chip *gc, unsigned offset, int value) da9055_gpio_direction_output() argument
110 da9055_gpio_to_irq(struct gpio_chip *gc, u32 offset) da9055_gpio_to_irq() argument
[all...]
H A Dgpio-latch.c69 static int gpio_latch_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_latch_get_direction() argument
93 static void gpio_latch_set(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set() argument
105 static void gpio_latch_set_can_sleep(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set_can_sleep() argument
74 gpio_latch_set_unlocked(struct gpio_latch_priv *priv, void (*set)(struct gpio_desc *desc, int value), unsigned int offset, bool val) gpio_latch_set_unlocked() argument
H A Dgpio-kempld.c58 static int kempld_gpio_get(struct gpio_chip *chip, unsigned offset) in kempld_gpio_get() argument
66 static void kempld_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in kempld_gpio_set() argument
76 static int kempld_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in kempld_gpio_direction_input() argument
88 static int kempld_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in kempld_gpio_direction_output() argument
102 kempld_gpio_get_direction(struct gpio_chip *chip, unsigned offset) kempld_gpio_get_direction() argument
[all...]
H A Dgpio-janz-ttl.c57 static int ttl_get_value(struct gpio_chip *gpio, unsigned offset) in ttl_get_value() argument
79 static void ttl_set_value(struct gpio_chip *gpio, unsigned offset, int value) in ttl_set_value() argument
[all...]
H A Dgpio-xra1403.c45 static unsigned int to_reg(unsigned int reg, unsigned int offset) in to_reg() argument
50 static int xra1403_direction_input(struct gpio_chip *chip, unsigned int offset) in xra1403_direction_input() argument
58 static int xra1403_direction_output(struct gpio_chip *chip, unsigned int offset, in xra1403_direction_output() argument
75 xra1403_get_direction(struct gpio_chip *chip, unsigned int offset) xra1403_get_direction() argument
91 xra1403_get(struct gpio_chip *chip, unsigned int offset) xra1403_get() argument
104 xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) xra1403_set() argument
[all...]
H A Dgpio-exar.c48 exar_offset_to_sel_addr(struct exar_gpio_chip *exar_gpio, unsigned int offset) in exar_offset_to_sel_addr() argument
58 exar_offset_to_lvl_addr(struct exar_gpio_chip *exar_gpio, unsigned int offset) in exar_offset_to_lvl_addr() argument
68 exar_offset_to_bit(struct exar_gpio_chip *exar_gpio, unsigned int offset) in exar_offset_to_bit() argument
75 static int exar_get_direction(struct gpio_chip *chip, unsigned int offset) in exar_get_direction() argument
87 exar_get_value(struct gpio_chip *chip, unsigned int offset) exar_get_value() argument
96 exar_set_value(struct gpio_chip *chip, unsigned int offset, int value) exar_set_value() argument
109 exar_direction_output(struct gpio_chip *chip, unsigned int offset, int value) exar_direction_output() argument
122 exar_direction_input(struct gpio_chip *chip, unsigned int offset) exar_direction_input() argument
[all...]
H A Dgpio-reg.c33 static int gpio_reg_get_direction(struct gpio_chip *gc, unsigned offset) in gpio_reg_get_direction() argument
41 static int gpio_reg_direction_output(struct gpio_chip *gc, unsigned offset, in gpio_reg_direction_output() argument
53 static int gpio_reg_direction_input(struct gpio_chip *gc, unsigned offset) in gpio_reg_direction_input() argument
60 static void gpio_reg_set(struct gpio_chip *gc, unsigned offset, int value) in gpio_reg_set() argument
77 static int gpio_reg_get(struct gpio_chip *gc, unsigned offset) in gpio_reg_get() argument
107 gpio_reg_to_irq(struct gpio_chip *gc, unsigned offset) gpio_reg_to_irq() argument
[all...]
H A Dgpio-tb10x.c75 static int tb10x_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in tb10x_gpio_to_irq() argument
H A Dgpio-syscon.c56 static int syscon_gpio_get(struct gpio_chip *chip, unsigned offset) in syscon_gpio_get() argument
72 static void syscon_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_set() argument
85 static int syscon_gpio_dir_in(struct gpio_chip *chip, unsigned offset) in syscon_gpio_dir_in() argument
103 static int syscon_gpio_dir_out(struct gpio_chip *chip, unsigned offset, in argument
131 rockchip_gpio_set(struct gpio_chip *chip, unsigned int offset, int val) rockchip_gpio_set() argument
160 keystone_gpio_set(struct gpio_chip *chip, unsigned offset, int val) keystone_gpio_set() argument
[all...]
H A Dgpio-wm831x.c29 static int wm831x_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_direction_in() argument
43 static int wm831x_gpio_get(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_get() argument
59 static void wm831x_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm831x_gpio_set() argument
68 wm831x_gpio_direction_out(struct gpio_chip *chip, unsigned offset, int value) wm831x_gpio_direction_out() argument
91 wm831x_gpio_to_irq(struct gpio_chip *chip, unsigned offset) wm831x_gpio_to_irq() argument
100 wm831x_gpio_set_debounce(struct wm831x *wm831x, unsigned offset, unsigned debounce) wm831x_gpio_set_debounce() argument
129 wm831x_set_config(struct gpio_chip *chip, unsigned int offset, unsigned long config) wm831x_set_config() argument
[all...]
H A Dgpio-xgene.c37 static int xgene_gpio_get(struct gpio_chip *gc, unsigned int offset) in xgene_gpio_get() argument
48 static void __xgene_gpio_set(struct gpio_chip *gc, unsigned int offset, int val) in __xgene_gpio_set() argument
65 static void xgene_gpio_set(struct gpio_chip *gc, unsigned int offset, int val) in xgene_gpio_set() argument
75 static int xgene_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in xgene_gpio_get_direction() argument
89 xgene_gpio_dir_in(struct gpio_chip *gc, unsigned int offset) xgene_gpio_dir_in() argument
109 xgene_gpio_dir_out(struct gpio_chip *gc, unsigned int offset, int val) xgene_gpio_dir_out() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cgs.c44 static uint32_t amdgpu_cgs_read_register(struct cgs_device *cgs_device, unsigned int offset) in amdgpu_cgs_read_register() argument
50 static void amdgpu_cgs_write_register(struct cgs_device *cgs_device, unsigned int offset, in amdgpu_cgs_write_register() argument
H A Datombios_i2c.c162 void amdgpu_atombios_i2c_channel_trans(struct amdgpu_device *adev, u8 slave_addr, u8 line_number, u8 offset, u8 data) in amdgpu_atombios_i2c_channel_trans() argument
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfdt.c21 int offset; in fdt_update_cell_size() local

Completed in 14 milliseconds

1...<<81828384858687888990>>...460