Home
last modified time | relevance | path

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

12345678910>>...17

/kernel/linux/linux-5.10/drivers/tty/serial/
Dstm32-usart.c102 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_config_rs485() local
171 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_pending_rx() local
195 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_get_char() local
215 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_receive_chars() local
286 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_usart_tx_dma_complete() local
302 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_enable() local
317 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_disable() local
328 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_transmit_chars_pio() local
355 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_usart_transmit_chars_dma() local
421 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_transmit_chars() local
[all …]
/kernel/linux/linux-4.19/drivers/tty/serial/
Dstm32-usart.c104 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_config_rs485() local
173 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_pending_rx() local
198 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
289 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_tx_dma_complete() local
301 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars_pio() local
329 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-io.c73 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
80 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
87 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
95 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
173 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
181 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
188 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
196 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
209 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
235 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
[all …]
Diwl-io.h113 static inline u32 iwl_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_umac_prph()
118 static inline u32 iwl_read_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph_no_grab()
124 static inline u32 iwl_read_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph()
129 static inline void iwl_write_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph_no_grab()
136 static inline void iwl_write_umac_prph(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph()
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_sai.c61 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr() local
172 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_sysclk_tr() local
226 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_fmt_tr() local
350 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_bclk() local
438 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_params() local
533 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_free() local
549 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_config_disable() local
584 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_trigger() local
704 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_dai_probe() local
806 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_readable_reg() local
[all …]
Dfsl_sai.h19 #define FSL_SAI_TCSR(ofs) (0x00 + ofs) /* SAI Transmit Control */ argument
20 #define FSL_SAI_TCR1(ofs) (0x04 + ofs) /* SAI Transmit Configuration 1 */ argument
21 #define FSL_SAI_TCR2(ofs) (0x08 + ofs) /* SAI Transmit Configuration 2 */ argument
22 #define FSL_SAI_TCR3(ofs) (0x0c + ofs) /* SAI Transmit Configuration 3 */ argument
23 #define FSL_SAI_TCR4(ofs) (0x10 + ofs) /* SAI Transmit Configuration 4 */ argument
24 #define FSL_SAI_TCR5(ofs) (0x14 + ofs) /* SAI Transmit Configuration 5 */ argument
46 #define FSL_SAI_RCSR(ofs) (0x80 + ofs) /* SAI Receive Control */ argument
47 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ argument
48 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ argument
49 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ argument
[all …]
/kernel/linux/linux-5.10/fs/overlayfs/
Dsuper.c215 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
255 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local
263 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local
311 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local
328 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
358 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local
386 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local
709 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
858 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
873 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
[all …]
Dnamei.c33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() local
108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh()
342 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
393 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin()
418 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
445 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
479 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper()
512 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index()
659 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh()
688 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index()
[all …]
Dutil.c20 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write() local
26 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() local
32 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() local
38 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() local
61 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() local
69 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() local
77 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
549 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry) in ovl_check_origin_xattr()
[all …]
/kernel/linux/linux-4.19/fs/overlayfs/
Dsuper.c216 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
252 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local
260 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local
297 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local
314 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
350 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local
376 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local
618 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
769 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
784 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dregs.h9 #define MT_MCU_WFDMA1(ofs) (MT_MCU_WFDMA1_BASE + (ofs)) argument
18 #define MT_PLE(ofs) (MT_PLE_BASE + (ofs)) argument
30 #define MT_MDP(ofs) (MT_MDP_BASE + (ofs)) argument
52 #define MT_WF_TMAC(_band, ofs) (MT_WF_TMAC_BASE(_band) + (ofs)) argument
72 #define MT_WF_DMA(ofs) (MT_WF_DMA_BASE + (ofs)) argument
80 #define MT_WF_ETBF(_band, ofs) (MT_WF_ETBF_BASE(_band) + (ofs)) argument
98 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) argument
109 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) argument
149 #define MT_WTBLON_TOP(ofs) (MT_WTBLON_TOP_BASE + (ofs)) argument
167 #define MT_WF_AGG(_band, ofs) (MT_WF_AGG_BASE(_band) + (ofs)) argument
[all …]
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dcore_feature_fpu.h103 #define __RV_FLW(freg, addr, ofs) \ argument
124 #define __RV_FSW(freg, addr, ofs) \ argument
147 #define __RV_FLD(freg, addr, ofs) \ argument
170 #define __RV_FSD(freg, addr, ofs) \ argument
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
Datmel.c17 static int atmel_at25fs_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in atmel_at25fs_lock()
22 static int atmel_at25fs_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in atmel_at25fs_unlock()
38 static int atmel_at25fs_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in atmel_at25fs_is_locked()
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/mtd/maps/
Dpci.c37 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8()
45 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32()
59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8()
65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32()
124 intel_iq80310_translate(struct map_pci_info *map, unsigned long ofs) in intel_iq80310_translate()
212 intel_dc21285_translate(struct map_pci_info *map, unsigned long ofs) in intel_dc21285_translate()
/kernel/linux/linux-4.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()
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/
Dsigtramp.S58 #define rsave(regno, ofs) \ argument
116 #define vsave_msr2(regno, ofs) \ argument
126 #define vsave(regno, ofs) \ argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
Dsigtramp.S53 #define rsave(regno, ofs) \ argument
110 #define vsave_msr2(regno, ofs) \ argument
120 #define vsave(regno, ofs) \ argument

12345678910>>...17