Home
last modified time | relevance | path

Searched refs:gp8psk_fe_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Dgp8psk-fe.h73 struct gp8psk_fe_ops { struct
79 struct dvb_frontend *gp8psk_fe_attach(const struct gp8psk_fe_ops *ops, argument
Dgp8psk-fe.c34 const struct gp8psk_fe_ops *ops;
326 static const struct dvb_frontend_ops gp8psk_fe_ops; variable
328 struct dvb_frontend *gp8psk_fe_attach(const struct gp8psk_fe_ops *ops, in gp8psk_fe_attach()
342 memcpy(&st->fe.ops, &gp8psk_fe_ops, sizeof(struct dvb_frontend_ops)); in gp8psk_fe_attach()
354 static const struct dvb_frontend_ops gp8psk_fe_ops = { variable
/Linux-v4.19/drivers/media/usb/dvb-usb/
Dgp8psk.c281 static const struct gp8psk_fe_ops gp8psk_fe_ops = { variable
296 &gp8psk_fe_ops, d, is_rev1); in gp8psk_frontend_attach()