Home
last modified time | relevance | path

Searched refs:dir (Results 951 – 975 of 3117) sorted by relevance

1...<<31323334353637383940>>...125

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c208 u8 dir; in SearchAdmitTRStream() local
243 for (dir = 0; dir <= DIR_BI_DIR; dir++) { in SearchAdmitTRStream()
244 if (!search_dir[dir]) in SearchAdmitTRStream()
250 if (pRet->t_spec.ts_info.uc_direction == dir) { in SearchAdmitTRStream()
/openbmc/linux/net/mac80211/
H A Ddebugfs_key.c321 debugfs_create_file(#name, 0400, key->debugfs.dir, \
324 debugfs_create_file(#name, 0600, key->debugfs.dir, \
339 key->debugfs.dir = debugfs_create_dir(buf, in ieee80211_debugfs_key_add()
347 debugfs_create_symlink("station", key->debugfs.dir, buf); in ieee80211_debugfs_key_add()
369 debugfs_remove_recursive(key->debugfs.dir); in ieee80211_debugfs_key_remove()
370 key->debugfs.dir = NULL; in ieee80211_debugfs_key_remove()
/openbmc/qemu/hw/xen/
H A Dtrace-events48 … type, uint32_t dir, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t cou…
51 …id *req, uint32_t dir, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t c…
54 …id *req, uint32_t dir, uint32_t df, uint32_t data_is_ptr, uint64_t addr, uint64_t data, uint32_t c…
/openbmc/linux/Documentation/sound/cards/
H A Dmultisound.sh395 for dir in $PATH
397 if test "$gettext_dir" = FAILED && test -f $dir/gettext \
398 && ($dir/gettext --version >/dev/null 2>&1)
400 set `$dir/gettext --version 2>&1`
403 gettext_dir=$dir
406 if test "$locale_dir" = FAILED && test -f $dir/shar \
407 && ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
409 locale_dir=`$dir/shar --print-text-domain-dir`
/openbmc/linux/drivers/misc/cxl/
H A Dcxl.h640 void (*debugfs_add_adapter_regs)(struct cxl *adapter, struct dentry *dir);
641 void (*debugfs_add_afu_regs)(struct cxl_afu *afu, struct dentry *dir);
919 void cxl_debugfs_add_adapter_regs_psl9(struct cxl *adapter, struct dentry *dir);
920 void cxl_debugfs_add_adapter_regs_psl8(struct cxl *adapter, struct dentry *dir);
921 void cxl_debugfs_add_afu_regs_psl9(struct cxl_afu *afu, struct dentry *dir);
922 void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir);
951 struct dentry *dir) in cxl_debugfs_add_adapter_regs_psl9() argument
956 struct dentry *dir) in cxl_debugfs_add_adapter_regs_psl8() argument
960 static inline void cxl_debugfs_add_afu_regs_psl9(struct cxl_afu *afu, struct dentry *dir) in cxl_debugfs_add_afu_regs_psl9() argument
964 static inline void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir) in cxl_debugfs_add_afu_regs_psl8() argument
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c271 void *dir; in hostfs_readdir() local
280 dir = open_dir(name, &error); in hostfs_readdir()
282 if (dir == NULL) in hostfs_readdir()
285 seek_dir(dir, next); in hostfs_readdir()
286 while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) { in hostfs_readdir()
291 close_dir(dir); in hostfs_readdir()
598 static int hostfs_create(struct mnt_idmap *idmap, struct inode *dir, in hostfs_create() argument
615 inode = hostfs_iget(dir->i_sb, name); in hostfs_create()
721 static int hostfs_mknod(struct mnt_idmap *idmap, struct inode *dir, in hostfs_mknod() argument
738 inode = hostfs_iget(dir->i_sb, name); in hostfs_mknod()
/openbmc/linux/drivers/dma/
H A Dste_dma40.c113 .dir = DMA_MEM_TO_MEM,
127 .dir = DMA_MEM_TO_MEM,
1732 if (!conf->dir) { in d40_validate_conf()
2391 cfg.dir = DMA_MEM_TO_DEV; in d40_xlate()
2395 cfg.dir = DMA_DEV_TO_MEM; in d40_xlate()
2703 if (cfg->dir != DMA_DEV_TO_MEM) in d40_set_runtime_config_write()
2707 cfg->dir); in d40_set_runtime_config_write()
2708 cfg->dir = DMA_DEV_TO_MEM; in d40_set_runtime_config_write()
2719 if (cfg->dir != DMA_MEM_TO_DEV) in d40_set_runtime_config_write()
2723 cfg->dir); in d40_set_runtime_config_write()
[all …]
/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c1050 struct dentry *dir; in pmc_core_dbgfs_register() local
1052 dir = debugfs_create_dir("pmc_core", NULL); in pmc_core_dbgfs_register()
1053 pmcdev->dbgfs_dir = dir; in pmc_core_dbgfs_register()
1055 debugfs_create_file("slp_s0_residency_usec", 0444, dir, primary_pmc, in pmc_core_dbgfs_register()
1059 debugfs_create_file("pch_ip_power_gating_status", 0444, dir, in pmc_core_dbgfs_register()
1062 debugfs_create_file("ltr_ignore", 0644, dir, pmcdev, in pmc_core_dbgfs_register()
1067 debugfs_create_file("package_cstate_show", 0444, dir, primary_pmc, in pmc_core_dbgfs_register()
1071 debugfs_create_file("pll_status", 0444, dir, pmcdev, in pmc_core_dbgfs_register()
1076 0444, dir, pmcdev, in pmc_core_dbgfs_register()
1081 dir, pmcdev, in pmc_core_dbgfs_register()
[all …]
/openbmc/linux/fs/ntfs/
H A Ddir.c168 ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
176 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
220 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
428 ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
436 mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
482 name->mref = le64_to_cpu(ie->data.dir.indexed_file); in ntfs_lookup_inode_by_name()
710 mref = le64_to_cpu(ie->data.dir.indexed_file);
897 mref = le64_to_cpu(ie->data.dir.indexed_file);
1026 if (MREF_LE(ie->data.dir.indexed_file) == FILE_root) { in ntfs_filldir()
1040 (long long)MREF_LE(ie->data.dir.indexed_file)); in ntfs_filldir()
[all …]
/openbmc/linux/drivers/iio/accel/
H A Dadxl367.c1001 enum iio_event_direction dir, in adxl367_read_event_value() argument
1009 switch (dir) { in adxl367_read_event_value()
1025 switch (dir) { in adxl367_read_event_value()
1049 enum iio_event_direction dir, in adxl367_write_event_value() argument
1060 switch (dir) { in adxl367_write_event_value()
1073 switch (dir) { in adxl367_write_event_value()
1089 enum iio_event_direction dir) in adxl367_read_event_config() argument
1095 switch (dir) { in adxl367_read_event_config()
1117 switch (dir) { in adxl367_write_event_config()
1365 .dir = IIO_EV_DIR_RISING,
[all …]
/openbmc/linux/drivers/iio/adc/
H A Dxilinx-ams.c741 if (dir == IIO_EV_DIR_FALLING) { in ams_get_alarm_offset()
887 enum iio_event_direction dir) in ams_read_event_config() argument
897 enum iio_event_direction dir, in ams_write_event_config() argument
922 enum iio_event_direction dir, in ams_read_event_value() argument
926 unsigned int offset = ams_get_alarm_offset(chan->scan_index, dir); in ams_read_event_value()
943 enum iio_event_direction dir, in ams_write_event_value() argument
965 offset = ams_get_alarm_offset(chan->scan_index, dir); in ams_write_event_value()
1095 .dir = IIO_EV_DIR_RISING,
1103 .dir = IIO_EV_DIR_RISING,
1108 .dir = IIO_EV_DIR_FALLING,
[all …]
/openbmc/openbmc/poky/scripts/
H A Dsend-pull-request27 Usage: $(basename $0) [-h] [-a] [-c] [[-t email]...] -p pull-dir
34 -p pull-dir Directory containing summary and patch files
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/
H A Dmonit_5.33.0.bb30 --with-ssl-lib-dir=${STAGING_LIBDIR} \
31 --with-ssl-incl-dir=${STAGING_INCDIR} \
/openbmc/google-misc/subprojects/ncsid/doc/
H A Dncsid_arch.dot52 NIC -> ncsi_sockio [dir="both" label="NC-SI Cable" color="limegreen"];
57 p_networkd -> d_bus [dir="both"];
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A D0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch17 | src/CMakeFiles/fltk.dir/build.make:1217: recipe for target 'src/CMakeFiles/fltk.dir/Fl_Preference…
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch22 func_append dir "$objdir"
31 # Determine the prefix the user has applied to our future dir.
/openbmc/qemu/include/hw/hyperv/
H A Dvmbus.h217 int vmbus_map_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov,
223 void vmbus_unmap_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov,
/openbmc/linux/fs/jffs2/
H A Dxattr.h120 extern int jffs2_init_security(struct inode *inode, struct inode *dir,
124 #define jffs2_init_security(inode,dir,qstr) (0) argument
/openbmc/qemu/tests/qemu-iotests/
H A Dmeson.build57 '--source-dir', meson.current_source_dir(),
58 '--build-dir', meson.current_build_dir()]
/openbmc/qemu/audio/
H A Dtrace-events17 dbus_audio_register(const char *s, const char *dir) "sender = %s, dir = %s"
/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c368 unsigned char dir; in hid_submit_ctrl() local
375 dir = usbhid->ctrl[usbhid->ctrltail].dir; in hid_submit_ctrl()
378 if (dir == USB_DIR_OUT) { in hid_submit_ctrl()
400 usbhid->cr->bRequest = (dir == USB_DIR_OUT) ? HID_REQ_SET_REPORT : in hid_submit_ctrl()
482 if (usbhid->ctrl[usbhid->ctrltail].dir == USB_DIR_IN) in hid_ctrl()
522 unsigned char dir) in __usbhid_submit_report() argument
527 if (((hid->quirks & HID_QUIRK_NOGET) && dir == USB_DIR_IN) || in __usbhid_submit_report()
585 if (dir == USB_DIR_OUT) { in __usbhid_submit_report()
594 usbhid->ctrl[usbhid->ctrlhead].dir = dir; in __usbhid_submit_report()
636 __usbhid_submit_report(hid, report, dir); in usbhid_submit_report()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c82 enum nvkm_therm_thrs_direction dir) in nvkm_therm_sensor_event() argument
94 if (dir == NVKM_THERM_THRS_FALLING) in nvkm_therm_sensor_event()
102 active = (dir == NVKM_THERM_THRS_RISING); in nvkm_therm_sensor_event()
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh33 -w WORK_DIR work dir for this script
181 oe-build-perf-test --out-dir "$results_dir" \
198 --git-dir "$results_repo" \
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.h152 u32 indir, dir; \
154 dir = name##_readl(priv, off); \
157 return (u64)indir << 32 | dir; \
/openbmc/linux/fs/sysv/
H A Dialloc.c136 struct inode * sysv_new_inode(const struct inode * dir, umode_t mode) in sysv_new_inode() argument
138 struct super_block *sb = dir->i_sb; in sysv_new_inode()
166 inode_init_owner(&nop_mnt_idmap, inode, dir, mode); in sysv_new_inode()

1...<<31323334353637383940>>...125