Searched defs:as102_dev_t (Results 1 – 1 of 1) sorted by relevance
74 struct as102_dev_t { struct75 const char *name;76 struct as10x_bus_adapter_t bus_adap;77 struct list_head device_entry;78 struct kref kref;79 unsigned long minor;103 int as102_dvb_register(struct as102_dev_t *dev); argument