Searched refs:gpf (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/arm/boot/dts/ |
D | s3c64xx-pinctrl.dtsi | 57 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";
|
D | s3c2416-pinctrl.dtsi | 41 gpf: gpf { label
|
D | s3c2416-smdk2416.dts | 54 cd-gpios = <&gpf 1 0>;
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | auo_pixcir_ts.txt | 22 gpios = <&gpf 2 0 2>, /* INT */ 23 <&gpf 5 1 0>; /* RST */
|
D | pixcir_i2c_ts.txt | 23 attb-gpio = <&gpf 2 0 2>;
|
/linux-4.4.14/net/sched/ |
D | cls_u32.c | 961 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/ |
D | davicom-dm9000.txt | 26 reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 513 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()
|
D | sched.h | 1705 unsigned long tpf, unsigned long gsf, unsigned long gpf);
|
D | fair.c | 8328 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()
|