Searched refs:emdtv_softc (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | emdtvvar.h | 54 struct emdtv_softc; 57 struct emdtv_softc *ix_sc; 64 struct emdtv_softc { struct 114 void emdtv_dtv_attach(struct emdtv_softc *); argument 115 void emdtv_dtv_detach(struct emdtv_softc *, int); 116 void emdtv_dtv_rescan(struct emdtv_softc *, const char *, const int *); 117 void emdtv_ir_attach(struct emdtv_softc *); 118 void emdtv_ir_detach(struct emdtv_softc *, int); 119 int emdtv_i2c_attach(struct emdtv_softc *); 120 int emdtv_i2c_detach(struct emdtv_softc *, int); [all …]
|
| D | emdtv_dtv.c | 65 static void emdtv_dtv_isoc_startall(struct emdtv_softc *); 66 static int emdtv_dtv_isoc_start(struct emdtv_softc *, 84 emdtv_dtv_attach(struct emdtv_softc *sc) in emdtv_dtv_attach() 129 emdtv_dtv_free_xfers(struct emdtv_softc *sc) in emdtv_dtv_free_xfers() 143 emdtv_dtv_detach(struct emdtv_softc *sc, int flags) in emdtv_dtv_detach() 162 emdtv_dtv_rescan(struct emdtv_softc *sc, const char *ifattr, const int *locs) in emdtv_dtv_rescan() 177 struct emdtv_softc *sc = priv; in emdtv_dtv_get_devinfo() 191 struct emdtv_softc *sc = priv; in emdtv_dtv_open() 262 struct emdtv_softc *sc = priv; in emdtv_dtv_close() 270 struct emdtv_softc *sc = priv; in emdtv_dtv_set_tuner() [all …]
|
| D | emdtv_i2c.c | 50 static int emdtv_i2c_check(struct emdtv_softc *, i2c_addr_t); 51 static int emdtv_i2c_recv(struct emdtv_softc *, i2c_addr_t, 53 static int emdtv_i2c_send(struct emdtv_softc *, i2c_addr_t, 57 emdtv_i2c_attach(struct emdtv_softc *sc) in emdtv_i2c_attach() 67 emdtv_i2c_detach(struct emdtv_softc *sc, int flags) in emdtv_i2c_detach() 78 struct emdtv_softc *sc = opaque; in emdtv_i2c_exec() 96 emdtv_i2c_check(struct emdtv_softc *sc, i2c_addr_t addr) in emdtv_i2c_check() 107 emdtv_i2c_recv(struct emdtv_softc *sc, i2c_addr_t addr, uint8_t *datap, in emdtv_i2c_recv() 119 emdtv_i2c_send(struct emdtv_softc *sc, i2c_addr_t addr, const uint8_t *datap, in emdtv_i2c_send()
|
| D | emdtv.c | 55 static bool emdtv_read_eeprom(struct emdtv_softc *); 56 static void emdtv_board_setup(struct emdtv_softc *); 58 static void emdtv_default_board_init(struct emdtv_softc *); 60 CFATTACH_DECL2_NEW(emdtv, sizeof(struct emdtv_softc), 83 struct emdtv_softc *sc = device_private(self); in emdtv_attach() 157 struct emdtv_softc *sc = device_private(self); in emdtv_detach() 187 struct emdtv_softc *sc = device_private(self); in emdtv_activate() 201 struct emdtv_softc *sc = device_private(self); in emdtv_rescan() 211 struct emdtv_softc *sc = device_private(self); in emdtv_childdet() 220 emdtv_read_eeprom(struct emdtv_softc *sc) in emdtv_read_eeprom() [all …]
|
| D | emdtv_ir.c | 71 emdtv_ir_attach(struct emdtv_softc *sc) in emdtv_ir_attach() 111 emdtv_ir_detach(struct emdtv_softc *sc, int flags) in emdtv_ir_detach() 130 struct emdtv_softc *sc = priv; in emdtv_ir_intr() 144 struct emdtv_softc *sc = opaque; in emdtv_ir_worker() 174 struct emdtv_softc *sc = opaque; in emdtv_ir_open() 189 struct emdtv_softc *sc = opaque; in emdtv_ir_close() 199 struct emdtv_softc *sc = opaque; in emdtv_ir_read()
|