/openbmc/linux/arch/ia64/kernel/ |
H A D | salinfo.c | 596 struct proc_dir_entry *dir, *entry; in salinfo_init() local 615 dir = proc_mkdir(salinfo_log_name[i], salinfo_dir); in salinfo_init() 616 if (!dir) in salinfo_init() 619 entry = proc_create_data("event", S_IRUSR, dir, in salinfo_init() 625 entry = proc_create_data("data", S_IRUSR | S_IWUSR, dir, in salinfo_init() 631 *sdir++ = dir; in salinfo_init()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 180 u8 dir; in SearchAdmitTRStream() local 207 for (dir = 0; dir <= DIR_BI_DIR; dir++) { in SearchAdmitTRStream() 208 if (!search_dir[dir]) in SearchAdmitTRStream() 213 pRet->TSpec.f.TSInfo.field.ucDirection == dir) in SearchAdmitTRStream()
|
/openbmc/slpd-lite/ |
H A D | slp_message_handler.cpp | 336 DIR* dir = opendir(SERVICE_DIR); in readSLPServiceInfo() local 338 slp::deleted_unique_ptr<DIR> dirPtr(dir, [](DIR* dir) { in readSLPServiceInfo() argument 339 if (!dir) in readSLPServiceInfo() 341 closedir(dir); in readSLPServiceInfo() 344 dir = nullptr; in readSLPServiceInfo()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_proc.c | 94 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps() argument 97 caps = param_read(codec, nid, dir == HDA_OUTPUT ? in print_amp_caps() 113 int dir, unsigned int wcaps, int indices) in is_stereo_amps() argument 122 if (indices != 1 || dir != HDA_INPUT || in is_stereo_amps() 135 int dir, unsigned int wcaps, int indices) in print_amp_vals() argument 141 stereo = is_stereo_amps(codec, nid, dir, wcaps, indices); in print_amp_vals() 143 dir = dir == HDA_OUTPUT ? AC_AMP_GET_OUTPUT : AC_AMP_GET_INPUT; in print_amp_vals() 148 AC_AMP_GET_LEFT | dir | i); in print_amp_vals() 153 AC_AMP_GET_RIGHT | dir | i); in print_amp_vals()
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | kmeter1.dts | 147 /* port pin dir open_drain assignment has_irq */ 173 /* port pin dir open_drain assignment has_irq */ 199 /* port pin dir open_drain assignment has_irq */ 219 /* port pin dir open_drain assignment has_irq */ 237 /* port pin dir open_drain assignment has_irq */ 255 /* port pin dir open_drain assignment has_irq */ 273 /* port pin dir open_drain assignment has_irq */
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0_pcm.c | 224 stream->nr_ch, stream->dir, in snd_vortex_pcm_hw_params() 285 stream->nr_ch, stream->dir, in snd_vortex_pcm_hw_free() 308 int dma = stream->dma, fmt, dir; in snd_vortex_pcm_prepare() local 312 dir = 1; in snd_vortex_pcm_prepare() 314 dir = 0; in snd_vortex_pcm_prepare() 318 vortex_adbdma_setmode(chip, dma, 1, dir, fmt, in snd_vortex_pcm_prepare() 322 vortex_adb_setsrc(chip, dma, runtime->rate, dir); in snd_vortex_pcm_prepare()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | mac8390.c | 289 struct nubus_dir dir; in mac8390_rsrc_init() local 304 if (nubus_get_func_dir(fres, &dir) == -1) { in mac8390_rsrc_init() 311 if (nubus_find_rsrc(&dir, NUBUS_RESID_MAC_ADDRESS, &ent) == -1) { in mac8390_rsrc_init() 320 nubus_rewinddir(&dir); in mac8390_rsrc_init() 321 if (nubus_find_rsrc(&dir, NUBUS_RESID_MINOR_BASEOS, in mac8390_rsrc_init() 331 nubus_rewinddir(&dir); in mac8390_rsrc_init() 332 if (nubus_find_rsrc(&dir, NUBUS_RESID_MINOR_LENGTH, in mac8390_rsrc_init()
|
/openbmc/linux/sound/soc/sof/ |
H A D | pcm.c | 90 struct snd_sof_platform_stream_params *platform_params, int dir) in sof_pcm_setup_connected_widgets() argument 99 ret = snd_soc_dapm_dai_get_connected_widgets(dai, dir, &list, in sof_pcm_setup_connected_widgets() 103 dir == SNDRV_PCM_STREAM_PLAYBACK ? "playback" : "capture"); in sof_pcm_setup_connected_widgets() 107 spcm->stream[dir].list = list; in sof_pcm_setup_connected_widgets() 109 ret = sof_widget_list_setup(sdev, spcm, params, platform_params, dir); in sof_pcm_setup_connected_widgets() 112 spcm->pcm.pcm_id, dir); in sof_pcm_setup_connected_widgets() 113 spcm->stream[dir].list = NULL; in sof_pcm_setup_connected_widgets()
|
/openbmc/qemu/util/ |
H A D | oslib-posix.c | 815 DIR *dir; in qemu_close_all_open_fd_proc() local 818 dir = opendir("/proc/self/fd"); in qemu_close_all_open_fd_proc() 819 if (!dir) { in qemu_close_all_open_fd_proc() 824 dfd = dirfd(dir); in qemu_close_all_open_fd_proc() 826 for (de = readdir(dir); de; de = readdir(dir)) { in qemu_close_all_open_fd_proc() 857 closedir(dir); in qemu_close_all_open_fd_proc()
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | meson.build | 57 conf.set_quoted('BMC_ROFS_PREFIX', get_option('media-dir') + '/rofs-') 60 # The dir where activation data is stored in files 76 conf.set_quoted('IMG_UPLOAD_DIR', get_option('img-upload-dir')) 78 conf.set_quoted('MEDIA_DIR', get_option('media-dir')) 88 conf.set_quoted('SYNC_LIST_DIR_PATH', get_option('sync-list-dir-path')) 99 conf.set_quoted('ALT_ROFS_DIR', get_option('alt-rofs-dir')) 100 conf.set_quoted('ALT_RWFS', get_option('alt-rwfs-dir'))
|
/openbmc/linux/drivers/dma/sh/ |
H A D | rcar-dmac.c | 136 enum dma_data_direction dir; member 954 desc->direction = dir; in rcar_dmac_chan_prep_sg() 1004 if (dir == DMA_DEV_TO_MEM) { in rcar_dmac_chan_prep_sg() 1020 if (dir == DMA_MEM_TO_MEM) in rcar_dmac_chan_prep_sg() 1147 enum dma_transfer_direction dir) in rcar_dmac_map_slave_addr() argument 1155 if (dir == DMA_DEV_TO_MEM) { in rcar_dmac_map_slave_addr() 1168 dev_dir == map->dir) in rcar_dmac_map_slave_addr() 1194 map->dir = dev_dir; in rcar_dmac_map_slave_addr() 1214 if (rcar_dmac_map_slave_addr(chan, dir)) in rcar_dmac_prep_slave_sg() 1218 dir, flags, false); in rcar_dmac_prep_slave_sg() [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 44 holding the kernel source dir. 286 $ cd ~/linux-5.6 # change to kernel source dir 289 $ mv linux-5.6 linux-5.7 # rename source dir 293 $ cd ~/linux-5.6.1 # change to kernel source dir 295 # source dir is now 5.6 298 $ mv linux-5.6.1 linux-5.7 # rename source dir 331 $ cd ~/linux-5.7.2 # change to the kernel source dir 346 $ cd ~/linux-5.7.2 # change to the kernel source dir 381 $ cd ~/linux-5.7 # change to the 5.7 source dir 384 $ mv linux-5.7 linux-5.8-rc3 # rename the source dir [all …]
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | hidma_dbg.c | 145 struct dentry *dir; in hidma_debug_init() local 156 dir = debugfs_create_dir(chan->dbg_name, in hidma_debug_init() 158 debugfs_create_file("stats", S_IRUGO, dir, chan, in hidma_debug_init()
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | arm-ccn.rst | 31 "dir" (transmit/receive direction), comparator values ("cmp_l" 54 ccn/xp_valid_flit,xp=?,port=?,vc=?,dir=?/ [Kernel PMU event] 57 / # perf stat -a -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_debugfs.c | 166 void nfp_net_debugfs_dir_clean(struct dentry **dir) in nfp_net_debugfs_dir_clean() argument 168 debugfs_remove_recursive(*dir); in nfp_net_debugfs_dir_clean() 169 *dir = NULL; in nfp_net_debugfs_dir_clean()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi-mem.h | 42 .dir = SPI_MEM_DATA_IN, \ 50 .dir = SPI_MEM_DATA_OUT, \ 128 enum spi_mem_data_dir dir; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.h | 102 enum mlxsw_sp_rif_counter_dir dir, 105 enum mlxsw_sp_rif_counter_dir dir); 107 enum mlxsw_sp_rif_counter_dir dir);
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 326 TP_ARGS(dir, dentry), 338 __entry->ino = dir->i_ino; 339 __entry->size = dir->i_size; 818 TP_ARGS(dir, dentry, flags), 829 __entry->ino = dir->i_ino; 857 __entry->ino = dir->i_ino; 886 __entry->ino = dir->i_ino; 1232 __field(int, dir) 1242 __entry->dir = 1253 show_file_type(__entry->dir), [all …]
|
/openbmc/linux/fs/overlayfs/ |
H A D | super.c | 284 struct inode *dir = ofs->workbasedir->d_inode; in ovl_workdir_create() local 290 inode_lock_nested(dir, I_MUTEX_PARENT); in ovl_workdir_create() 309 err = ovl_workdir_cleanup(ofs, dir, mnt, work, 0); in ovl_workdir_create() 359 inode_unlock(dir); in ovl_workdir_create() 508 trap = ovl_get_trap_inode(sb, dir); in ovl_setup_trap() 607 struct inode *dir = d_inode(workdir); in ovl_check_rename_whiteout() local 614 inode_lock_nested(dir, I_MUTEX_PARENT); in ovl_check_rename_whiteout() 630 err = ovl_do_rename(ofs, dir, temp, dir, dest, RENAME_WHITEOUT); in ovl_check_rename_whiteout() 646 ovl_cleanup(ofs, dir, whiteout); in ovl_check_rename_whiteout() 650 ovl_cleanup(ofs, dir, temp); in ovl_check_rename_whiteout() [all …]
|
/openbmc/linux/drivers/iio/light/ |
H A D | tsl2591.c | 665 .dir = IIO_EV_DIR_RISING, 669 .dir = IIO_EV_DIR_FALLING, 673 .dir = IIO_EV_DIR_EITHER, 854 enum iio_event_direction dir, in tsl2591_read_event_value() argument 867 switch (dir) { in tsl2591_read_event_value() 908 enum iio_event_direction dir, in tsl2591_write_event_value() argument 928 switch (dir) { in tsl2591_write_event_value() 977 enum iio_event_direction dir) in tsl2591_read_event_config() argument 987 enum iio_event_direction dir, in tsl2591_write_event_config() argument
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | debugfs_sta.c | 758 struct ieee80211_sta *sta, struct dentry *dir) in ath10k_sta_add_debugfs() argument 762 debugfs_create_file("aggr_mode", 0644, dir, sta, &fops_aggr_mode); in ath10k_sta_add_debugfs() 763 debugfs_create_file("addba", 0200, dir, sta, &fops_addba); in ath10k_sta_add_debugfs() 764 debugfs_create_file("addba_resp", 0200, dir, sta, &fops_addba_resp); in ath10k_sta_add_debugfs() 765 debugfs_create_file("delba", 0200, dir, sta, &fops_delba); in ath10k_sta_add_debugfs() 766 debugfs_create_file("peer_debug_trigger", 0600, dir, sta, in ath10k_sta_add_debugfs() 768 debugfs_create_file("dump_tid_stats", 0400, dir, sta, in ath10k_sta_add_debugfs() 773 debugfs_create_file("tx_stats", 0400, dir, sta, in ath10k_sta_add_debugfs() 775 debugfs_create_file("peer_ps_state", 0400, dir, sta, in ath10k_sta_add_debugfs()
|
/openbmc/qemu/hw/rtc/ |
H A D | twl92230.c | 53 uint8_t dir; member 165 s->dir = 0x07; in menelaus_reset() 316 return s->dir; in menelaus_read() 318 return s->inputs | (~s->dir & s->outputs); in menelaus_read() 523 if (((s->dir ^ value) >> line) & 1) { in menelaus_write() 525 ((s->outputs & ~s->dir) >> line) & 1); in menelaus_write() 528 s->dir = value & 0x67; in menelaus_write() 532 if ((((s->outputs ^ value) & ~s->dir) >> line) & 1) { in menelaus_write() 824 VMSTATE_UINT8(dir, MenelausState),
|
/openbmc/linux/Documentation/gpu/dp-mst/ |
H A D | topology-figure-1.dot | 6 driver -> {payload1, payload2} [dir=none]; 31 edge [style=dashed;dir=back];
|
H A D | topology-figure-2.dot | 6 driver -> {payload1, payload2} [dir=none]; 33 edge [style=dashed;dir=back];
|
/openbmc/u-boot/drivers/misc/ |
H A D | smsc_sio1007.c | 67 void sio1007_gpio_config(int port, int gpio, int dir, int pol, int type) in sio1007_gpio_config() argument 82 sio1007_clrsetbits(port, reg, 1 << gpio, dir << gpio); in sio1007_gpio_config()
|