| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | misc.c | 194 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, in exfat_chain_set()
|
| /OK3568_Linux_fs/buildroot/package/rockchip/npu_powerctrl_combine/ |
| H A D | npu_powerctrl_combine.c | 100 static void set_gpio_dir(char *gpio_num, char *dir) { in set_gpio_dir()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_aic.c | 57 bool dir, u8 index) in ar9003_aic_find_valid()
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireface/ |
| H A D | amdtp-ff.c | 162 enum amdtp_stream_direction dir) in amdtp_ff_init()
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | imx-audmix.c | 81 int ret, dir; in imx_audmix_fe_hw_params() local
|
| H A D | fsl_asrc.c | 624 bool dir) in fsl_asrc_get_dma_channel() 1053 static int fsl_asrc_get_fifo_addr(u8 dir, enum asrc_pair_index index) in fsl_asrc_get_fifo_addr()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | rotary_encoder.c | 51 signed char dir; /* 1 - clockwise, -1 - CCW */ member
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | dib9000.h | 70 static inline int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val) in dib9000_set_gpio()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | uda1334.c | 125 int clk_id, unsigned int freq, int dir) in uda1334_set_dai_sysclk()
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | aiu-encoder-i2s.c | 268 unsigned int freq, int dir) in aiu_encoder_i2s_set_sysclk()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | renesas_sdhi_internal_dmac.c | 234 enum dma_data_direction dir; in renesas_sdhi_internal_dmac_complete() local
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | intel_ich6_gpio.c | 78 static int _ich6_gpio_set_direction(uint16_t base, unsigned offset, int dir) in _ich6_gpio_set_direction()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | hpilo.c | 130 int dir, int id, int len) in ilo_pkt_enqueue() 145 int dir, int *id, int *len, void **pkt) in ilo_pkt_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/rknand/ |
| H A D | rknand_base_ko.c | 531 int rknand_dma_map_single(unsigned long ptr,int size,int dir) in rknand_dma_map_single() 537 void rknand_dma_unmap_single(unsigned long ptr,int size,int dir) in rknand_dma_unmap_single()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | config.c | 423 const char *dir = perf_config_dirname(var, value); in perf_buildid_config() local 846 void set_buildid_dir(const char *dir) in set_buildid_dir()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | inode.c | 863 bool ovl_lookup_trap_inode(struct super_block *sb, struct dentry *dir) in ovl_lookup_trap_inode() 885 struct inode *ovl_get_trap_inode(struct super_block *sb, struct dentry *dir) in ovl_get_trap_inode()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-cma-heap.c | 198 enum dma_data_direction dir) in rk_cma_heap_dma_buf_begin_cpu_access() 207 enum dma_data_direction dir) in rk_cma_heap_dma_buf_end_cpu_access()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-debugfs.c | 422 struct dentry *dir; in xhci_debugfs_create_ring_dir() local 637 struct dentry *dir; in xhci_debugfs_create_ports() local
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ialloc.c | 869 static int ext4_xattr_credits_for_new_inode(struct inode *dir, mode_t mode, in ext4_xattr_credits_for_new_inode() 926 struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir, in __ext4_new_inode()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | confdata.c | 847 char *opwd, *dir, *_name; in conf_split_config() local 977 char dir[PATH_MAX+1], buf[PATH_MAX+20]; in conf_write_autoconf() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | p2pdma.c | 905 int nents, enum dma_data_direction dir, unsigned long attrs) in pci_p2pdma_map_sg_attrs() 938 int nents, enum dma_data_direction dir, unsigned long attrs) in pci_p2pdma_unmap_sg_attrs()
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-dai.c | 53 unsigned int freq, int dir) in snd_soc_dai_set_sysclk() 407 bool snd_soc_dai_stream_valid(struct snd_soc_dai *dai, int dir) in snd_soc_dai_stream_valid()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ioctl.c | 577 static noinline int create_subvol(struct inode *dir, in create_subvol() 791 static int create_snapshot(struct btrfs_root *root, struct inode *dir, in create_snapshot() 915 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() 948 static inline int btrfs_may_create(struct inode *dir, struct dentry *child) in btrfs_may_create() 968 struct inode *dir = d_inode(parent->dentry); in btrfs_mksubvol() local 2932 struct inode *dir = d_inode(parent); in btrfs_ioctl_snap_destroy() local
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | fc.c | 961 enum dma_data_direction dir) in fc_dma_map_single() 974 enum dma_data_direction dir) in fc_dma_unmap_single() 982 enum dma_data_direction dir) in fc_dma_sync_single_for_cpu() 990 enum dma_data_direction dir) in fc_dma_sync_single_for_device() 1016 enum dma_data_direction dir) in fc_dma_map_sg() 1023 enum dma_data_direction dir) in fc_dma_unmap_sg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | aq100x.c | 194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback()
|