Home
last modified time | relevance | path

Searched full:sw2 (Results 1 – 25 of 246) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/media/pci/cx18/
Dcx18-irq.c15 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack() argument
17 if (sw2 & IRQ_CPU_TO_EPU_ACK) in xpu_ack()
19 if (sw2 & IRQ_APU_TO_EPU_ACK) in xpu_ack()
34 u32 sw1, sw2, hw2; in cx18_irq_handler() local
37 sw2 = cx18_read_reg(cx, SW2_INT_STATUS) & cx->sw2_irq_mask; in cx18_irq_handler()
42 if (sw2) in cx18_irq_handler()
43 cx18_write_reg_expect(cx, sw2, SW2_INT_STATUS, ~sw2, sw2); in cx18_irq_handler()
47 if (sw1 || sw2 || hw2) in cx18_irq_handler()
48 CX18_DEBUG_HI_IRQ("received interrupts SW1: %x SW2: %x HW2: %x\n", in cx18_irq_handler()
49 sw1, sw2, hw2); in cx18_irq_handler()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
Dcx18-irq.c15 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack() argument
17 if (sw2 & IRQ_CPU_TO_EPU_ACK) in xpu_ack()
19 if (sw2 & IRQ_APU_TO_EPU_ACK) in xpu_ack()
34 u32 sw1, sw2, hw2; in cx18_irq_handler() local
37 sw2 = cx18_read_reg(cx, SW2_INT_STATUS) & cx->sw2_irq_mask; in cx18_irq_handler()
42 if (sw2) in cx18_irq_handler()
43 cx18_write_reg_expect(cx, sw2, SW2_INT_STATUS, ~sw2, sw2); in cx18_irq_handler()
47 if (sw1 || sw2 || hw2) in cx18_irq_handler()
48 CX18_DEBUG_HI_IRQ("received interrupts SW1: %x SW2: %x HW2: %x\n", in cx18_irq_handler()
49 sw1, sw2, hw2); in cx18_irq_handler()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dtest_bridge_backup_port.sh35 # | sw1 | | sw2 |
154 setup_ns sw1 sw2
155 for ns in $sw1 $sw2; do
161 ip link set dev veth1 netns $sw2 name veth0
213 local ns=$sw2
239 cleanup_ns $sw1 $sw2
363 run_cmd "ip -n $sw2 address replace 192.0.2.36/32 dev lo"
368 run_cmd "tc -n $sw2 qdisc replace dev vx0 clsact"
369 …run_cmd "tc -n $sw2 filter replace dev vx0 ingress pref 1 handle 101 proto ip flower src_mac $smac…
370 …run_cmd "tc -n $sw2 filter replace dev vx0 ingress pref 1 handle 102 proto ip flower src_mac $smac…
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dpfuze100.yaml15 sw1ab,sw1c,sw2,sw3a,sw3b,sw4,swbst,vsnvs,vrefddr,vgen1~vgen6
17 sw1ab,sw2,sw3a,sw3b,swbst,vsnvs,vrefddr,vgen1~vgen6,coin
19 sw1a,sw1b,sw2,sw3,swbst,vsnvs,vrefddr,vldo1,vldo2,vccsd,v33,vldo3,vldo4
21 sw1,sw2,sw3,vsnvs,vldo1,vldo2,vccsd,v33,vldo3,vldo4
122 sw2_reg: sw2 {
Dltc3676.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, sw4,
13 nodes for sw1, sw2, sw3, sw4, ldo1, ldo2 and ldo4 additionally need to specify
20 Regulators sw1, sw2, sw3, sw4 can regulate the feedback reference from:
45 sw2_reg: sw2 {
Dltc3589.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out,
13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify
20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from
45 sw2_reg: sw2 {
Dpv88060.txt11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4,
90 SW2 {
91 regulator-name = "sw2";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dpfuze100.yaml15 sw1ab,sw1c,sw2,sw3a,sw3b,sw4,swbst,vsnvs,vrefddr,vgen1~vgen6
17 sw1ab,sw2,sw3a,sw3b,swbst,vsnvs,vrefddr,vgen1~vgen6,coin
19 sw1a,sw1b,sw2,sw3,swbst,vsnvs,vrefddr,vldo1,vldo2,vccsd,v33,vldo3,vldo4
21 sw1,sw2,sw3,vsnvs,vldo1,vldo2,vccsd,v33,vldo3,vldo4
111 sw2_reg: sw2 {
Dltc3676.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, sw4,
13 nodes for sw1, sw2, sw3, sw4, ldo1, ldo2 and ldo4 additionally need to specify
20 Regulators sw1, sw2, sw3, sw4 can regulate the feedback reference from:
45 sw2_reg: sw2 {
Dltc3589.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out,
13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify
20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from
45 sw2_reg: sw2 {
Dpv88060.txt11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4,
90 SW2 {
91 regulator-name = "sw2";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsh73a0-kzm9g.dts113 label = "SW2-R";
119 label = "SW2-L";
125 label = "SW2-P";
131 label = "SW2-U";
137 label = "SW2-D";
Dr8a7792-blanche.dts117 label = "SW2-1";
124 label = "SW2-2";
131 label = "SW2-3";
138 label = "SW2-4";
Dimx53-qsrb.dts50 sw2_reg: sw2 {
51 regulator-name = "SW2";
Dat91-kizbox3-hs.dts78 SW2 {
79 label = "SW2";
/kernel/linux/linux-6.6/arch/arm/boot/dts/renesas/
Dsh73a0-kzm9g.dts113 label = "SW2-R";
119 label = "SW2-L";
125 label = "SW2-P";
131 label = "SW2-U";
137 label = "SW2-D";
Dr8a7792-blanche.dts120 label = "SW2-1";
127 label = "SW2-2";
134 label = "SW2-3";
141 label = "SW2-4";
Dr8a7794-alt.dts106 label = "SW2-1";
113 label = "SW2-2";
120 label = "SW2-3";
127 label = "SW2-4";
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dsh_css_hrt.c69 * Wait till SP is idle or till there is a SW2 interrupt in sh_css_hrt_sp_wait()
70 * The SW2 interrupt will be used when frameloop runs on SP in sh_css_hrt_sp_wait()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_hrt.c69 * Wait till SP is idle or till there is a SW2 interrupt in sh_css_hrt_sp_wait()
70 * The SW2 interrupt will be used when frameloop runs on SP in sh_css_hrt_sp_wait()
/kernel/linux/linux-6.6/drivers/regulator/
Dpfuze100-regulator.c373 PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
391 PFUZE100_SW_REG(PFUZE200, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
409 PFUZE3000_SW_REG(PFUZE3000, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
424 PFUZE3000_SW_REG(PFUZE3001, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
439 { .name = "sw2", },
459 { .name = "sw2", },
479 { .name = "sw2", },
496 { .name = "sw2", },
783 /* SW2~SW4 high bit check and modify the voltage value table */ in pfuze100_regulator_probe()
/kernel/linux/linux-5.10/drivers/regulator/
Dpfuze100-regulator.c381 PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
399 PFUZE100_SW_REG(PFUZE200, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000),
417 PFUZE3000_SW_REG(PFUZE3000, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
432 PFUZE3000_SW_REG(PFUZE3001, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo),
448 { .name = "sw2", },
468 { .name = "sw2", },
488 { .name = "sw2", },
505 { .name = "sw2", },
812 /* SW2~SW4 high bit check and modify the voltage value table */ in pfuze100_regulator_probe()
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx53-qsrb.dts50 sw2_reg: sw2 {
51 regulator-name = "SW2";
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dboard-osk.c349 KEY(3, 0, KEY_UP), /* (sw2/up) */
351 KEY(2, 1, KEY_LEFT), /* (sw2/left) */
354 KEY(2, 2, KEY_DOWN), /* (sw2/down) */
355 KEY(2, 3, KEY_ENTER), /* (sw2/select) */
356 KEY(3, 3, KEY_RIGHT), /* (sw2/right) */
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Ddib0090.h87 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
157 u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument

12345678910