/openbmc/linux/drivers/greybus/ |
H A D | svc.c | 793 struct dentry *dir; in gb_svc_pwrmon_debugfs_init() local 803 dir = debugfs_create_dir(fname, dent); in gb_svc_pwrmon_debugfs_init() 804 debugfs_create_file("voltage_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init() 806 debugfs_create_file("current_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init() 808 debugfs_create_file("power_now", 0444, dir, rail, in gb_svc_pwrmon_debugfs_init()
|
/openbmc/linux/drivers/iio/imu/ |
H A D | kmx61.c | 223 .dir = IIO_EV_DIR_EITHER, 887 enum iio_event_direction dir, in kmx61_read_event() argument 909 enum iio_event_direction dir, in kmx61_write_event() argument 933 enum iio_event_direction dir) in kmx61_read_event_config() argument 943 enum iio_event_direction dir, in kmx61_write_event_config() argument
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.c | 887 struct dentry *dir; in dss_initialize_debugfs() local 889 dir = debugfs_create_dir("omapdss", NULL); in dss_initialize_debugfs() 890 if (IS_ERR(dir)) in dss_initialize_debugfs() 891 return PTR_ERR(dir); in dss_initialize_debugfs() 893 dss->debugfs.root = dir; in dss_initialize_debugfs()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.c | 594 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_add_sa() 766 if (xs->xso.dir == XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_del_sa() 912 if (sam->dir != XFRM_DEV_OFFLOAD_IN) { in ixgbe_ipsec_vf_add_sa() 929 xs->xso.dir = sam->dir; in ixgbe_ipsec_vf_add_sa()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-aspeed-smc.c | 308 chip->cs, op->data.dir == SPI_MEM_DATA_IN ? "read" : "write", in do_aspeed_spi_exec_op() 338 if (op->data.dir == SPI_MEM_DATA_OUT) in do_aspeed_spi_exec_op() 347 if (op->data.dir == SPI_MEM_DATA_IN) { in do_aspeed_spi_exec_op() 566 chip->cs, op->data.dir == SPI_MEM_DATA_IN ? "read" : "write", in aspeed_spi_dirmap_create() 575 if (op->data.dir != SPI_MEM_DATA_IN) in aspeed_spi_dirmap_create()
|
H A D | atmel-quadspi.c | 391 if (op->data.dir == SPI_MEM_DATA_IN) in atmel_qspi_set_cfg() 396 if (op->data.nbytes && op->data.dir == SPI_MEM_DATA_OUT) in atmel_qspi_set_cfg() 435 if (op->data.dir == SPI_MEM_DATA_IN) in atmel_qspi_exec_op()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-pcm.c | 535 int dir; in sof_ipc4_pcm_dai_link_fixup() local 550 for_each_pcm_streams(dir) { in sof_ipc4_pcm_dai_link_fixup() 551 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, dir); in sof_ipc4_pcm_dai_link_fixup()
|
/openbmc/linux/sound/soc/sh/ |
H A D | siu_dai.c | 161 (fw->spbpar[idx].dir << 7) | 3; in siu_dai_spbAselect() 626 unsigned int freq, int dir) in siu_dai_set_sysclk() argument 632 if (dir != SND_SOC_CLOCK_IN) in siu_dai_set_sysclk()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-trace.h | 574 __field(bool, dir) 581 __entry->dir = req->direction; 587 __entry->dir ? "bulk-in" : "bulk-out",
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4idmap.c | 423 static void nfs_idmap_pipe_destroy(struct dentry *dir, in nfs_idmap_pipe_destroy() argument 435 static int nfs_idmap_pipe_create(struct dentry *dir, in nfs_idmap_pipe_create() argument 442 dentry = rpc_mkpipe_dentry(dir, "idmap", idmap, pipe); in nfs_idmap_pipe_create()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwxgmac2_dma.c | 338 u32 dir) in dwxgmac2_dma_interrupt() argument 345 if (dir == DMA_DIR_RX) in dwxgmac2_dma_interrupt() 347 else if (dir == DMA_DIR_TX) in dwxgmac2_dma_interrupt()
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 406 enum iser_data_dir dir = iser_task->dir[ISER_DIR_IN] ? in iscsi_iser_check_protection() 409 return iser_check_task_pi_status(iser_task, dir, sector); in iscsi_iser_check_protection()
|
/openbmc/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 676 DIR *dir; in sdsi_create_dev() local 703 dir = opendir(s->dev_path); in sdsi_create_dev() 704 if (!dir) { in sdsi_create_dev()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.h | 26 u8 dir; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | rio_mport_cdev.h | 207 __u16 dir; /* Transfer direction, one of rio_transfer_dir enum */ member
|
/openbmc/linux/include/linux/mfd/wm8350/ |
H A D | gpio.h | 344 int wm8350_gpio_config(struct wm8350 *wm8350, int gpio, int dir, int func,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/ |
H A D | vsftpd-2.1.0-filter.patch | 40 + if (str_getlen(&name_remain_str) > 1) /* cwd != root dir */
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_driver.h | 145 struct dentry *dir; /* for debugfs */ member
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/ |
H A D | 0001-tools-gen_module_code-atomically-rewrite-the-generat.patch | 57 + dir=path,
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38469-2.patch | 10 nickgalanis> removed first hunk since there is no .github dir in this release
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.h | 135 enum sja1110_meta_tstamp dir, u64 tstamp);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/ |
H A D | mlxbf_gige.h | 202 enum dma_data_direction dir);
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/ |
H A D | arpwatch_3.3.bb | 77 USERADD_PARAM:${PN} = "--system -g ${ARPWATCH_GID} --home-dir \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/ |
H A D | nmap_7.95.bb | 9 file://nmap-redefine-the-python-library-dir.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/ |
H A D | redis_6.2.16.bb | 34 USERADD_PARAM:${PN} = "--system --home-dir /var/lib/redis -g redis --shell /bin/false redis"
|