Searched refs:gpf (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.4/arch/arm/boot/dts/ |
D | s3c64xx-pinctrl.dtsi | 52 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";
|
D | s3c2416-pinctrl.dtsi | 40 gpf: gpf { label
|
D | s3c2416-smdk2416.dts | 53 cd-gpios = <&gpf 1 0>;
|
/Linux-v5.4/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 | 25 attb-gpio = <&gpf 2 0 2>;
|
/Linux-v5.4/net/sched/ |
D | cls_basic.c | 277 struct tc_basic_pcnt gpf = {}; in basic_dump() local 298 gpf.rcnt += pf->rcnt; in basic_dump() 299 gpf.rhit += pf->rhit; in basic_dump() 304 &gpf, TCA_BASIC_PAD)) in basic_dump()
|
D | cls_u32.c | 1290 struct tc_u32_pcnt *gpf; in u32_dump() local 1345 gpf = kzalloc(sizeof(struct tc_u32_pcnt) + in u32_dump() 1348 if (!gpf) in u32_dump() 1355 gpf->rcnt += pf->rcnt; in u32_dump() 1356 gpf->rhit += pf->rhit; in u32_dump() 1358 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump() 1364 gpf, TCA_U32_PAD)) { in u32_dump() 1365 kfree(gpf); in u32_dump() 1368 kfree(gpf); in u32_dump()
|
D | cls_matchall.c | 346 struct tc_matchall_pcnt gpf = {}; in mall_dump() local 373 gpf.rhit += pf->rhit; in mall_dump() 378 &gpf, TCA_MATCHALL_PAD)) in mall_dump()
|
/Linux-v5.4/arch/mips/boot/dts/ingenic/ |
D | ci20.dts | 49 cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>; 175 reset-gpios = <&gpf 12 GPIO_ACTIVE_HIGH>;
|
D | jz4770.dtsi | 152 gpf: gpio@5 { label
|
D | jz4780.dtsi | 165 gpf: gpio@5 { label
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | davicom-dm9000.txt | 25 reset-gpios = <&gpf 12 GPIO_ACTIVE_LOW>;
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
D | ingenic,jz4780-nand.txt | 62 wp-gpios = <&gpf 22 GPIO_ACTIVE_LOW>;
|
/Linux-v5.4/kernel/sched/ |
D | debug.c | 822 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() argument 826 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf); in print_numa_stats()
|
D | sched.h | 2189 unsigned long tpf, unsigned long gsf, unsigned long gpf);
|
D | fair.c | 10487 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local 10499 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats() 10501 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()
|