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
131 * @adapter: pointer to the adapter that holds this device node
134 * @id: device ID number, inside the adapter
162 struct dvb_adapter *adapter;
223 * dvb_register_adapter - Registers a new DVB adapter
238 * dvb_unregister_adapter - Unregisters a DVB adapter
300 * dvb_register_media_controller - registers a media controller at DVB adapter
396 * pointer to &struct i2c_adapter that describes the I2C adapter where
399 * I2C address of the adapter, in 7-bit notation.