Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Das102_fe.h11 int (*get_tps)(void *priv, struct as10x_tps *tps);
H A Das102_fe_types.h99 struct as10x_tps { struct
H A Das102_fe.c189 struct as10x_tps tps = { 0 }; in as102_fe_get_frontend()
/openbmc/linux/drivers/media/usb/as102/
H A Das10x_cmd.h159 struct as10x_tps tps;
487 struct as10x_tps *ptps);
H A Das102_drv.c191 static int as102_get_tps(void *priv, struct as10x_tps *tps) in as102_get_tps()
H A Das10x_cmd.c208 int as10x_cmd_get_tps(struct as10x_bus_adapter_t *adap, struct as10x_tps *ptps) in as10x_cmd_get_tps()