| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88-dvb.c | 204 if (f->gate <= 1) /* undefined or fe0 */ in cx88_dvb_gate_ctrl() 605 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc3028() local 614 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028() 615 if (!fe0) in attach_xc3028() 618 if (!fe0->dvb.frontend) { in attach_xc3028() 630 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); in attach_xc3028() 633 dvb_frontend_detach(fe0->dvb.frontend); in attach_xc3028() 634 dvb_unregister_frontend(fe0->dvb.frontend); in attach_xc3028() 635 fe0->dvb.frontend = NULL; in attach_xc3028() 647 struct vb2_dvb_frontend *fe0 = NULL; in attach_xc4000() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-dvb.c | 586 struct vb2_dvb_frontend *fe0; in configure_tda827x_fe() local 589 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in configure_tda827x_fe() 591 if (!fe0) in configure_tda827x_fe() 594 fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap); in configure_tda827x_fe() 595 if (fe0->dvb.frontend) { in configure_tda827x_fe() 597 fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; in configure_tda827x_fe() 598 if (dvb_attach(tda827x_attach, fe0->dvb.frontend, in configure_tda827x_fe() 1201 struct vb2_dvb_frontend *fe0; in dvb_init() local 1209 fe0 = vb2_dvb_alloc_frontend(&dev->frontends, 1); in dvb_init() 1210 if (!fe0) { in dvb_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-dvb.c | 141 if (f->gate <= 1) /* undefined or fe0 */ in cx23885_dvb_gate_ctrl() 1081 struct vb2_dvb_frontend *fe0; in dvb_register_ci_mac() local 1083 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac() 1084 if (!fe0) in dvb_register_ci_mac() 1104 .demux = &fe0->dvb.demux,/* for hw pid filter */ in dvb_register_ci_mac() 1192 struct vb2_dvb_frontend *fe0, *fe1 = NULL; in dvb_register() local 1210 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register() 1211 if (!fe0) in dvb_register() 1215 fe0->dvb.name = dev->name; in dvb_register() 1217 /* multi-frontend gate control is undefined or defaults to fe0 */ in dvb_register() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu-sun9i-a80-de.c | 19 static SUNXI_CCU_GATE(fe0_clk, "fe0", "fe0-div", 42 static SUNXI_CCU_GATE(dram_fe0_clk, "dram-fe0", "sdram", 63 static SUNXI_CCU_GATE(bus_fe0_clk, "bus-fe0", "bus-de", 84 static SUNXI_CCU_M(fe0_div_clk, "fe0-div", "de", 0x20, 0, 4, 0);
|
| H A D | ccu-sun6i-a31.c | 308 static SUNXI_CCU_GATE(ahb1_fe0_clk, "ahb1-fe0", "ahb1", 521 static SUNXI_CCU_GATE(dram_fe0_clk, "dram-fe0", "mdfs", 539 static SUNXI_CCU_M_WITH_MUX_GATE(fe0_clk, "fe0", de_parents,
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/ |
| H A D | setup-shx3.c | 184 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,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ux500/cryp/ |
| H A D | cryp_irqp.h | 73 * @periphId0 - FE0 CRYP Peripheral Identication Register 114 u32 periphId0; /* FE0 CRYP Peripheral Identication Register */
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/etc/systemd/network/ |
| H A D | 01-FE0-static.network | 2 Name=FE0
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/usr/lib/udev/rules.d/ |
| H A D | 70-persistent-net.rules | 1 …et", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth0", NAME="FE0"
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0014-corelib-Include-sys-types.h-for-uint32_t.patch | 17 index 7418579fe0..aba29de499 100644
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/ |
| H A D | test-output.patch | 19 index 2882fe0..e21d026 100644
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | videobuf2-dvb.h | 50 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun5i-a13.dtsi | 212 allwinner,pipelines = <&fe0>; 262 fe0: display-frontend@01e00000 { label
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun4i-a10.dtsi | 73 framebuffer-fe0-lcd0-hdmi { 85 framebuffer-fe0-lcd0 { 96 framebuffer-fe0-lcd0-tve0 { 183 allwinner,pipelines = <&fe0>, <&fe1>; 1112 fe0: display-frontend@1e00000 { label
|
| H A D | sun5i-a13.dtsi | 84 allwinner,pipelines = <&fe0>;
|
| H A D | sun8i-a23.dtsi | 81 &fe0 {
|
| H A D | sun5i-gr8.dtsi | 54 allwinner,pipelines = <&fe0>;
|
| H A D | sun5i-a10s.dtsi | 72 allwinner,pipelines = <&fe0>;
|
| H A D | sun8i-a23-a33.dtsi | 73 allwinner,pipelines = <&fe0>; 622 fe0: display-frontend@1e00000 { label
|
| H A D | sun8i-a33.dtsi | 389 &fe0 {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | allwinner,sun4i-a10-display-frontend.yaml | 105 fe0: display-frontend@1e00000 {
|
| H A D | allwinner,sun4i-a10-display-engine.yaml | 110 allwinner,pipelines = <&fe0>, <&fe1>;
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0008-Support-unifont.patch | 36059 +0FE0 40495 +0FE0 42132 +3FE0 42253 +0FE0 42276 +0FE0 42504 +3FE0 47356 +0FE0 47676 +1FE0 48643 +7FE0 59315 +3FE0 [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.davinci.nand_spl | 39 00001fe0 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff |................|
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_uniupr.h | 102 8, 8, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 1fe0-1fef */ 218 0, 0, 0, 0, 0, 0, 0, 0, -8, -8, -112, -112, -7, 0, 0, 0, /* 1fe0-1fef */
|