#include <sdio_api.h>
Data Fields | |
uint16_t | vendor_id |
uint16_t | device_id |
int | function |
uint8_t | interface |
Functions are matched to drivers using any combination of vendor ID, device ID, function number or standard interface.
Matching on function == SDIOEMB_UIF_FUNC is reserved for the SDIO Userspace Interface driver. Card management drivers can match on function == 0, these will be probed before any function drivers.
uint16_t sdioemb_id_table::vendor_id |
Vendor ID to match or SDIOEMB_ANY_ID
uint16_t sdioemb_id_table::device_id |
Device ID to match or SDIOEMB_ANY_ID
Function number to match or SDIOEMB_ANY_FUNC
uint8_t sdioemb_id_table::interface |
SDIO standard interface to match or SDIOEMB_ANY_IFACE