Lines Matching full:smb
13 /* Offset of SMB global registers */
18 /* Offset of SMB logical buffer registers */
65 * Real-time events are used in SMB driver, which needs to get the buffer
87 * struct smb_data_buffer - Details of the buffer used by SMB
88 * @buf_base: Memory mapped base address of SMB.
89 * @buf_hw_base: SMB buffer start Physical base address, only used 32bits.
91 * @data_size: Size of the available trace data for SMB.
103 * struct smb_drv_data - specifics associated to an SMB component
104 * @base: Memory mapped base address for SMB component.
106 * @sdb: Data buffer for SMB.
107 * @miscdev: Specifics to handle "/dev/xyz.smb" entry.
109 * @reading: Synchronise user space access to SMB buffer.