/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | todo.rst | 17 - directory leases (improved metadata caching). Currently only implemented for root dir
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt1308.c | 576 int clk_id, int source, unsigned int freq, int dir) in rt1308_set_component_sysclk() argument
|
H A D | wm8804.c | 449 int clk_id, unsigned int freq, int dir) in wm8804_set_sysclk() argument
|
H A D | ssm2518.c | 644 int source, unsigned int freq, int dir) in ssm2518_set_sysclk() argument
|
H A D | max9867.c | 430 int clk_id, unsigned int freq, int dir) in max9867_set_dai_sysclk() argument
|
H A D | cs42xx8.c | 203 int clk_id, unsigned int freq, int dir) in cs42xx8_set_dai_sysclk() argument
|
H A D | cs35l41.c | 834 unsigned int freq, int dir) in cs35l41_component_set_sysclk() argument 884 int clk_id, unsigned int freq, int dir) in cs35l41_dai_set_sysclk() argument
|
/openbmc/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850-evm.dts | 397 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mt7996.h | 496 struct ieee80211_sta *sta, struct dentry *dir);
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | test.yml | 14 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
|
/openbmc/linux/include/net/ |
H A D | ip_tunnels.h | 134 u8 dir; /* ERSPAN direction */ member
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0003-64-bit-multilib-hack.patch | 128 # Only XLEN and ABI affect Linux multilib dir names, e.g. /lib32/ilp32d/
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cmake.bbclass | 152 # add include dir to implicit includes in case it differs from /usr/include
|
/openbmc/linux/drivers/firewire/ |
H A D | ohci.c | 517 char dir, int speed, u32 *header, int evt) in log_ar_at_event() argument 530 dir, (header[2] >> 16) & 0xff); in log_ar_at_event() 550 dir, evts[evt], tcodes[tcode]); in log_ar_at_event() 554 dir, evts[evt], header[1], header[2]); in log_ar_at_event() 559 dir, speed, header[0] >> 10 & 0x3f, in log_ar_at_event() 566 dir, speed, header[0] >> 10 & 0x3f, in log_ar_at_event()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.c | 3245 struct dentry *dir) in rs_add_debugfs() argument 3249 debugfs_create_file("rate_scale_table", 0600, dir, lq_sta, in rs_add_debugfs() 3251 debugfs_create_file("rate_stats_table", 0400, dir, lq_sta, in rs_add_debugfs() 3253 debugfs_create_file("rate_scale_data", 0400, dir, lq_sta, in rs_add_debugfs() 3255 debugfs_create_u8("tx_agg_tid_enable", 0600, dir, in rs_add_debugfs()
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfsroot.rst | 59 nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>] 68 <root-dir> Name of the directory on the server to mount as root.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | default.css | 169 #layer-dir-path-in-details { width: 55%; } 213 #local-dir-path { width: 45%; }
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zoran_driver.c | 957 int zoran_queue_init(struct zoran *zr, struct vb2_queue *vq, int dir) in zoran_queue_init() argument 965 vq->type = dir; in zoran_queue_init()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 842 struct inode* dir, struct dentry* new_dentry, in BPF_KPROBE() argument 904 int BPF_KPROBE(kprobe__vfs_symlink, struct inode* dir, struct dentry* dentry, in BPF_KPROBE() argument
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 1098 struct inode *orangefs_new_inode(struct super_block *sb, struct inode *dir, in orangefs_new_inode() argument 1118 error = posix_acl_create(dir, &mode, &default_acl, &acl); in orangefs_new_inode()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 572 md->u.md2.dir = nla_get_u8(attr); in ip_tun_parse_opts_erspan() 797 (nla_put_u8(skb, LWTUNNEL_IP_OPT_ERSPAN_DIR, md->u.md2.dir) || in ip_tun_fill_encap_opts_erspan()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | isd200.c | 450 enum dma_data_direction dir, void* buff, unsigned bufflen) in isd200_set_srb() argument 457 srb->sc_data_direction = dir; in isd200_set_srb()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_card.c | 820 void trans_dma_enable(enum dma_data_direction dir, struct rtsx_chip *chip, in trans_dma_enable() argument 833 if (dir == DMA_FROM_DEVICE) { in trans_dma_enable()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-cti-sysfs.c | 536 enum cti_trig_dir dir, const char *buf, size_t size) in cti_trig_op_parse() argument 545 err = cti_channel_trig_op(dev, op, dir, chan_idx, trig_idx); in cti_trig_op_parse()
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | 618 #define dma_map_bvec(dev, bv, dir, attrs) \ argument 620 (dir), (attrs))
|