Searched defs:dvb_frontend_ops (Results 1 – 2 of 2) sorted by relevance
439 struct dvb_frontend_ops { struct440 struct dvb_frontend_internal_info info;442 u8 delsys[MAX_DELSYS];444 void (*detach)(struct dvb_frontend *fe);445 void (*release)(struct dvb_frontend* fe);446 void (*release_sec)(struct dvb_frontend* fe);448 int (*init)(struct dvb_frontend* fe);449 int (*sleep)(struct dvb_frontend* fe);450 int (*suspend)(struct dvb_frontend *fe);451 int (*resume)(struct dvb_frontend *fe);[all …]
435 struct dvb_frontend_ops { struct436 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 …]