Home
last modified time | relevance | path

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

/linux/arch/arm/boot/dts/
A 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";
A Ds3c2416-pinctrl.dtsi40 gpf: gpf { label
A Ds3c2416-smdk2416.dts46 cd-gpios = <&gpf 1 0>;
/linux/Documentation/devicetree/bindings/serial/
A Dingenic,uart.yaml93 reset-gpios = <&gpf 8 GPIO_ACTIVE_HIGH>;
95 device-wakeup-gpios = <&gpf 5 GPIO_ACTIVE_HIGH>;
96 host-wakeup-gpios = <&gpf 6 GPIO_ACTIVE_HIGH>;
97 shutdown-gpios = <&gpf 4 GPIO_ACTIVE_LOW>;
/linux/arch/mips/boot/dts/ingenic/
A Dci20.dts102 gpio = <&gpf 14 GPIO_ACTIVE_LOW>;
147 cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>;
165 shutdown-gpios = <&gpf 7 GPIO_ACTIVE_LOW>;
192 reset-gpios = <&gpf 8 GPIO_ACTIVE_HIGH>;
194 device-wakeup-gpios = <&gpf 5 GPIO_ACTIVE_HIGH>;
195 host-wakeup-gpios = <&gpf 6 GPIO_ACTIVE_HIGH>;
196 shutdown-gpios = <&gpf 4 GPIO_ACTIVE_LOW>;
336 interrupt-parent = <&gpf>;
426 reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
A Dgcw0.dts53 enable-gpios = <&gpf 3 GPIO_ACTIVE_LOW>;
62 enable-gpios = <&gpf 20 GPIO_ACTIVE_HIGH>;
94 simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_LOW>;
238 gpios = <&gpf 11 GPIO_ACTIVE_LOW>;
372 //id-gpios = <&gpf 18 GPIO_ACTIVE_LOW>;
A Djz4770.dtsi219 gpf: gpio@5 { label
A Djz4780.dtsi242 gpf: gpio@5 { label
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dauo_pixcir_ts.txt22 gpios = <&gpf 2 0 2>, /* INT */
23 <&gpf 5 1 0>; /* RST */
A Dpixcir,pixcir_ts.yaml62 attb-gpio = <&gpf 2 0 2>;
/linux/net/sched/
A Dcls_basic.c282 struct tc_basic_pcnt gpf = {}; in basic_dump() local
303 gpf.rcnt += pf->rcnt; in basic_dump()
304 gpf.rhit += pf->rhit; in basic_dump()
309 &gpf, TCA_BASIC_PAD)) in basic_dump()
A Dcls_u32.c1285 struct tc_u32_pcnt *gpf; in u32_dump() local
1339 gpf = kzalloc(struct_size(gpf, kcnts, n->sel.nkeys), GFP_KERNEL); in u32_dump()
1340 if (!gpf) in u32_dump()
1347 gpf->rcnt += pf->rcnt; in u32_dump()
1348 gpf->rhit += pf->rhit; in u32_dump()
1350 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()
1353 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys), in u32_dump()
1354 gpf, TCA_U32_PAD)) { in u32_dump()
1355 kfree(gpf); in u32_dump()
1358 kfree(gpf); in u32_dump()
A Dcls_matchall.c349 struct tc_matchall_pcnt gpf = {}; in mall_dump() local
376 gpf.rhit += pf->rhit; in mall_dump()
381 &gpf, TCA_MATCHALL_PAD)) in mall_dump()
/linux/Documentation/devicetree/bindings/net/
A Ddavicom-dm9000.txt25 reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
/linux/Documentation/devicetree/bindings/i2c/
A Dingenic,i2c.yaml89 interrupt-parent = <&gpf>;
/linux/Documentation/devicetree/bindings/memory-controllers/
A Dingenic,nemc.yaml119 reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
/linux/kernel/sched/
A Ddebug.c922 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() argument
926 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf); in print_numa_stats()
A Dsched.h2679 unsigned long tpf, unsigned long gsf, unsigned long gpf);
A Dfair.c11807 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local
11819 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats()
11821 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()

Completed in 57 milliseconds