Searched refs:apple_rtkit (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/drm/include/linux/soc/apple/ |
H A D | rtkit.h | 8 struct apple_rtkit; 24 struct apple_rtkit *devm_apple_rtkit_init(struct device *, void *, 27 int apple_rtkit_send_message(struct apple_rtkit *, uint8_t, uint64_t, 29 int apple_rtkit_start_ep(struct apple_rtkit *, uint8_t); 30 int apple_rtkit_wake(struct apple_rtkit *);
|
/openbsd/sys/dev/pci/drm/apple/ |
H A D | apldcp.c | 114 struct apple_rtkit *rtk; 118 struct apple_rtkit { struct 131 struct apple_rtkit *rtk = cookie; in apple_rtkit_logmap() argument 180 struct apple_rtkit *rtk = rtkep->rtk; in apple_rtkit_do_recv() 190 struct apple_rtkit *rtk = rtkep->rtk; in apple_rtkit_recv() 203 apple_rtkit_start_ep(struct apple_rtkit *rtk, uint8_t ep) in apple_rtkit_start_ep() 216 apple_rtkit_send_message(struct apple_rtkit *rtk, uint8_t ep, uint64_t msg, in apple_rtkit_send_message() 226 apple_rtkit_wake(struct apple_rtkit *rtk) in apple_rtkit_wake() 238 struct apple_rtkit * 243 struct apple_rtkit *rtk; in devm_apple_rtkit_init()
|
H A D | dcp-internal.h | 111 struct apple_rtkit *rtk;
|