Lines Matching full:slimbus
16 * struct slim_eaddr - Enumeration address for a SLIMbus device
54 * This is the client/device handle returned when a SLIMbus
72 * struct slim_driver - SLIMbus 'generic device' (slave) device driver
74 * @probe: Binds this driver to a SLIMbus device.
75 * @remove: Unbinds this driver from the SLIMbus device.
80 * @driver: SLIMbus device drivers should initialize name and owner field of
82 * @id_table: List of SLIMbus devices supported by this driver
97 * struct slim_val_inf - Slimbus value or information element
102 * per SLIMbus spec
116 /* A SLIMBus Device may have frmo 0 to 31 Ports (inclusive) */
120 * struct slim_stream_config - SLIMbus stream configuration
154 * module_slim_driver() - Helper macro for registering a SLIMbus driver
157 * Helper macro for SLIMbus drivers which do not do anything special in module
201 /* SLIMbus Stream apis */