Home
last modified time | relevance | path

Searched refs:gpf (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/arm/boot/dts/
Ds3c64xx-pinctrl.dtsi52 gpf: gpf { label
404 samsung,pins = "gpf-0", "gpf-1", "gpf-2", "gpf-4",
405 "gpf-5", "gpf-6", "gpf-7", "gpf-8",
406 "gpf-9", "gpf-10", "gpf-11", "gpf-12";
412 samsung,pins = "gpf-3";
425 samsung,pins = "gpf-13";
431 samsung,pins = "gpf-14";
437 samsung,pins = "gpf-15";
443 samsung,pins = "gpf-14";
Ds3c2416-pinctrl.dtsi40 gpf: gpf { label
Ds3c2416-smdk2416.dts50 cd-gpios = <&gpf 1 0>;
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dauo_pixcir_ts.txt22 gpios = <&gpf 2 0 2>, /* INT */
23 <&gpf 5 1 0>; /* RST */
Dpixcir_i2c_ts.txt25 attb-gpio = <&gpf 2 0 2>;
/Linux-v4.19/arch/mips/boot/dts/ingenic/
Dci20.dts48 cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>;
174 reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
Djz4770.dtsi131 gpf: gpio@5 { label
Djz4780.dtsi142 gpf: gpio@5 { label
/Linux-v4.19/net/sched/
Dcls_u32.c1350 struct tc_u32_pcnt *gpf; in u32_dump() local
1407 gpf = kzalloc(sizeof(struct tc_u32_pcnt) + in u32_dump()
1410 if (!gpf) in u32_dump()
1417 gpf->rcnt += pf->rcnt; in u32_dump()
1418 gpf->rhit += pf->rhit; in u32_dump()
1420 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()
1426 gpf, TCA_U32_PAD)) { in u32_dump()
1427 kfree(gpf); in u32_dump()
1430 kfree(gpf); in u32_dump()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Ddavicom-dm9000.txt25 reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dingenic,jz4780-nand.txt59 wp-gpios = <&gpf 22 GPIO_ACTIVE_LOW>;
/Linux-v4.19/kernel/sched/
Ddebug.c842 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() argument
846 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf); in print_numa_stats()
Dsched.h2061 unsigned long tpf, unsigned long gsf, unsigned long gpf);
Dfair.c10177 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local
10186 gpf = p->numa_group->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats()
10188 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()