| /kernel/linux/linux-6.6/drivers/char/tpm/ |
| H A D | tpm_i2c_nuvoton.c | 52 static s32 i2c_nuvoton_read_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_read_buf() argument 64 static s32 i2c_nuvoton_write_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_write_buf() argument
|
| /kernel/linux/linux-6.6/drivers/clk/at91/ |
| H A D | clk-pll.c | 64 int offset = PLL_REG(id); in clk_pll_prepare() local 320 int offset = PLL_REG(id); in at91_clk_register_pll() local
|
| /kernel/linux/linux-6.6/drivers/clk/ |
| H A D | clk-asm9260.c | 85 unsigned long offset; member
|
| /kernel/linux/linux-6.6/drivers/gpio/ |
| H A D | gpio-mt7621.c | 66 mtk_gpio_w32(struct mtk_gc *rg, u32 offset, u32 val) in mtk_gpio_w32() argument 76 mtk_gpio_r32(struct mtk_gc *rg, u32 offset) in mtk_gpio_r32() argument
|
| H A D | gpio-xilinx.c | 90 const unsigned long offset = (bit % BITS_PER_LONG) & BIT(5); in xgpio_get_value32() local 98 const unsigned long offset = (bit % BITS_PER_LONG) & BIT(5); xgpio_set_value32() local 294 xgpio_request(struct gpio_chip *chip, unsigned int offset) xgpio_request() argument 306 xgpio_free(struct gpio_chip *chip, unsigned int offset) xgpio_free() argument [all...] |
| H A D | gpio-hisi.c | 72 static int hisi_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in hisi_gpio_set_config() argument
|
| H A D | gpio-max3191x.c | 96 static int max3191x_get_direction(struct gpio_chip *gpio, unsigned int offset) in max3191x_get_direction() argument 101 static int max3191x_direction_input(struct gpio_chip *gpio, unsigned int offset) in max3191x_direction_input() argument 112 static void max3191x_set(struct gpio_chip *gpio, unsigned int offset, int value) in max3191x_set() argument 207 static int max3191x_get(struct gpio_chip *gpio, unsigned int offset) in max3191x_get() argument 266 static int max3191x_set_config(struct gpio_chip *gpio, unsigned int offset, in max3191x_set_config() argument 106 max3191x_direction_output(struct gpio_chip *gpio, unsigned int offset, int value) max3191x_direction_output() argument
|
| H A D | gpio-lpc18xx.c | 267 static void lpc18xx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lpc18xx_gpio_set() argument 273 static int lpc18xx_gpio_get(struct gpio_chip *chip, unsigned offset) in lpc18xx_gpio_get() argument 279 static int lpc18xx_gpio_direction(struct gpio_chip *chip, unsigned offset, in lpc18xx_gpio_direction() argument 301 lpc18xx_gpio_direction_input(struct gpio_chip *chip, unsigned offset) lpc18xx_gpio_direction_input() argument 307 lpc18xx_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value) lpc18xx_gpio_direction_output() argument [all...] |
| H A D | gpio-stmpe.c | 41 static int stmpe_gpio_get(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_get() argument 56 static void stmpe_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in stmpe_gpio_set() argument 74 stmpe_gpio_get_direction(struct gpio_chip *chip, unsigned offset) stmpe_gpio_get_direction() argument 93 stmpe_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int val) stmpe_gpio_direction_output() argument 106 stmpe_gpio_direction_input(struct gpio_chip *chip, unsigned offset) stmpe_gpio_direction_input() argument 117 stmpe_gpio_request(struct gpio_chip *chip, unsigned offset) stmpe_gpio_request() argument 144 int offset = d->hwirq; stmpe_gpio_irq_set_type() local 232 int offset = d->hwirq; stmpe_gpio_irq_mask() local 244 int offset = d->hwirq; stmpe_gpio_irq_unmask() local 252 stmpe_dbg_show_one(struct seq_file *s, struct gpio_chip *gc, unsigned offset, unsigned gpio) stmpe_dbg_show_one() argument [all...] |
| H A D | gpio-tangier.c | 61 static void __iomem *gpio_reg(struct gpio_chip *chip, unsigned int offset, in gpio_reg() argument 70 static void __iomem *gpio_reg_and_bit(struct gpio_chip *chip, unsigned int offset, in gpio_reg_and_bit() argument 81 static int tng_gpio_get(struct gpio_chip *chip, unsigned int offset) in tng_gpio_get() argument 91 static void tng_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in tng_gpio_set() argument 107 static int tng_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in tng_gpio_direction_input() argument 128 tng_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) tng_gpio_direction_output() argument 150 tng_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) tng_gpio_get_direction() argument 163 tng_gpio_set_debounce(struct gpio_chip *chip, unsigned int offset, unsigned int debounce) tng_gpio_set_debounce() argument 188 tng_gpio_set_config(struct gpio_chip *chip, unsigned int offset, unsigned long config) tng_gpio_set_config() argument [all...] |
| H A D | gpio-pcie-idio-24.c | 182 const unsigned int offset = irq_data->reg_offset; in idio_24_set_type_config() local 228 idio_24_reg_mask_xlate(struct gpio_regmap *const gpio, const unsigned int base, const unsigned int offset, unsigned int *const reg, unsigned int *const mask) idio_24_reg_mask_xlate() argument [all...] |
| H A D | gpio-pl061.c | 63 static int pl061_get_direction(struct gpio_chip *gc, unsigned offset) in pl061_get_direction() argument 73 static int pl061_direction_input(struct gpio_chip *gc, unsigned offset) in pl061_direction_input() argument 88 static int pl061_direction_output(struct gpio_chip *gc, unsigned offset, in pl061_direction_output() argument 111 pl061_get_value(struct gpio_chip *gc, unsigned offset) pl061_get_value() argument 118 pl061_set_value(struct gpio_chip *gc, unsigned offset, int value) pl061_set_value() argument 129 int offset = irqd_to_hwirq(d); pl061_irq_type() local 216 int offset; pl061_irq_handler() local 372 int offset; pl061_suspend() local 393 int offset; pl061_resume() local [all...] |
| H A D | gpiolib-sysfs.c | 448 int offset; in export_store() local 569 int offset; in gpiod_export() local
|
| H A D | gpio-aggregator.c | 266 static int gpio_fwd_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_fwd_get_direction() argument 273 static int gpio_fwd_direction_input(struct gpio_chip *chip, unsigned int offset) in gpio_fwd_direction_input() argument 288 static int gpio_fwd_get(struct gpio_chip *chip, unsigned int offset) in gpio_fwd_get() argument 280 gpio_fwd_direction_output(struct gpio_chip *chip, unsigned int offset, int value) gpio_fwd_direction_output() argument 342 gpio_fwd_delay(struct gpio_chip *chip, unsigned int offset, int value) gpio_fwd_delay() argument 363 gpio_fwd_set(struct gpio_chip *chip, unsigned int offset, int value) gpio_fwd_set() argument 411 gpio_fwd_set_config(struct gpio_chip *chip, unsigned int offset, unsigned long config) gpio_fwd_set_config() argument 419 gpio_fwd_to_irq(struct gpio_chip *chip, unsigned int offset) gpio_fwd_to_irq() argument [all...] |
| H A D | gpio-adnp.c | 37 static int adnp_read(struct adnp *adnp, unsigned offset, uint8_t *value) in adnp_read() argument 52 static int adnp_write(struct adnp *adnp, unsigned offset, uint8_t value) in adnp_write() argument 66 static int adnp_gpio_get(struct gpio_chip *chip, unsigned offset) in adnp_gpio_get() argument 81 static void __adnp_gpio_set(struct adnp *adnp, unsigned offset, int value) in __adnp_gpio_set() argument 100 adnp_gpio_set(struct gpio_chip *chip, unsigned offset, int value) adnp_gpio_set() argument 109 adnp_gpio_direction_input(struct gpio_chip *chip, unsigned offset) adnp_gpio_direction_input() argument 145 adnp_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value) adnp_gpio_direction_output() argument [all...] |
| H A D | gpio-ep93xx.c | 119 int offset; in ep93xx_gpio_ab_irq_handler() local 223 int offset = d->irq & 7; in ep93xx_gpio_irq_type() local 97 ep93xx_gpio_int_debounce(struct gpio_chip *gc, unsigned int offset, bool enable) ep93xx_gpio_int_debounce() argument 312 ep93xx_gpio_set_config(struct gpio_chip *gc, unsigned offset, unsigned long config) ep93xx_gpio_set_config() argument [all...] |
| H A D | gpio-em.c | 126 unsigned int reg, offset, shift; in em_gio_irq_set_type() local 171 unsigned int offset, irqs_handled = 0; in em_gio_irq_handler() local 188 em_gio_direction_input(struct gpio_chip *chip, unsigned offset) em_gio_direction_input() argument 194 em_gio_get(struct gpio_chip *chip, unsigned offset) em_gio_get() argument 207 em_gio_set(struct gpio_chip *chip, unsigned offset, int value) em_gio_set() argument 216 em_gio_direction_output(struct gpio_chip *chip, unsigned offset, int value) em_gio_direction_output() argument 225 em_gio_to_irq(struct gpio_chip *chip, unsigned offset) em_gio_to_irq() argument 230 em_gio_request(struct gpio_chip *chip, unsigned offset) em_gio_request() argument 235 em_gio_free(struct gpio_chip *chip, unsigned offset) em_gio_free() argument [all...] |
| H A D | gpio-mlxbf2.c | 237 int offset = irqd_to_hwirq(irqd); in mlxbf2_gpio_irq_enable() local 183 mlxbf2_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) mlxbf2_gpio_direction_input() argument 209 mlxbf2_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int value) mlxbf2_gpio_direction_output() argument 257 int offset = irqd_to_hwirq(irqd); mlxbf2_gpio_irq_disable() local 290 int offset = irqd_to_hwirq(irqd); mlxbf2_gpio_irq_set_type() local [all...] |
| H A D | gpio-rockchip.c | 76 rockchip_gpio_writel(struct rockchip_pin_bank *bank, u32 value, unsigned int offset) rockchip_gpio_writel() argument 87 rockchip_gpio_readl(struct rockchip_pin_bank *bank, unsigned int offset) rockchip_gpio_readl() argument 101 rockchip_gpio_writel_bit(struct rockchip_pin_bank *bank, u32 bit, u32 value, unsigned int offset) rockchip_gpio_writel_bit() argument 123 rockchip_gpio_readl_bit(struct rockchip_pin_bank *bank, u32 bit, unsigned int offset) rockchip_gpio_readl_bit() argument 140 rockchip_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) rockchip_gpio_get_direction() argument 153 rockchip_gpio_set_direction(struct gpio_chip *chip, unsigned int offset, bool input) rockchip_gpio_set_direction() argument 173 rockchip_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) rockchip_gpio_set() argument 184 rockchip_gpio_get(struct gpio_chip *gc, unsigned int offset) rockchip_gpio_get() argument 190 data >>= offset; rockchip_gpio_get() local 196 rockchip_gpio_set_debounce(struct gpio_chip *gc, unsigned int offset, unsigned int debounce) rockchip_gpio_set_debounce() argument 257 rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) rockchip_gpio_direction_input() argument 263 rockchip_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) rockchip_gpio_direction_output() argument 276 rockchip_gpio_set_config(struct gpio_chip *gc, unsigned int offset, unsigned long config) rockchip_gpio_set_config() argument 305 rockchip_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) rockchip_gpio_to_irq() argument [all...] |
| H A D | gpio-sch.c | 72 unsigned short offset, bit; in sch_gpio_reg_get() local 86 unsigned short offset, bit; in sch_gpio_reg_set() local 265 int offset; in sch_gpio_gpe_handler() local [all...] |
| H A D | gpio-twl4030.c | 207 static int twl_request(struct gpio_chip *chip, unsigned offset) in twl_request() argument 275 static void twl_free(struct gpio_chip *chip, unsigned offset) in twl_free() argument 295 static int twl_direction_in(struct gpio_chip *chip, unsigned offset) in twl_direction_in() argument 314 twl_get(struct gpio_chip *chip, unsigned offset) twl_get() argument 337 twl_set(struct gpio_chip *chip, unsigned offset, int value) twl_set() argument 355 twl_direction_out(struct gpio_chip *chip, unsigned offset, int value) twl_direction_out() argument 381 twl_get_direction(struct gpio_chip *chip, unsigned offset) twl_get_direction() argument 403 twl_to_irq(struct gpio_chip *chip, unsigned offset) twl_to_irq() argument [all...] |
| H A D | gpio-uniphier.c | 51 static void uniphier_gpio_get_bank_and_mask(unsigned int offset, in uniphier_gpio_get_bank_and_mask() argument 84 uniphier_gpio_offset_write(struct gpio_chip *chip, unsigned int offset, unsigned int reg, int val) uniphier_gpio_offset_write() argument 96 uniphier_gpio_offset_read(struct gpio_chip *chip, unsigned int offset, unsigned int reg) uniphier_gpio_offset_read() argument 109 uniphier_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) uniphier_gpio_get_direction() argument 118 uniphier_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) uniphier_gpio_direction_input() argument 126 uniphier_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, int val) uniphier_gpio_direction_output() argument 135 uniphier_gpio_get(struct gpio_chip *chip, unsigned int offset) uniphier_gpio_get() argument 140 uniphier_gpio_set(struct gpio_chip *chip, unsigned int offset, int val) uniphier_gpio_set() argument 160 uniphier_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) uniphier_gpio_to_irq() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vram_mgr.c | 653 amdgpu_vram_mgr_alloc_sgt(struct amdgpu_device *adev, struct ttm_resource *res, u64 offset, u64 length, struct device *dev, enum dma_data_direction dir, struct sg_table **sgt) amdgpu_vram_mgr_alloc_sgt() argument
|
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| H A D | cper.c | 464 u32 offset, length = gdata->error_data_length; in cper_print_fw_err() local
|
| /kernel/linux/linux-6.6/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 64 static void seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) in seqbuf_seek() argument
|