Lines Matching defs:adapter
74 MODULE_PARM_DESC(adapter_nr, "DVB adapter numbers")
79 * struct dvb_adapter - represents a Digital TV adapter using Linux DVB API
81 * @num: Number of the adapter
84 * @name: Name of the adapter
85 * @proposed_mac: proposed MAC address for the adapter
135 * @adapter: pointer to the adapter that holds this device node
138 * @id: device ID number, inside the adapter
166 struct dvb_adapter *adapter;
226 * dvb_register_adapter - Registers a new DVB adapter
241 * dvb_unregister_adapter - Unregisters a DVB adapter
303 * dvb_register_media_controller - registers a media controller at DVB adapter
399 * pointer to &struct i2c_adapter that describes the I2C adapter where
402 * I2C address of the adapter, in 7-bit notation.