Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/boot/dts/
Ds3c64xx-pinctrl.dtsi57 gpf: gpf { label
409 samsung,pins = "gpf-0", "gpf-1", "gpf-2", "gpf-4",
410 "gpf-5", "gpf-6", "gpf-7", "gpf-8",
411 "gpf-9", "gpf-10", "gpf-11", "gpf-12";
417 samsung,pins = "gpf-3";
430 samsung,pins = "gpf-13";
436 samsung,pins = "gpf-14";
442 samsung,pins = "gpf-15";
448 samsung,pins = "gpf-14";
Ds3c2416-pinctrl.dtsi41 gpf: gpf { label
Ds3c2416-smdk2416.dts54 cd-gpios = <&gpf 1 0>;
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dauo_pixcir_ts.txt22 gpios = <&gpf 2 0 2>, /* INT */
23 <&gpf 5 1 0>; /* RST */
Dpixcir_i2c_ts.txt23 attb-gpio = <&gpf 2 0 2>;
/linux-4.4.14/net/sched/
Dcls_u32.c961 struct tc_u32_pcnt *gpf; in u32_dump() local
1015 gpf = kzalloc(sizeof(struct tc_u32_pcnt) + in u32_dump()
1018 if (!gpf) in u32_dump()
1025 gpf->rcnt += pf->rcnt; in u32_dump()
1026 gpf->rhit += pf->rhit; in u32_dump()
1028 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()
1033 gpf)) { in u32_dump()
1034 kfree(gpf); in u32_dump()
1037 kfree(gpf); in u32_dump()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Ddavicom-dm9000.txt26 reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
/linux-4.4.14/kernel/sched/
Ddebug.c513 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() argument
517 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gsf, gpf); in print_numa_stats()
Dsched.h1705 unsigned long tpf, unsigned long gsf, unsigned long gpf);
Dfair.c8328 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local
8337 gpf = p->numa_group->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats()
8339 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()