Searched refs:dir_offset (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mt6397.c22 .dir_offset = (MT6397_PIN_REG_BASE + 0x000),
H A Dpinctrl-mtk-common.h223 * @dir_offset: The direction register offset.
261 unsigned int dir_offset; member in struct:mtk_pinctrl_devdata
H A Dpinctrl-mt8127.c269 .dir_offset = 0x0000,
H A Dpinctrl-mt8167.c302 .dir_offset = 0x0000,
H A Dpinctrl-mt8516.c302 .dir_offset = 0x0000,
H A Dpinctrl-mt8135.c296 .dir_offset = 0x0000,
H A Dpinctrl-mt8173.c310 .dir_offset = 0x0000,
H A Dpinctrl-mt2701.c501 .dir_offset = 0x0000,
H A Dpinctrl-mt2712.c550 .dir_offset = 0x0000,
H A Dpinctrl-mt8365.c451 .dir_offset = 0x0140,
H A Dpinctrl-mtk-common.c73 reg_addr = mtk_get_port(pctl, offset) + pctl->devdata->dir_offset;
826 reg_addr = mtk_get_port(pctl, offset) + pctl->devdata->dir_offset;
/linux-master/drivers/gpio/
H A Dgpio-rtd.c34 * @dir_offset: Offset for GPIO direction registers
49 u8 *dir_offset; member in struct:rtd_gpio_info
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];
/linux-master/fs/bcachefs/
H A Dfs-common.c151 u64 dir_offset; local
165 &dir_offset,
171 new_inode->bi_dir_offset = dir_offset;
195 u64 dir_offset = 0; local
225 name, inum.inum, &dir_offset,
231 inode_u->bi_dir_offset = dir_offset;
H A Ddirent.c207 u64 *dir_offset,
226 *dir_offset = dirent->k.p.offset;
234 u64 *dir_offset,
247 *dir_offset = dirent->k.p.offset;
203 bch2_dirent_create_snapshot(struct btree_trans *trans, u32 dir_subvol, u64 dir, u32 snapshot, const struct bch_hash_info *hash_info, u8 type, const struct qstr *name, u64 dst_inum, u64 *dir_offset, bch_str_hash_flags_t str_hash_flags) argument
231 bch2_dirent_create(struct btree_trans *trans, subvol_inum dir, const struct bch_hash_info *hash_info, u8 type, const struct qstr *name, u64 dst_inum, u64 *dir_offset, bch_str_hash_flags_t str_hash_flags) argument
H A Dfsck.c294 u64 dir_offset = 0; local
335 &dir_offset,
341 inode->bi_dir_offset = dir_offset;
/linux-master/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)
174 content_offset = dir_offset + 2;
177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid),
183 content_offset = dir_offset + 4;
161 __tb_property_parse_dir(const u32 *block, size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) argument
/linux-master/drivers/net/fjes/
H A Dfjes_hw.h271 u16 dir_offset; member in struct:es_device_trace::__anon1415
/linux-master/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c139 unsigned dir_offset = offset, wdata_offset = offset, tmp; local
148 dir_offset = tmp;
161 plgpio_reg_reset(plgpio->regmap, dir_offset, plgpio->regs.dir);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2844 u32 rc, cnt, dir_offset = NVRAM_DIR_OFFSET; local
2849 dir_offset +
2863 dir_offset = entry.nvm_start_addr + 8;
2866 rc = bnx2x_test_dir_entry(bp, dir_offset +
2878 u32 rc, dir_offset = NVRAM_DIR_OFFSET; local
2884 rc = bnx2x_test_dir_entry(bp, dir_offset +

Completed in 177 milliseconds