Searched refs:frontend (Results 51 - 75 of 250) sorted by relevance

12345678910

/linux-master/include/media/
H A Ddemux.h307 * enum dmx_frontend_source - Used to identify the type of frontend
313 * @DMX_FRONTEND_0: The source of the demux is a frontend connected
327 * @source: Type of the frontend.
376 * @frontend: Front-end connected to the demux
487 * the frontend structure and initialize its fields before calling this
489 * initialization. The caller must not free the memory of the frontend
493 * The @frontend function parameter contains a pointer to the front-end
504 * calling this function, the caller can free the memory of the frontend
509 * The @frontend function parameter contains a pointer to the front-end
536 * The @frontend functio
562 struct dmx_frontend *frontend; member in struct:dmx_demux
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832.h12 #include <linux/dvb/frontend.h>
19 * @get_dvb_frontend: Get DVB frontend.
H A Dcx24123.h12 #include <linux/dvb/frontend.h>
H A Disl6421.h14 #include <linux/dvb/frontend.h>
H A Disl6423.h12 #include <linux/dvb/frontend.h>
H A Dlnbp21.h39 #include <linux/dvb/frontend.h>
H A Dm88rs2000.h11 #include <linux/dvb/frontend.h>
H A Ds5h1409.h13 #include <linux/dvb/frontend.h>
H A Dts2020.h13 #include <linux/dvb/frontend.h>
42 * pointer to DVB frontend
H A Datbm8830.h12 #include <linux/dvb/frontend.h>
H A Dcx24120.h14 #include <linux/dvb/frontend.h>
H A Dlgdt330x.h11 #include <linux/dvb/frontend.h>
31 * returns the frontend associated with this I2C client.
H A Dlnbh24.h22 #include <linux/dvb/frontend.h>
H A Dlnbh25.h16 #include <linux/dvb/frontend.h>
H A Dmt352.h22 #include <linux/dvb/frontend.h>
H A Ds5h1420.h13 #include <linux/dvb/frontend.h>
H A Dor51211.h11 #include <linux/dvb/frontend.h>
H A Ddib3000.h3 * public header file of the frontend drivers for mobile DVB-T demodulators
23 #include <linux/dvb/frontend.h>
H A Dzd1301_demod.h12 #include <linux/dvb/frontend.h>
29 * zd1301_demod_get_dvb_frontend() - Get pointer to DVB frontend
32 * Return: Pointer to DVB frontend which given platform device owns.
H A Dcx24110.h15 #include <linux/dvb/frontend.h>
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c91 struct sun4i_frontend *frontend = backend->frontend; local
96 sun4i_frontend_init(frontend);
97 sun4i_frontend_update_coord(frontend, plane);
98 sun4i_frontend_update_buffer(frontend, plane);
99 sun4i_frontend_update_formats(frontend, plane,
103 sun4i_frontend_enable(frontend);
119 if (IS_ERR_OR_NULL(layer->backend->frontend))
208 if (IS_ERR_OR_NULL(backend->frontend)) {
/linux-master/Documentation/userspace-api/media/
H A DMakefile10 FILES = ca.h.rst dmx.h.rst frontend.h.rst net.h.rst \
30 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
/linux-master/crypto/
H A Dinternal.h126 const struct crypto_type *frontend, int node);
127 void *crypto_clone_tfm(const struct crypto_type *frontend,
135 const struct crypto_type *frontend)
137 return crypto_create_tfm_node(alg, frontend, NUMA_NO_NODE);
141 const struct crypto_type *frontend,
145 const struct crypto_type *frontend, u32 type, u32 mask,
149 const struct crypto_type *frontend, u32 type, u32 mask)
151 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE);
158 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
134 crypto_create_tfm(struct crypto_alg *alg, const struct crypto_type *frontend) argument
148 crypto_alloc_tfm(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask) argument
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-common.c210 if (tsin->frontend) {
211 dvb_unregister_frontend(tsin->frontend);
212 dvb_frontend_detach(tsin->frontend);
233 struct dvb_frontend *frontend; local
243 res = c8sectpfe_frontend_attach(&frontend, *c8sectpfe, tsin, n);
247 res = dvb_register_frontend(&c8sectpfe[0]->adapter, frontend);
254 tsin->frontend = frontend;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c290 if (!demux->dmx.frontend)
393 /* register frontend */
394 result = dvb_register_frontend(&dvb->adapter, dvb->frontend);
463 dvb_unregister_frontend(dvb->frontend);
465 dvb_frontend_detach(dvb->frontend);
492 if (dvb->frontend == NULL)
514 dvb_unregister_frontend(dvb->frontend);
515 dvb_frontend_detach(dvb->frontend);
538 /* init frontend */
548 port->dvb.frontend
[all...]

Completed in 177 milliseconds

12345678910