Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 202) sorted by relevance

123456789

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.c104 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_config_rs485() local
176 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_pending_rx() local
201 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_get_char() local
218 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_receive_chars() local
273 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_tx_dma_complete() local
300 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars_pio() local
328 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_transmit_chars_dma() local
390 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars() local
430 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_interrupt() local
473 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_tx_empty() local
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-io.c40 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
47 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
54 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
62 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
140 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
148 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
155 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
163 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
176 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
202 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
[all …]
/Linux-v4.19/fs/overlayfs/
Dsuper.c216 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
246 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local
254 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local
291 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local
308 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
344 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local
370 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local
590 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
741 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
756 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir()
[all …]
Dutil.c23 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write() local
29 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() local
35 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() local
41 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() local
48 struct ovl_fs *ofs = sb->s_fs_info; in ovl_same_sb() local
77 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() local
85 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() local
93 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() local
151 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() local
387 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() local
[all …]
Dnamei.c317 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
360 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin()
447 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper()
486 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index()
638 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh()
669 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index()
804 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_lookup() local
Dexport.c188 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_check_encode_origin() local
439 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lookup_real_inode() local
661 struct ovl_fs *ofs = sb->s_fs_info; in ovl_get_dentry() local
687 struct ovl_fs *ofs = sb->s_fs_info; in ovl_upper_fh_to_d() local
707 struct ovl_fs *ofs = sb->s_fs_info; in ovl_lower_fh_to_d() local
/Linux-v4.19/security/selinux/ss/
Debitmap.h50 unsigned int ofs; in ebitmap_start_positive() local
69 unsigned int ofs; in ebitmap_next_positive() local
92 unsigned int ofs = EBITMAP_NODE_OFFSET(n, bit); in ebitmap_node_get_bit() local
104 unsigned int ofs = EBITMAP_NODE_OFFSET(n, bit); in ebitmap_node_set_bit() local
114 unsigned int ofs = EBITMAP_NODE_OFFSET(n, bit); in ebitmap_node_clr_bit() local
/Linux-v4.19/drivers/mtd/maps/
Dpci.c40 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8()
48 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32()
62 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8()
68 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32()
127 intel_iq80310_translate(struct map_pci_info *map, unsigned long ofs) in intel_iq80310_translate()
215 intel_dc21285_translate(struct map_pci_info *map, unsigned long ofs) in intel_dc21285_translate()
Dmap_funcs.c12 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs) in simple_map_read()
17 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in simple_map_write()
Ddc21285.c54 static map_word dc21285_read8(struct map_info *map, unsigned long ofs) in dc21285_read8()
61 static map_word dc21285_read16(struct map_info *map, unsigned long ofs) in dc21285_read16()
68 static map_word dc21285_read32(struct map_info *map, unsigned long ofs) in dc21285_read32()
Dgpio-addr-flash.c63 static void gf_set_gpios(struct async_state *state, unsigned long ofs) in gf_set_gpios()
82 static map_word gf_read(struct map_info *map, unsigned long ofs) in gf_read()
131 static void gf_write(struct map_info *map, map_word d1, unsigned long ofs) in gf_write()
/Linux-v4.19/drivers/media/pci/pt3/
Dpt3_dma.c61 static u8 *next_unit(struct pt3_adapter *adap, int *idx, int *ofs) in next_unit()
75 int idx, ofs; in pt3_proc_dma() local
107 int idx, ofs; in pt3_init_dmabuf() local
150 int idx, ofs; in pt3_alloc_dmabuf() local
/Linux-v4.19/fs/jffs2/
Dsummary.c116 uint32_t ofs) in jffs2_sum_add_inode_mem()
134 uint32_t ofs) in jffs2_sum_add_dirent_mem()
158 int jffs2_sum_add_xattr_mem(struct jffs2_summary *s, struct jffs2_raw_xattr *rx, uint32_t ofs) in jffs2_sum_add_xattr_mem()
176 int jffs2_sum_add_xref_mem(struct jffs2_summary *s, struct jffs2_raw_xref *rr, uint32_t ofs) in jffs2_sum_add_xref_mem()
249 unsigned long count, uint32_t ofs) in jffs2_sum_add_kvec()
372 uint32_t ofs, uint32_t len, in sum_link_node_ref()
577 int ret, ofs; in jffs2_sum_scan_sumnode() local
Dscan.c288 uint32_t ofs, uint32_t len) in jffs2_fill_scan_buf()
328 struct jffs2_raw_xattr *rx, uint32_t ofs, in jffs2_scan_xattr_node()
384 struct jffs2_raw_xref *rr, uint32_t ofs, in jffs2_scan_xref_node()
446 uint32_t ofs, prevofs, max_ofs; in jffs2_scan_eraseblock() local
986 struct jffs2_raw_inode *ri, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_inode_node()
1040 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_dirent_node()
/Linux-v4.19/arch/powerpc/kernel/vdso64/
Dsigtramp.S56 #define rsave(regno, ofs) \ argument
114 #define vsave_msr2(regno, ofs) \ argument
124 #define vsave(regno, ofs) \ argument
/Linux-v4.19/arch/powerpc/kernel/vdso32/
Dsigtramp.S57 #define rsave(regno, ofs) \ argument
114 #define vsave_msr2(regno, ofs) \ argument
124 #define vsave(regno, ofs) \ argument
/Linux-v4.19/drivers/mtd/lpddr/
Dlpddr_cmds.c527 unsigned long ofs, last_end = 0; in lpddr_point() local
579 unsigned long ofs; in lpddr_unpoint() local
638 unsigned long ofs, vec_seek, i; in lpddr_writev() local
680 unsigned long ofs, len; in lpddr_erase() local
737 static int lpddr_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in lpddr_lock()
742 static int lpddr_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in lpddr_unlock()
/Linux-v4.19/arch/mips/txx9/generic/
Dirq_tx4939.c57 int ofs; in tx4939_irq_unmask() local
75 int ofs; in tx4939_irq_mask() local
109 int ofs; in tx4939_irq_set_type() local
/Linux-v4.19/fs/ntfs/
Daops.c90 int ofs; in ntfs_end_buffer_async_read() local
1124 unsigned int ofs; in ntfs_write_mst_block() local
1238 unsigned int ofs; in ntfs_write_mst_block() local
1419 unsigned int ofs = i_size & ~PAGE_MASK; in ntfs_writepage() local
1565 s64 ofs, size; in ntfs_bmap() local
1729 void mark_ntfs_record_dirty(struct page *page, const unsigned int ofs) { in mark_ntfs_record_dirty()
/Linux-v4.19/drivers/staging/erofs/
Ddir.c27 void *dentry_blk, unsigned *ofs, in erofs_fill_dentries()
85 unsigned ofs = ctx->pos % EROFS_BLKSIZ; in erofs_readdir() local
/Linux-v4.19/arch/mips/cavium-octeon/
Dflash_setup.c30 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read()
42 unsigned long ofs) in octeon_flash_map_write()
/Linux-v4.19/drivers/net/arcnet/
Darc-rawmode.c45 int ofs; in rx() local
118 int ofs; in prepare_tx() local
Drfc1051.c127 int ofs; in rx() local
212 int ofs; in prepare_tx() local
/Linux-v4.19/drivers/mtd/chips/
Dfwh_lock.h80 static int fwh_lock_varsize(struct mtd_info *mtd, loff_t ofs, uint64_t len) in fwh_lock_varsize()
91 static int fwh_unlock_varsize(struct mtd_info *mtd, loff_t ofs, uint64_t len) in fwh_unlock_varsize()
/Linux-v4.19/arch/mips/kernel/
Dirq_txx9.c70 int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; in txx9_irq_unmask() local
86 int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; in txx9_irq_mask() local
117 int ofs; in txx9_irq_set_type() local

123456789