Home
last modified time | relevance | path

Searched refs:dir_offset (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-rtd.c49 u8 *dir_offset; member
100 .dir_offset = (u8 []){ 0x0, 0x18, 0x2c },
117 .dir_offset = (u8 []){ 0x0, 0x18, 0x2c },
134 .dir_offset = (u8 []){ 0x0, 0x18 },
150 .dir_offset = (u8 []){ 0x0, 0x4, 0x8, 0xc },
166 .dir_offset = (u8 []){ 0x0, 0x18 },
180 return data->info->dir_offset[offset / 32]; in rtd_gpio_dir_offset()
/linux/drivers/thunderbolt/
H A Dproperty.c39 size_t block_len, unsigned int dir_offset, size_t dir_len,
162 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) in __tb_property_parse_dir() argument
174 content_offset = dir_offset + 2; in __tb_property_parse_dir()
177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir()
183 content_offset = dir_offset + 4; in __tb_property_parse_dir()
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c22 .dir_offset = (MT6397_PIN_REG_BASE + 0x000),
H A Dpinctrl-mt8167.c302 .dir_offset = 0x0000,
H A Dpinctrl-mt8516.c302 .dir_offset = 0x0000,
H A Dpinctrl-mt8127.c269 .dir_offset = 0x0000,
H A Dpinctrl-mt8173.c310 .dir_offset = 0x0000,
H A Dpinctrl-mt2712.c550 .dir_offset = 0x0000,
H A Dpinctrl-mt2701.c501 .dir_offset = 0x0000,
H A Dpinctrl-mt8135.c296 .dir_offset = 0x0000,
/linux/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c139 unsigned dir_offset = offset, wdata_offset = offset, tmp; in plgpio_direction_output() local
148 dir_offset = tmp; in plgpio_direction_output()
161 plgpio_reg_reset(plgpio->regmap, dir_offset, plgpio->regs.dir); in plgpio_direction_output()
/linux/drivers/net/fjes/
H A Dfjes_hw.h271 u16 dir_offset; member