Home
last modified time | relevance | path

Searched refs:name (Results 8626 – 8650 of 32843) sorted by relevance

1...<<341342343344345346347348349350>>...1314

/openbmc/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c70 static void add_cpuid_test(const char *name, const char *cmdline, in add_cpuid_test() argument
77 qtest_add_data_func(name, args, test_cpuid_prop); in add_cpuid_test()
152 static FeatureTestArgs *add_feature_test(const char *name, const char *cmdline, in add_feature_test() argument
164 qtest_add_data_func(name, args, test_feature_flag); in add_feature_test()
/openbmc/qemu/target/tricore/
H A Dhelper.c103 char *name; in tricore_cpu_list_entry() local
106 name = g_strndup(typename, strlen(typename) - strlen("-" TYPE_TRICORE_CPU)); in tricore_cpu_list_entry()
107 qemu_printf(" %s\n", name); in tricore_cpu_list_entry()
108 g_free(name); in tricore_cpu_list_entry()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dipip-conntrack-mtu.sh94 ip link add veth0 netns ${r_a} type veth peer name veth0 netns ${r_w}
95 ip link add veth1 netns ${r_a} type veth peer name veth0 netns ${c_a}
124 ip link add veth0 netns ${r_b} type veth peer name veth1 netns ${r_w}
125 ip link add veth1 netns ${r_b} type veth peer name veth0 netns ${c_b}
/openbmc/linux/include/crypto/
H A Dskcipher.h152 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \ argument
153 char __##name##_desc[sizeof(struct skcipher_request) + \
158 struct skcipher_request *name = (void *)__##name##_desc
/openbmc/linux/scripts/gdb/linux/
H A Dinterrupts.py53 name = "None"
57 name = chip['name'].string()
59 name = "-"
61 text += " %8s" % (name)
/openbmc/linux/sound/soc/amd/
H A Dacp-es8336.c148 .name = "amdes8336",
224 .name = "acpes8336",
294 card->name); in st_es8336_probe()
309 .name = "st-es8316",
/openbmc/linux/drivers/ufs/host/
H A Dcdns-pltfrm.c122 if (!strcmp(clki->name, "core_clk")) in cdns_ufs_set_hclkdiv()
248 .name = "cdns-ufs-pltfm",
256 .name = "cdns-ufs-pltfm",
327 .name = "cdns-ufshcd",
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsunxi-itead-core-common.dtsi93 regulator-name = "vdd-cpu";
100 regulator-name = "vdd-int-dll";
104 regulator-name = "vdd-rtc";
111 regulator-name = "avcc";
/openbmc/linux/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py184 name = param_dict["ev_name"]
192 print("Event type: %s" % name)
204 if (name[0:12] == "instructions"):
209 if (name[0:8] != "branches"):
/openbmc/linux/scripts/dtc/
H A Ddtc.c36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
38 unit = strchr(tree->name, '@'); in fill_fullpaths()
40 tree->basenamelen = unit - tree->name; in fill_fullpaths()
42 tree->basenamelen = strlen(tree->name); in fill_fullpaths()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-quackingstick.dtsi18 regulator-name = "ppvar_lcd";
30 regulator-name = "v1p8_disp";
131 * a new name and assign the proper GPIO.
141 * a new name and assign the proper GPIO.
H A Dsc7280-herobrine-evoker.dtsi111 * - If a pin goes to herobrine board and is named it gets that name.
112 * - If a pin goes to herobrine board and is not named, it gets no name.
113 * - If a pin is totally internal to Qcard then it gets Qcard name.
114 * - If a pin is not hooked up on Qcard, it gets no name.
H A Dsc7280-herobrine-villager.dtsi101 * - If a pin goes to herobrine board and is named it gets that name.
102 * - If a pin goes to herobrine board and is not named, it gets no name.
103 * - If a pin is totally internal to Qcard then it gets Qcard name.
104 * - If a pin is not hooked up on Qcard, it gets no name.
/openbmc/linux/drivers/power/supply/
H A Dgoldfish_battery.c186 .name = "battery",
194 .name = "ac",
229 IRQF_SHARED, pdev->name, data); in goldfish_battery_probe()
279 .name = "goldfish-battery",
/openbmc/linux/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c124 domain->name); in zynqmp_gpd_power_off()
172 domain->name, pd->node_id, ret); in zynqmp_gpd_attach_dev()
277 pd->gpd.name = kasprintf(GFP_KERNEL, "domain%d", i); in zynqmp_gpd_probe()
314 .name = "zynqmp_power_controller",
/openbmc/linux/drivers/clk/
H A Dclk-loongson2.c36 const char *name, in loongson2_clk_register() argument
49 init.name = name; in loongson2_clk_register()
334 .name = "loongson2-clk",
/openbmc/linux/drivers/clk/at91/
H A Dat91sam9n12.c214 char name[6]; in at91sam9n12_pmc_setup() local
216 snprintf(name, sizeof(name), "prog%d", i); in at91sam9n12_pmc_setup()
218 hw = at91_clk_register_programmable(regmap, name, in at91sam9n12_pmc_setup()
/openbmc/linux/sound/soc/sh/
H A Dssi.c344 .name = "ssi-dai.0",
361 .name = "ssi-dai.1",
380 .name = "sh4-ssi",
393 .name = "sh4-ssi-dai",
H A Dhac.c272 .name = "hac-dai.0",
289 .name = "hac-dai.1",
310 .name = "sh4-hac",
333 .name = "hac-pcm-audio",
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,sm8550-pas.yaml40 firmware-name:
43 - description: Firmware name of the Hexagon core
44 - description: Firmware name of the Hexagon Devicetree
157 firmware-name = "qcom/sm8550/adsp.mbn",
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh339 name=$1
340 while [ ! -e "$DIR"/"$name"/loading ]; do
345 echo "$DIR/$name/loading" >&2
349 echo -1 >"$DIR"/"$name"/loading
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c44 .name = "armada-drm",
235 .name = "armada-drm",
237 .name = "armada-510-drm",
247 .name = "armada-drm",
/openbmc/linux/drivers/input/touchscreen/
H A Dchipone_icn8318.c201 input->name = client->name; in icn8318_probe()
227 IRQF_ONESHOT, client->name, data); in icn8318_probe()
259 .name = "chipone_icn8318",
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pca-platform.c160 snprintf(i2c->adap.name, sizeof(i2c->adap.name), in i2c_pca_pf_probe()
207 IRQF_TRIGGER_FALLING, pdev->name, i2c); in i2c_pca_pf_probe()
243 .name = "i2c-pca-platform",
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c103 .name = "PCM Playback Volume",
113 .name = "PCM Playback Switch",
187 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
195 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, CON_MASK),

1...<<341342343344345346347348349350>>...1314