Home
last modified time | relevance | path

Searched full:fe1 (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/clk/sunxi-ng/
H A Dccu-sun9i-a80-de.c21 static SUNXI_CCU_GATE(fe1_clk, "fe1", "fe1-div",
44 static SUNXI_CCU_GATE(dram_fe1_clk, "dram-fe1", "sdram",
65 static SUNXI_CCU_GATE(bus_fe1_clk, "bus-fe1", "bus-de",
85 static SUNXI_CCU_M(fe1_div_clk, "fe1-div", "de", 0x20, 4, 4, 0);
H A Dccu-sun6i-a31.c311 static SUNXI_CCU_GATE(ahb1_fe1_clk, "ahb1-fe1", "ahb1",
524 static SUNXI_CCU_GATE(dram_fe1_clk, "dram-fe1", "mdfs",
542 static SUNXI_CCU_M_WITH_MUX_GATE(fe1_clk, "fe1", de_parents,
H A Dccu-sun4i-a10.c379 static SUNXI_CCU_GATE(ahb_de_fe1_clk, "ahb-de-fe1", "ahb",
673 static SUNXI_CCU_GATE(dram_de_fe1_clk, "dram-de-fe1", "pll-ddr",
697 static SUNXI_CCU_M_WITH_MUX_GATE(de_fe1_clk, "de-fe1", de_parents,
/linux/drivers/media/pci/cx88/
H A Dcx88-dvb.c991 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local
1079 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2); in dvb_register()
1080 if (!fe1) in dvb_register()
1083 fe1->dvb.frontend = dvb_attach(cx22702_attach, in dvb_register()
1086 if (fe1->dvb.frontend) { in dvb_register()
1087 fe1->dvb.frontend->id = 1; in dvb_register()
1089 fe1->dvb.frontend, in dvb_register()
1455 fe1 = vb2_dvb_get_frontend(&dev->frontends, 2); in dvb_register()
1456 if (!fe1) in dvb_register()
1459 fe1->dvb.frontend = dvb_attach(cx22702_attach, in dvb_register()
[all …]
/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-shx3.c184 FE0, FE1, enumerator
231 INTC_VECT(FE0, 0xe00), INTC_VECT(FE1, 0xe20),
266 { FE1, FE0, 0, ATAPI, VCORE0, VIN1, VIN0, IIC,
300 { 0xfe41080c, 0, 32, 4, /* INT2PRI3 */ { FE1, FE0, ATAPI, VCORE0,
/linux/include/media/
H A Dvideobuf2-dvb.h50 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */
/linux/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1192 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local
1736 fe1 = vb2_dvb_get_frontend(&port->frontends, 2); in dvb_register()
1737 if (fe1 == NULL) in dvb_register()
1740 fe1->dvb.frontend = dvb_attach(stv0367cab_attach, in dvb_register()
1743 if (fe1->dvb.frontend == NULL) in dvb_register()
1746 fe1->dvb.frontend->id = 1; in dvb_register()
1748 fe1->dvb.frontend, in dvb_register()
2558 if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) { in dvb_register()
2566 if (fe1) in dvb_register()
2567 fe1->dvb.frontend->callback = cx23885_tuner_callback; in dvb_register()
[all …]
/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-display-engine.yaml114 allwinner,pipelines = <&fe0>, <&fe1>;
/linux/sound/soc/generic/
H A Daudio-graph-card2.c135 PCM1 <--> * fe1 be1 * <--> DAI1: Codec Speakers
151 links = <&fe0, &fe1, ...,
158 fe1: port@1 { fe1_ep: endpoint { remote-endpoint = <&pcm1_ep>; }; };
/linux/arch/arm/boot/dts/allwinner/
H A Dsun9i-a80.dtsi288 allwinner,pipelines = <&fe0>, <&fe1>;
619 fe1: display-frontend@3140000 { label
H A Dsun4i-a10.dtsi182 allwinner,pipelines = <&fe0>, <&fe1>;
1143 fe1: display-frontend@1e20000 { label
H A Dsun6i-a31.dtsi262 allwinner,pipelines = <&fe0>, <&fe1>;
1100 fe1: display-frontend@1e20000 { label
H A Dsun7i-a20.dtsi256 allwinner,pipelines = <&fe0>, <&fe1>;
1582 fe1: display-frontend@1e20000 { label
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1392 struct reg_state fe1, fe2, te1, te2; in verify_case_op() local
1404 sim_case(init_t, cond_t, x, y, op, &fe1, &fe2, &te1, &te2, &branch_taken); in verify_case_op()
1420 if (!assert_reg_state_eq(&fr1, &fe1, "false_reg1") || in verify_case_op()
1434 printf("EXPECTED FALSE1: "); print_reg_state(&fe1, "\n"); in verify_case_op()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c2100 dev_info(&dev->intf->dev, "fe1 suspend %d\n", ret); in em28xx_dvb_suspend()
2128 dev_info(&dev->intf->dev, "fe1 resume %d\n", ret); in em28xx_dvb_resume()
/linux/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c666 /* Do we need to clear FE0 / FE1 here? Don't think so. */ in kvmppc_emulate_paired_single()
/linux/arch/powerpc/kernel/
H A Dprocess.c2060 * PR_FP_EXC_SW_ENABLE. Additionally, the MSR[FE0,FE1] bits in set_fpexc_mode()