Home
last modified time | relevance | path

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

/linux/arch/arm/boot/dts/samsung/
H A Ds3c64xx-pinctrl.dtsi52 gpf: gpf-gpio-bank { 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";
/linux/arch/mips/boot/dts/ingenic/
H A Dci20.dts121 gpio = <&gpf 15 0>;
153 reset-gpios = <&gpf 7 GPIO_ACTIVE_LOW>;
202 cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>;
260 interrupt-parent = <&gpf>;
267 reset-gpios = <&gpf 8 GPIO_ACTIVE_LOW>;
268 device-wakeup-gpios = <&gpf 5 GPIO_ACTIVE_HIGH>;
269 shutdown-gpios = <&gpf 4 GPIO_ACTIVE_HIGH>;
403 interrupt-parent = <&gpf>;
493 reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
H A Djz4770.dtsi219 gpf: gpio@5 { label
H A Djz4780.dtsi244 gpf: gpio@5 { label
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dauo_pixcir_ts.txt22 gpios = <&gpf 2 0 GPIO_LEVEL_HIGH>, /* INT */
23 <&gpf 5 1 GPIO_LEVEL_LOW>; /* RST */
/linux/net/sched/
H A Dcls_basic.c272 struct tc_basic_pcnt gpf = {}; in basic_dump() local
293 gpf.rcnt += pf->rcnt; in basic_dump()
294 gpf.rhit += pf->rhit; in basic_dump()
299 &gpf, TCA_BASIC_PAD)) in basic_dump()
/linux/kernel/sched/
H A Dsched.h3238 unsigned long tpf, unsigned long gsf, unsigned long gpf);
H A Dfair.c13949 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local
13961 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats()
13963 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()