Searched refs:gpf (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/arch/arm/boot/dts/samsung/ |
D | s3c64xx-pinctrl.dtsi | 52 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-v6.6/Documentation/devicetree/bindings/input/touchscreen/ |
D | auo_pixcir_ts.txt | 22 gpios = <&gpf 2 0 GPIO_LEVEL_HIGH>, /* INT */ 23 <&gpf 5 1 GPIO_LEVEL_LOW>; /* RST */
|
/Linux-v6.6/arch/mips/boot/dts/ingenic/ |
D | ci20.dts | 121 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>;
|
D | gcw0.dts | 53 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>; 235 gpios = <&gpf 11 GPIO_ACTIVE_LOW>; 369 //id-gpios = <&gpf 18 GPIO_ACTIVE_LOW>;
|
D | jz4770.dtsi | 219 gpf: gpio@5 { label
|
D | jz4780.dtsi | 244 gpf: gpio@5 { label
|
/Linux-v6.6/net/sched/ |
D | cls_basic.c | 272 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()
|
D | cls_u32.c | 1353 struct tc_u32_pcnt *gpf; in u32_dump() local 1407 gpf = kzalloc(struct_size(gpf, kcnts, n->sel.nkeys), GFP_KERNEL); in u32_dump() 1408 if (!gpf) in u32_dump() 1415 gpf->rcnt += pf->rcnt; in u32_dump() 1416 gpf->rhit += pf->rhit; in u32_dump() 1418 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump() 1421 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys), in u32_dump() 1422 gpf, TCA_U32_PAD)) { in u32_dump() 1423 kfree(gpf); in u32_dump() 1426 kfree(gpf); in u32_dump()
|
D | cls_matchall.c | 329 struct tc_matchall_pcnt gpf = {}; in mall_dump() local 356 gpf.rhit += pf->rhit; in mall_dump() 361 &gpf, TCA_MATCHALL_PAD)) in mall_dump()
|
/Linux-v6.6/kernel/sched/ |
D | debug.c | 965 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() argument 969 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf); in print_numa_stats()
|
D | sched.h | 2860 unsigned long tpf, unsigned long gsf, unsigned long gpf);
|
D | fair.c | 12969 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local 12981 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats() 12983 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()
|