Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
H A Dcontroller.c1882 u16 rqid = ssh_tc_to_rqid(id.target_category); in __ssam_ssh_event_request()
2329 u16 rqid = ssh_tc_to_rqid(n->event.id.target_category); in ssam_notifier_register()
2398 u16 rqid = ssh_tc_to_rqid(n->event.id.target_category); in __ssam_notifier_unregister()
2471 u16 rqid = ssh_tc_to_rqid(id.target_category); in ssam_controller_event_enable()
2522 u16 rqid = ssh_tc_to_rqid(id.target_category); in ssam_controller_event_disable()
/linux/include/linux/surface_aggregator/
H A Dserial_hub.h244 static inline u16 ssh_tc_to_rqid(u8 tc) in ssh_tc_to_rqid() function