/linux-6.6.21/Documentation/devicetree/bindings/net/pse-pd/ |
D | podl-pse-regulator.yaml | 4 $id: http://devicetree.org/schemas/net/pse-pd/podl-pse-regulator.yaml# 16 - $ref: pse-controller.yaml# 20 const: podl-pse-regulator 22 '#pse-cells': 25 pse-supply: 32 - pse-supply 36 ethernet-pse { 37 compatible = "podl-pse-regulator"; 38 pse-supply = <®_t1l1>; 39 #pse-cells = <0>;
|
D | pse-controller.yaml | 4 $id: http://devicetree.org/schemas/net/pse-pd/pse-controller.yaml# 11 power over twisted pair/ethernet cable. The ethernet-pse nodes should be 19 pattern: "^ethernet-pse(@.*|-([0-9]|[1-9][0-9]+))?$" 21 "#pse-cells": 29 - "#pse-cells"
|
/linux-6.6.21/arch/arm/boot/dts/st/ |
D | stm32mp151a-prtt1c.dts | 26 pse_t1l1: ethernet-pse-1 { 27 compatible = "podl-pse-regulator"; 28 pse-supply = <®_t1l1>; 29 #pse-cells = <0>; 32 pse_t1l2: ethernet-pse-2 { 33 compatible = "podl-pse-regulator"; 34 pse-supply = <®_t1l2>; 35 #pse-cells = <0>; 47 reg_t1l1: regulator-pse-t1l1 { 49 regulator-name = "pse-t1l1"; [all …]
|
/linux-6.6.21/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 126 static void pool_put_pseq_elem(struct pri_sequence *pse) in pool_put_pseq_elem() argument 129 list_add(&pse->head, &pseq_pool); in pool_put_pseq_elem() 136 struct pri_sequence *pse = NULL; in pool_get_pseq_elem() local 139 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem() 140 list_del(&pse->head); in pool_get_pseq_elem() 144 return pse; in pool_get_pseq_elem()
|
/linux-6.6.21/Documentation/netlink/specs/ |
D | ethtool.yaml | 877 name: pse 886 name-prefix: ethtool-a-podl-pse- 890 name-prefix: ethtool-a-podl-pse- 894 name-prefix: ethtool-a-podl-pse- 1562 name: pse-get 1565 attribute-set: pse 1567 do: &pse-get-op 1572 attributes: &pse 1577 dump: *pse-get-op 1579 name: pse-set [all …]
|
/linux-6.6.21/net/ethtool/ |
D | Makefile | 11 module.o pse-pd.o plca.o mm.o
|
/linux-6.6.21/drivers/net/ |
D | Makefile | 26 obj-y += pse-pd/
|
D | Kconfig | 524 source "drivers/net/pse-pd/Kconfig"
|
/linux-6.6.21/lib/zstd/common/ |
D | cpu.h | 132 D(pse, 3)
|
/linux-6.6.21/kernel/sched/ |
D | fair.c | 431 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument 433 if (se->cfs_rq == pse->cfs_rq) in is_same_group() 445 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument 458 pse_depth = (*pse)->depth; in find_matching_se() 467 *pse = parent_entity(*pse); in find_matching_se() 470 while (!is_same_group(*se, *pse)) { in find_matching_se() 472 *pse = parent_entity(*pse); in find_matching_se() 520 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument 8146 struct sched_entity *se = &curr->se, *pse = &p->se; in check_preempt_wakeup() local 8151 if (unlikely(se == pse)) in check_preempt_wakeup() [all …]
|
/linux-6.6.21/kernel/trace/ |
D | trace_events_filter.c | 2227 struct filter_parse_error **pse, in create_filter_start() argument 2234 if (WARN_ON_ONCE(*pse || *filterp)) in create_filter_start() 2254 *pse = pe; in create_filter_start()
|
/linux-6.6.21/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 54 1, 0, EDX, 3, pse, Page Size Extensions 383 0x80000001, 0, EDX, 3, pse, Page-size extensions (4 MB pages)
|
/linux-6.6.21/arch/x86/kvm/mmu/ |
D | mmu.c | 208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE); 229 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, pse); 4696 bool gbpages, bool pse, bool amd) in __reset_rsvds_bits_mask() argument 4731 if (!pse) { in __reset_rsvds_bits_mask()
|
/linux-6.6.21/Documentation/virt/kvm/x86/ |
D | mmu.rst | 66 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Emulated hardware also
|