Searched defs:ofs (Results 151 - 175 of 213) sorted by relevance

123456789

/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-sata.c229 static u32 brcm_sata_phy_rd(struct brcm_sata_port *port, u32 bank, u32 ofs) argument
211 brcm_sata_phy_wr(struct brcm_sata_port *port, u32 bank, u32 ofs, u32 msk, u32 value) argument
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_samsung.c623 int err, ofs, page_dma = 0; local
746 static void s3c_onenand_do_lock_cmd(struct mtd_info *mtd, loff_t ofs, argument
775 loff_t ofs = 0; local
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1405 unsigned long ofs, last_end = 0; local
1457 unsigned long ofs; local
1536 unsigned long ofs; local
1650 unsigned long ofs; local
1897 unsigned long ofs, vec_seek, i; local
2181 cfi_intelext_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2205 cfi_intelext_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2229 cfi_intelext_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
[all...]
H A Dcfi_cmdset_0002.c1239 unsigned long ofs; local
1347 unsigned long ofs; local
1822 unsigned long ofs, chipstart; local
2103 unsigned long ofs; local
2312 unsigned long ofs, chipstart; local
2694 cfi_atmel_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2699 cfi_atmel_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2791 cfi_ppb_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2798 cfi_ppb_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2903 cfi_ppb_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
[all...]
/linux-master/drivers/mtd/devices/
H A Ddocg3.c433 static void doc_setup_writeaddr_sector(struct docg3 *docg3, int sector, int ofs) argument
456 doc_read_seek(struct docg3 *docg3, int block0, int block1, int page, int wear, int ofs) argument
505 doc_write_seek(struct docg3 *docg3, int block0, int block1, int page, int ofs) argument
832 calc_block_sector(loff_t from, int *block0, int *block1, int *page, int *ofs, int reliable) argument
869 int block0, block1, page, ret, skip, ofs = 0; local
1016 int block0, block1, page, ofs, is_good; local
1188 int block0, block1, page, ret = 0, ofs = 0; local
1234 int block0, block1, page, ret, ofs = 0; local
1382 doc_write_oob(struct mtd_info *mtd, loff_t ofs, struct mtd_oob_ops *ops) argument
[all...]
/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c158 size_t ofs; /* abs byte offset */ member in struct:cyttsp5_tch_abs_params
H A Dcyttsp4_core.h241 size_t ofs; /* abs byte offset */ member in struct:cyttsp4_tch_abs_params
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c675 int ofs; local
/linux-master/fs/overlayfs/
H A Doverlayfs.h179 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) argument
196 static inline int ovl_do_notify_change(struct ovl_fs *ofs, argument
203 static inline int ovl_do_rmdir(struct ovl_fs *ofs, argument
212 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, argument
221 static inline int ovl_do_link(struct ovl_fs *ofs, struct dentry *old_dentry, argument
231 ovl_do_create(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry, umode_t mode) argument
241 ovl_do_mkdir(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry, umode_t mode) argument
250 ovl_do_mknod(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) argument
260 ovl_do_symlink(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry, const char *oldname) argument
286 ovl_getxattr_upper(struct ovl_fs *ofs, struct dentry *upperdentry, enum ovl_xattr ox, void *value, size_t size) argument
299 ovl_path_getxattr(struct ovl_fs *ofs, const struct path *path, enum ovl_xattr ox, void *value, size_t size) argument
307 ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
319 ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const void *value, size_t size) argument
326 ovl_do_removexattr(struct ovl_fs *ofs, struct dentry *dentry, const char *name) argument
334 ovl_removexattr(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox) argument
340 ovl_do_set_acl(struct ovl_fs *ofs, struct dentry *dentry, const char *acl_name, struct posix_acl *acl) argument
346 ovl_do_remove_acl(struct ovl_fs *ofs, struct dentry *dentry, const char *acl_name) argument
352 ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, struct dentry *olddentry, struct inode *newdir, struct dentry *newdentry, unsigned int flags) argument
376 ovl_do_whiteout(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry) argument
384 ovl_do_tmpfile(struct ovl_fs *ofs, struct dentry *dentry, umode_t mode) argument
397 ovl_lookup_upper(struct ovl_fs *ofs, const char *name, struct dentry *base, int len) argument
509 ovl_upper_is_whiteout(struct ovl_fs *ofs, struct dentry *upperdentry) argument
519 ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *upperdentry) argument
574 struct ovl_fs *ofs = OVL_FS(sb); local
583 ovl_get_opaquedir_val(struct ovl_fs *ofs, const struct path *path) argument
589 ovl_redirect_follow(struct ovl_fs *ofs) argument
594 ovl_redirect_dir(struct ovl_fs *ofs) argument
599 ovl_origin_uuid(struct ovl_fs *ofs) argument
604 ovl_has_fsid(struct ovl_fs *ofs) argument
615 ovl_xino_warn(struct ovl_fs *ofs) argument
624 ovl_allow_offline_changes(struct ovl_fs *ofs) argument
631 ovl_same_fs(struct ovl_fs *ofs) argument
637 ovl_same_dev(struct ovl_fs *ofs) argument
642 ovl_xino_bits(struct ovl_fs *ofs) argument
700 ovl_verify_origin_fh(struct ovl_fs *ofs, struct dentry *upper, const struct ovl_fh *fh, bool set) argument
706 ovl_verify_origin(struct ovl_fs *ofs, struct dentry *upper, struct dentry *origin, bool set) argument
713 ovl_verify_upper(struct ovl_fs *ofs, struct dentry *index, struct dentry *upper, bool set) argument
883 ovl_force_readonly(struct ovl_fs *ofs) argument
[all...]
H A Dutil.c23 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
30 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
36 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
42 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
48 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
54 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
60 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
66 struct ovl_fs *ofs = OVL_FS(sb); local
92 struct ovl_fs *ofs = OVL_FS(sb); local
100 struct ovl_fs *ofs = OVL_FS(sb); local
108 struct ovl_fs *ofs = OVL_FS(sb); local
233 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
481 ovl_layer_set_xwhiteouts(struct ovl_fs *ofs, const struct ovl_layer *layer) argument
635 ovl_path_is_whiteout(struct ovl_fs *ofs, const struct path *path) argument
743 ovl_path_check_origin_xattr(struct ovl_fs *ofs, const struct path *path) argument
756 ovl_path_check_xwhiteout_xattr(struct ovl_fs *ofs, const struct path *path) argument
773 ovl_init_uuid_xattr(struct super_block *sb, struct ovl_fs *ofs, const struct path *upperpath) argument
832 ovl_get_dir_xattr_val(struct ovl_fs *ofs, const struct path *path, enum ovl_xattr ox) argument
873 ovl_check_setxattr(struct ovl_fs *ofs, struct dentry *upperdentry, enum ovl_xattr ox, const void *value, size_t size, int xerr) argument
895 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
917 struct ovl_fs *ofs = OVL_FS(inode->i_sb); local
953 struct ovl_fs *ofs = OVL_FS(inode->i_sb); local
1061 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); local
1240 ovl_check_metacopy_xattr(struct ovl_fs *ofs, const struct path *path, struct ovl_metacopy *data) argument
1294 ovl_set_metacopy_xattr(struct ovl_fs *ofs, struct dentry *d, struct ovl_metacopy *metacopy) argument
1322 ovl_get_redirect_xattr(struct ovl_fs *ofs, const struct path *path, int padding) argument
1388 ovl_validate_verity(struct ovl_fs *ofs, struct path *metapath, struct path *datapath) argument
1443 ovl_get_verity_digest(struct ovl_fs *ofs, struct path *src, struct ovl_metacopy *metacopy) argument
1487 ovl_sync_status(struct ovl_fs *ofs) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c3208 u32 size = sizeof(measure_report), len = 0, ofs = 0; local
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c190 unsigned int ofs, len; local
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-scaler.c287 static void dcss_scaler_write(struct dcss_scaler_ch *ch, u32 val, u32 ofs) argument
/linux-master/sound/core/
H A Dpcm_lib.c67 snd_pcm_uframes_t frames, ofs, transfer; local
/linux-master/sound/pci/
H A Dvia82xx_modem.c267 unsigned int i, idx, ofs, rest; local
/linux-master/drivers/tty/serial/
H A Dstm32-usart.h36 struct stm32_usart_offsets ofs; member in struct:stm32_usart_info
H A Dstm32-usart.c141 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
226 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
351 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
371 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
384 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
497 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
656 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
671 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
679 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
690 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
698 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
794 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
861 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
931 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1003 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1026 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1050 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1063 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1079 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1119 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1170 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1440 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; local
1470 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1529 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; local
1714 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; local
1752 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; local
1885 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1925 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
1945 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
2079 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; local
[all...]
/linux-master/drivers/ata/
H A Dsata_sx4.c1100 unsigned int ofs; member in struct:__anon9
/linux-master/drivers/gpu/drm/xe/
H A Dxe_migrate.c254 u64 pos, ofs, flags; local
493 u64 ofs = (u64)at_pt * XE_PAGE_SIZE; local
1114 u32 ofs = update->ofs, siz local
[all...]
H A Dxe_vm.c3358 u64 ofs, bo_ofs; member in struct:xe_vm_snapshot::__anon39
/linux-master/drivers/mtd/
H A Dmtdcore.c2236 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2256 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2276 mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) argument
2296 mtd_block_isreserved(struct mtd_info *mtd, loff_t ofs) argument
2312 mtd_block_isbad(struct mtd_info *mtd, loff_t ofs) argument
2328 mtd_block_markbad(struct mtd_info *mtd, loff_t ofs) argument
[all...]
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c1802 unsigned i, sa_offset = 0, ofs; local
/linux-master/drivers/hwmon/
H A Dlm93.c1447 int ofs = s_attr->nr; local
1461 int ofs = s_attr->nr; local
/linux-master/drivers/dma/lgm/
H A Dlgm-dma.c279 ldma_update_bits(struct ldma_dev *d, u32 mask, u32 val, u32 ofs) argument
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c978 int ofs = y * width + x; local

Completed in 561 milliseconds

123456789