Home
last modified time | relevance | path

Searched refs:SSAM_VDEV (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/surface/
H A Dsurface_aggregator_hub.c351 { SSAM_VDEV(HUB, SAM, SSAM_SSH_TC_KIP, 0x00), (unsigned long)&kip_hub },
352 { SSAM_VDEV(HUB, SAM, SSAM_SSH_TC_BAS, 0x00), (unsigned long)&base_hub },
/linux/include/linux/surface_aggregator/
H A Ddevice.h66 * These values are intended to be used with SSAM_DEVICE(), SSAM_VDEV(), and
107 * SSAM_VDEV() - Initialize a &struct ssam_device_id as virtual device with
126 #define SSAM_VDEV(cat, tid, iid, fun) \ macro