Home
last modified time | relevance | path

Searched defs:dvb_frontend_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/media/
Ddvb_frontend.h435 struct dvb_frontend_ops { struct
436 struct dvb_frontend_internal_info info;
438 u8 delsys[MAX_DELSYS];
440 void (*detach)(struct dvb_frontend *fe);
441 void (*release)(struct dvb_frontend* fe);
442 void (*release_sec)(struct dvb_frontend* fe);
444 int (*init)(struct dvb_frontend* fe);
445 int (*sleep)(struct dvb_frontend* fe);
447 int (*write)(struct dvb_frontend* fe, const u8 buf[], int len);
450 int (*tune)(struct dvb_frontend* fe,
[all …]
/kernel/linux/linux-4.19/include/media/
Ddvb_frontend.h434 struct dvb_frontend_ops { struct
435 struct dvb_frontend_internal_info info;
437 u8 delsys[MAX_DELSYS];
439 void (*detach)(struct dvb_frontend *fe);
440 void (*release)(struct dvb_frontend* fe);
441 void (*release_sec)(struct dvb_frontend* fe);
443 int (*init)(struct dvb_frontend* fe);
444 int (*sleep)(struct dvb_frontend* fe);
446 int (*write)(struct dvb_frontend* fe, const u8 buf[], int len);
449 int (*tune)(struct dvb_frontend* fe,
[all …]