Home
last modified time | relevance | path

Searched refs:dir (Results 1276 – 1300 of 3100) sorted by relevance

1...<<51525354555657585960>>...124

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dphy.h44 void falcon_txc_set_gpio_dir(struct ef4_nic *efx, int pin, int dir);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-appdirs_1.4.4.bb1 …"A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir."
/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi_port.c44 debugfs_remove_recursive(omap_port->dir); in ssi_debug_remove_port()
155 struct dentry *dir) in ssi_debug_add_port() argument
159 dir = debugfs_create_dir(dev_name(omap_port->dev), dir); in ssi_debug_add_port()
160 omap_port->dir = dir; in ssi_debug_add_port()
161 debugfs_create_file("regs", S_IRUGO, dir, port, &ssi_port_regs_fops); in ssi_debug_add_port()
162 dir = debugfs_create_dir("sst", dir); in ssi_debug_add_port()
163 debugfs_create_file_unsafe("divisor", 0644, dir, port, in ssi_debug_add_port()
1214 ssi_debug_add_port(omap_port, omap_ssi->dir); in ssi_port_probe()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_sip.c857 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in set_expected_rtp_rtcp() local
867 if (!nf_inet_addr_cmp(daddr, &ct->tuplehash[dir].tuple.src.u3)) in set_expected_rtp_rtcp()
869 saddr = &ct->tuplehash[!dir].tuple.src.u3; in set_expected_rtp_rtcp()
1227 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in process_register_request() local
1264 if (!nf_inet_addr_cmp(&ct->tuplehash[dir].tuple.src.u3, &daddr)) in process_register_request()
1291 saddr = &ct->tuplehash[!dir].tuple.src.u3; in process_register_request()
1330 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in process_register_response() local
1372 if (!nf_inet_addr_cmp(&ct->tuplehash[dir].tuple.dst.u3, &addr)) in process_register_response()
1459 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); in process_sip_request() local
1474 port != ct->tuplehash[dir].tuple.src.u.udp.port && in process_sip_request()
[all …]
/openbmc/linux/fs/exfat/
H A Dnls.c759 clu.dir = sbi->root_dir; in exfat_create_upcase_table()
762 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_create_upcase_table()
795 if (exfat_get_next_cluster(sb, &(clu.dir))) in exfat_create_upcase_table()
H A Dfile.c129 clu.dir += num_clusters; in __exfat_truncate()
133 last_clu = clu.dir; in __exfat_truncate()
134 if (exfat_get_next_cluster(sb, &(clu.dir))) in __exfat_truncate()
/openbmc/linux/sound/pci/lola/
H A Dlola.h483 int lola_init_pcm(struct lola *chip, int dir, int *nidp);
497 int lola_init_pins(struct lola *chip, int dir, int *nidp);
501 int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute);
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h151 short dir; member
509 enum vchiq_bulk_dir dir);
565 void __user *uoffset, int size, int dir);
/openbmc/linux/tools/lib/bpf/
H A DMakefile21 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
22 srctree := $(patsubst %/,%,$(dir $(srctree)))
23 srctree := $(patsubst %/,%,$(dir $(srctree)))
/openbmc/linux/drivers/gpio/
H A Dgpio-mxs.c242 u32 dir; in mxs_gpio_get_direction() local
244 dir = readl(port->base + PINCTRL_DOE(port)); in mxs_gpio_get_direction()
245 if (dir & mask) in mxs_gpio_get_direction()
/openbmc/linux/tools/perf/Documentation/
H A DMakefile216 if test -r $(DESTDIR)$(infodir)/dir; then \
217 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perf.info ;\
218 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perfman.info ;\
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c26 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \ argument
27 list_entry((root)->nl_entry.dir, struct nvkm_mm_node, nl_entry)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0008-libtool-do-not-use-jlibtool.patch51 + ${Q}mv $(dir $@)/.libs/$(notdir $*.d) ${BUILD_DIR}/objs/$*.d
59 + ${Q}mv $(dir $@)/.libs/$(notdir $*.d) ${BUILD_DIR}/objs/$*.d
107 define ADD_INSTALL_RULE.dir
/openbmc/openbmc/meta-security/recipes-ids/ossec/
H A Dossec-hids_3.7.0.bb29 USERADD_PARAM:${PN} = "--system -g ${OSSEC_GID} --home-dir \
77 # For the etc dir
165 USERADD_PARAM:${PN} = "--system --home-dir /var/ossec -g ossec --shell /bin/false ossec"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-cross.inc39 --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \
40 --with-gxx-libcxx-include-dir=/not/exist${target_includedir}/c++/v1 \
107 # libquadmath headers need to be available in the gcc libexec dir
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dlvm.conf16 dir = "/dev"
/openbmc/linux/tools/lib/subcmd/
H A Drun-command.h42 const char *dir; member
/openbmc/linux/fs/dlm/
H A DMakefile5 dir.o \
/openbmc/linux/sound/firewire/
H A Damdtp-am824.h48 enum amdtp_stream_direction dir, unsigned int flags);
/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/
H A Dno-docs.patch15 # we include the whole debian/ dir in EXTRA_DIST because there's a problem
/openbmc/linux/sound/soc/intel/avs/
H A Dpcm.c40 enum snd_soc_dapm_direction dir; in avs_dai_find_path_template() local
43 dir = is_fe ? SND_SOC_DAPM_DIR_OUT : SND_SOC_DAPM_DIR_IN; in avs_dai_find_path_template()
45 dir = is_fe ? SND_SOC_DAPM_DIR_IN : SND_SOC_DAPM_DIR_OUT; in avs_dai_find_path_template()
48 dp = list_first_entry_or_null(&dw->edges[dir], typeof(*dp), list_node[dir]); in avs_dai_find_path_template()
1441 int dir = substream->stream; in avs_component_hda_open() local
1448 for_each_dpcm_be(rtd, dir, dpcm) { in avs_component_hda_open()
1452 if (be->dpcm[dir].users == 1) in avs_component_hda_open()
1455 be_substream = snd_soc_dpcm_get_substream(be, dir); in avs_component_hda_open()
1461 if (dir == SNDRV_PCM_STREAM_CAPTURE) in avs_component_hda_open()
/openbmc/linux/drivers/iio/adc/
H A Dmax1363.c454 .dir = IIO_EV_DIR_RISING,
459 .dir = IIO_EV_DIR_FALLING,
729 enum iio_event_direction dir, enum iio_event_info info, int *val, in max1363_read_thresh() argument
733 if (dir == IIO_EV_DIR_FALLING) in max1363_read_thresh()
742 enum iio_event_direction dir, enum iio_event_info info, int val, in max1363_write_thresh() argument
758 switch (dir) { in max1363_write_thresh()
812 enum iio_event_direction dir) in max1363_read_event_config() argument
819 if (dir == IIO_EV_DIR_FALLING) in max1363_read_event_config()
963 enum iio_event_direction dir, int state) in max1363_write_event_config() argument
976 if (dir == IIO_EV_DIR_FALLING) { in max1363_write_event_config()
/openbmc/linux/drivers/thunderbolt/
H A Ddebugfs.c876 struct dentry *dir, *parent; in margining_port_init() local
925 dir = debugfs_create_dir("margining", parent); in margining_port_init()
937 debugfs_create_file("ber_level_contour", 0400, dir, port, in margining_port_init()
940 debugfs_create_file("caps", 0400, dir, port, &margining_caps_fops); in margining_port_init()
941 debugfs_create_file("lanes", 0600, dir, port, &margining_lanes_fops); in margining_port_init()
942 debugfs_create_file("mode", 0600, dir, port, &margining_mode_fops); in margining_port_init()
943 debugfs_create_file("run", 0600, dir, port, &margining_run_fops); in margining_port_init()
944 debugfs_create_file("results", 0600, dir, port, &margining_results_fops); in margining_port_init()
945 debugfs_create_file("test", 0600, dir, port, &margining_test_fops); in margining_port_init()
949 debugfs_create_file("margin", 0600, dir, port, &margining_margin_fops); in margining_port_init()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py44 for dir in entry[1]:
45 if dir != 'repodata':
46 dir_path = oe.path.join(self.deploy_dir, dir)
250 for dir in self.packaging_data_dirs:
251 bb.utils.remove(oe.path.join(self.target_rootfs, dir), True)
/openbmc/linux/sound/soc/
H A Dsoc-dai.c53 unsigned int freq, int dir) in snd_soc_dai_set_sysclk() argument
59 ret = dai->driver->ops->set_sysclk(dai, clk_id, freq, dir); in snd_soc_dai_set_sysclk()
62 freq, dir); in snd_soc_dai_set_sysclk()
474 bool snd_soc_dai_stream_valid(struct snd_soc_dai *dai, int dir) in snd_soc_dai_stream_valid() argument
476 struct snd_soc_pcm_stream *stream = snd_soc_dai_get_pcm_stream(dai, dir); in snd_soc_dai_stream_valid()

1...<<51525354555657585960>>...124