Home
last modified time | relevance | path

Searched defs:dir (Results 126 – 150 of 1625) sorted by relevance

12345678910>>...65

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dkup-8xx.h38 unsigned long size, unsigned long dir) in allow_user_access()
44 unsigned long size, unsigned long dir) in prevent_user_access()
/OK3568_Linux_fs/kernel/fs/affs/
H A Damigaffs.c26 affs_insert_hash(struct inode *dir, struct buffer_head *bh) in affs_insert_hash()
75 affs_remove_hash(struct inode *dir, struct buffer_head *rem_bh) in affs_remove_hash()
144 struct inode *dir, *inode = d_inode(dentry); in affs_remove_link() local
270 struct inode *inode, *dir; in affs_remove_header() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c197 enum dma_data_direction dir) in rkcif_shm_map_dma_buf()
216 enum dma_data_direction dir) in rkcif_shm_unmap_dma_buf()
256 static int rkcif_shm_begin_cpu_access(struct dma_buf *dmabuf, enum dma_data_direction dir) in rkcif_shm_begin_cpu_access()
268 static int rkcif_shm_end_cpu_access(struct dma_buf *dmabuf, enum dma_data_direction dir) in rkcif_shm_end_cpu_access()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_asrc_dma.c58 u8 dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? OUT : IN; in fsl_asrc_dma_prepare_and_submit() local
148 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_params() local
295 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_hw_free() local
323 u8 dir = tx ? OUT : IN; in fsl_asrc_dma_startup() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c33 int remove_dir(const char *dir) in remove_dir()
141 int crypto_emit_file(int fd, const char *dir, const char *filename, in crypto_emit_file()
175 int emit_file(int fd, const char *dir, const char *filename, in emit_file()
320 char *concat_file_name(const char *dir, const char *file) in concat_file_name()
331 DIR *dir = NULL; in delete_dir_tree() local
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-stream.c148 static void stop_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in stop_streams()
211 enum amdtp_stream_direction dir, in keep_dual_resources()
339 static int start_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in start_streams()
504 static int init_stream(struct snd_dice *dice, enum amdtp_stream_direction dir, in init_stream()
538 enum amdtp_stream_direction dir, in destroy_stream()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_flow_table_core.c22 enum flow_offload_tuple_dir dir) in flow_offload_fill_dir()
79 enum flow_offload_tuple_dir dir) in flow_offload_fill_route()
308 int dir; in flow_offload_lookup() local
444 u8 protocol, enum flow_offload_tuple_dir dir) in nf_flow_snat_port()
475 u8 protocol, enum flow_offload_tuple_dir dir) in nf_flow_dnat_port()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Ddma.c50 enum dma_data_direction dir) in arch_sync_dma_for_device()
65 enum dma_data_direction dir) in arch_sync_dma_for_cpu()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dinode.c102 const struct inode *dir, in bpf_get_inode()
146 struct inode *dir) in bpf_dentry_finalize()
155 static int bpf_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in bpf_mkdir()
334 struct inode *dir = dentry->d_parent->d_inode; in bpf_mkobj_ops() local
372 bpf_lookup(struct inode *dir, struct dentry *dentry, unsigned flags) in bpf_lookup()
384 static int bpf_symlink(struct inode *dir, struct dentry *dentry, in bpf_symlink()
441 struct inode *dir; in bpf_obj_do_pin() local
/OK3568_Linux_fs/kernel/fs/proc/
H A Dgeneric.c56 static struct proc_dir_entry *pde_subdir_first(struct proc_dir_entry *dir) in pde_subdir_first()
62 static struct proc_dir_entry *pde_subdir_next(struct proc_dir_entry *dir) in pde_subdir_next()
68 static struct proc_dir_entry *pde_subdir_find(struct proc_dir_entry *dir, in pde_subdir_find()
90 static bool pde_subdir_insert(struct proc_dir_entry *dir, in pde_subdir_insert()
249 struct dentry *proc_lookup_de(struct inode *dir, struct dentry *dentry, in proc_lookup_de()
269 struct dentry *proc_lookup(struct inode *dir, struct dentry *dentry, in proc_lookup()
372 struct proc_dir_entry *proc_register(struct proc_dir_entry *dir, in proc_register()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dpci-dma.c47 enum dma_data_direction dir) in arch_sync_dma_for_cpu()
65 enum dma_data_direction dir) in arch_sync_dma_for_device()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddummy.c15 unsigned long offset, size_t size, enum dma_data_direction dir, in dma_dummy_map_page()
22 int nelems, enum dma_data_direction dir, in dma_dummy_map_sg()
H A Dswiotlb.c419 size_t size, enum dma_data_direction dir) in swiotlb_bounce()
566 enum dma_data_direction dir, unsigned long attrs) in swiotlb_tbl_map_single()
619 enum dma_data_direction dir, unsigned long attrs) in swiotlb_tbl_unmap_single()
669 size_t size, enum dma_data_direction dir, in swiotlb_tbl_sync_single()
706 enum dma_data_direction dir, unsigned long attrs) in swiotlb_map()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Ddma-mapping.c60 enum dma_data_direction dir) in arch_sync_dma_for_device()
76 enum dma_data_direction dir) in arch_sync_dma_for_cpu()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dnamei.c90 static struct page *find_target_block_classic(struct inode *dir, in find_target_block_classic()
168 int erofs_namei(struct inode *dir, in erofs_namei()
209 static struct dentry *erofs_lookup(struct inode *dir, in erofs_lookup()
/OK3568_Linux_fs/kernel/fs/notify/
H A Dfsnotify.c245 struct inode *dir, const struct qstr *name, in fsnotify_handle_inode_event()
268 struct inode *dir, const struct qstr *name, in fsnotify_handle_event()
315 struct inode *dir, const struct qstr *file_name, in send_to_group()
462 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir, in fsnotify()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmain.c100 static int ls_dir(const char *dir, int (*match)(const char *dir, const char *file, void *argv[]), v… in ls_dir()
120 static int is_same_linkfile(const char *dir, const char *file, void *argv[]) in is_same_linkfile()
140 static int is_brother_process(const char *dir, const char *file, void *argv[]) in is_brother_process()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dudc.c58 static inline int hw_ep_bit(int num, int dir) in hw_ep_bit()
101 static int hw_ep_flush(struct ci_hdrc *ci, int num, int dir) in hw_ep_flush()
123 static int hw_ep_disable(struct ci_hdrc *ci, int num, int dir) in hw_ep_disable()
139 static int hw_ep_enable(struct ci_hdrc *ci, int num, int dir, int type) in hw_ep_enable()
174 static int hw_ep_get_halt(struct ci_hdrc *ci, int num, int dir) in hw_ep_get_halt()
190 static int hw_ep_prime(struct ci_hdrc *ci, int num, int dir, int is_ctrl) in hw_ep_prime()
221 static int hw_ep_set_halt(struct ci_hdrc *ci, int num, int dir, int value) in hw_ep_set_halt()
977 int dir, num, retval; in isr_get_status_response() local
1135 int type, num, dir, err = -EINVAL; in isr_setup_packet_handler() local
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dpmu.c90 static char dir[PATH_MAX]; in test_format_dir_get() local
118 static int test_format_dir_put(char *dir) in test_format_dir_put()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c54 enum dma_data_direction dir) in vmw_prime_map_dma_buf()
61 enum dma_data_direction dir) in vmw_prime_unmap_dma_buf()
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-lpaif-reg.h137 #define __LPAIF_DMA_REG(v, chan, dir, reg, dai_id) \ argument
142 #define LPAIF_DMACTL_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, CTL, dai_id) argument
143 #define LPAIF_DMABASE_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, BASE, dai_id) argument
144 #define LPAIF_DMABUFF_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, BUFF, dai_id) argument
145 #define LPAIF_DMACURR_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, CURR, dai_id) argument
146 #define LPAIF_DMAPER_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, PER, dai_id) argument
147 #define LPAIF_DMAPERCNT_REG(v, chan, dir, dai_id) __LPAIF_DMA_REG(v, chan, dir, PERCNT, dai_id) argument
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c235 int data_type, struct inode *dir) in fanotify_group_event_mask()
403 int data_type, struct inode *dir) in fanotify_fid_inode()
420 int data_type, struct inode *dir) in fanotify_dfid_inode()
529 int data_type, struct inode *dir, in fanotify_alloc_event()
656 struct inode *dir, in fanotify_handle_event()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dhi8435.c125 enum iio_event_direction dir) in hi8435_read_event_config()
135 enum iio_event_direction dir, int state) in hi8435_write_event_config()
160 enum iio_event_direction dir, in hi8435_read_event_value()
192 enum iio_event_direction dir, in hi8435_write_event_value()
416 enum iio_event_direction dir; in hi8435_iio_push_event() local
/OK3568_Linux_fs/kernel/fs/autofs/
H A Droot.c474 static struct dentry *autofs_lookup(struct inode *dir, in autofs_lookup()
527 static int autofs_dir_symlink(struct inode *dir, in autofs_dir_symlink()
596 static int autofs_dir_unlink(struct inode *dir, struct dentry *dentry) in autofs_dir_unlink()
676 static int autofs_dir_rmdir(struct inode *dir, struct dentry *dentry) in autofs_dir_rmdir()
718 static int autofs_dir_mkdir(struct inode *dir, in autofs_dir_mkdir()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dnamei.c453 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path()
460 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path_for_lookup()
544 static int exfat_create(struct inode *dir, struct dentry *dentry, umode_t mode, in exfat_create()
588 static int exfat_find(struct inode *dir, struct qstr *qname, in exfat_find()
690 static struct dentry *exfat_lookup(struct inode *dir, struct dentry *dentry, in exfat_lookup()
767 static int exfat_unlink(struct inode *dir, struct dentry *dentry) in exfat_unlink()
830 static int exfat_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in exfat_mkdir()
918 static int exfat_rmdir(struct inode *dir, struct dentry *dentry) in exfat_rmdir()

12345678910>>...65