Home
last modified time | relevance | path

Searched defs:offset (Results 1426 - 1450 of 11489) sorted by relevance

1...<<51525354555657585960>>...460

/kernel/linux/linux-5.10/drivers/clk/keystone/
H A Dsyscon-clk.c21 u32 offset; member
/kernel/linux/linux-5.10/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-5.10/drivers/clk/tegra/
H A Dclk-periph.c161 _tegra_clk_register_periph(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset, unsigned long flags) _tegra_clk_register_periph() argument
209 tegra_clk_register_periph(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset, unsigned long flags) tegra_clk_register_periph() argument
218 tegra_clk_register_periph_nodiv(const char *name, const char * const *parent_names, int num_parents, struct tegra_clk_periph *periph, void __iomem *clk_base, u32 offset) tegra_clk_register_periph_nodiv() argument
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Dbcm2835-rng.c42 static inline u32 rng_readl(struct bcm2835_rng_priv *priv, u32 offset) in rng_readl() argument
53 rng_writel(struct bcm2835_rng_priv *priv, u32 val, u32 offset) rng_writel() argument
/kernel/linux/linux-5.10/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-5.10/drivers/clk/qcom/
H A Dkrait-cc.c73 krait_add_div(struct device *dev, int id, const char *s, unsigned int offset) in krait_add_div() argument
237 unsigned int offset; in krait_add_clks() local
113 krait_add_sec_mux(struct device *dev, int id, const char *s, unsigned int offset, bool unique_aux) krait_add_sec_mux() argument
169 krait_add_pri_mux(struct device *dev, int id, const char *s, unsigned int offset) krait_add_pri_mux() argument
[all...]
/kernel/linux/linux-5.10/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-5.10/drivers/gpio/
H A Dgpio-74x164.c41 static int gen_74x164_get_value(struct gpio_chip *gc, unsigned offset) in gen_74x164_get_value() argument
76 unsigned long offset; in gen_74x164_set_multiple() local
55 gen_74x164_set_value(struct gpio_chip *gc, unsigned offset, int val) gen_74x164_set_value() argument
93 gen_74x164_direction_output(struct gpio_chip *gc, unsigned offset, int val) gen_74x164_direction_output() argument
[all...]
H A Dgpio-exar.c73 static int exar_get_direction(struct gpio_chip *chip, unsigned int offset) in exar_get_direction() argument
86 static int exar_get_value(struct gpio_chip *chip, unsigned int offset) in exar_get_value() argument
34 exar_update(struct gpio_chip *chip, unsigned int reg, int val, unsigned int offset) exar_update() argument
49 exar_set_direction(struct gpio_chip *chip, int direction, unsigned int offset) exar_set_direction() argument
96 exar_set_value(struct gpio_chip *chip, unsigned int offset, int value) exar_set_value() argument
107 exar_direction_output(struct gpio_chip *chip, unsigned int offset, int value) exar_direction_output() argument
114 exar_direction_input(struct gpio_chip *chip, unsigned int offset) exar_direction_input() argument
[all...]
H A Dgpio-mb86s7x.c142 static int mb86s70_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in mb86s70_gpio_to_irq() argument
H A Dgpio-menz127.c109 static int men_z127_set_config(struct gpio_chip *gc, unsigned offset, in men_z127_set_config() argument
87 men_z127_set_single_ended(struct gpio_chip *gc, unsigned offset, enum pin_config_param param) men_z127_set_single_ended() argument
H A Dgpio-max77650.c133 static int max77650_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in max77650_gpio_to_irq() argument
40 max77650_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) max77650_gpio_direction_input() argument
51 max77650_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) max77650_gpio_direction_output() argument
65 max77650_gpio_set_value(struct gpio_chip *gc, unsigned int offset, int value) max77650_gpio_set_value() argument
79 max77650_gpio_get_value(struct gpio_chip *gc, unsigned int offset) max77650_gpio_get_value() argument
93 max77650_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) max77650_gpio_get_direction() argument
107 max77650_gpio_set_config(struct gpio_chip *gc, unsigned int offset, unsigned long cfg) max77650_gpio_set_config() argument
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-amd-fch.c47 amd_fch_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) amd_fch_gpio_direction_input() argument
118 amd_fch_gpio_get(struct gpio_chip *gc, unsigned int offset) amd_fch_gpio_get() argument
H A Dgpio-ts4900.c94 static int ts4900_gpio_get(struct gpio_chip *chip, unsigned int offset) in ts4900_gpio_get() argument
39 ts4900_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) ts4900_gpio_get_direction() argument
53 ts4900_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) ts4900_gpio_direction_input() argument
64 ts4900_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) ts4900_gpio_direction_output() argument
104 ts4900_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) ts4900_gpio_set() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsdei.c149 unsigned long offset; in sdei_arch_get_entry_point() local
/kernel/linux/linux-5.10/arch/mips/dec/
H A Dkn01-berr.c78 unsigned long entrylo, offset; in dec_kn01_be_backend() local
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_pci.h99 static inline void pci_write_bits8(struct pci_dev *pdev, int offset, u8 value, in pci_write_bits8() argument
115 static inline void pci_write_bits16(struct pci_dev *pdev, int offset, in pci_write_bits16() argument
139 static inline void pci_write_bits32(struct pci_dev *pdev, int offset, in pci_write_bits32() argument
/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Dbpmp-tegra186.c112 unsigned int offset; in tegra186_bpmp_channel_init() local
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfdt.c21 int offset; in fdt_update_cell_size() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
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-5.10/drivers/mtd/parsers/
H A Dofpart.c162 __be32 offset, len; in parse_ofoldpart_partitions() member
/kernel/linux/linux-5.10/drivers/net/arcnet/
H A Dcom20020.c62 com20020_copy_from_card(struct net_device *dev, int bufnum, int offset, void *buf, int count) com20020_copy_from_card() argument
77 com20020_copy_to_card(struct net_device *dev, int bufnum, int offset, void *buf, int count) com20020_copy_to_card() argument
H A Dcom90io.c71 static u_char get_buffer_byte(struct net_device *dev, unsigned offset) in get_buffer_byte() argument
82 static void put_buffer_byte(struct net_device *dev, unsigned offset, in put_buffer_byte() argument
95 static void get_whole_buffer(struct net_device *dev, unsigned offset, in get_whole_buffer() argument
111 put_whole_buffer(struct net_device *dev, unsigned offset, unsigned length, char *dest) put_whole_buffer() argument
332 com90io_copy_to_card(struct net_device *dev, int bufnum, int offset, void *buf, int count) com90io_copy_to_card() argument
339 com90io_copy_from_card(struct net_device *dev, int bufnum, int offset, void *buf, int count) com90io_copy_from_card() argument
[all...]

Completed in 13 milliseconds

1...<<51525354555657585960>>...460