Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-core/
Ddvb_net.c314 struct dvb_net_ule_handle { struct
326 static int dvb_net_ule_new_ts_cell(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts_cell() argument
374 static int dvb_net_ule_ts_pusi(struct dvb_net_ule_handle *h) in dvb_net_ule_ts_pusi()
402 static int dvb_net_ule_new_ts(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts()
504 static int dvb_net_ule_new_payload(struct dvb_net_ule_handle *h) in dvb_net_ule_new_payload()
613 static int dvb_net_ule_should_drop(struct dvb_net_ule_handle *h) in dvb_net_ule_should_drop()
655 static void dvb_net_ule_check_crc(struct dvb_net_ule_handle *h, in dvb_net_ule_check_crc()
772 struct dvb_net_ule_handle h = { in dvb_net_ule()