Searched refs:pti_masterchannel (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | intel-pti.h | 24 struct pti_masterchannel { struct 30 void pti_writedata(struct pti_masterchannel *mc, u8 *buf, int count); argument 31 struct pti_masterchannel *pti_request_masterchannel(u8 type, 33 void pti_release_masterchannel(struct pti_masterchannel *mc);
|
| /Linux-v5.4/drivers/misc/ |
| D | pti.c | 51 struct pti_masterchannel *mc; 99 static void pti_write_to_aperture(struct pti_masterchannel *mc, in pti_write_to_aperture() 157 static void pti_control_frame_built_and_sent(struct pti_masterchannel *mc, in pti_control_frame_built_and_sent() 165 struct pti_masterchannel mccontrol = {.master = CONTROL_ID, in pti_control_frame_built_and_sent() 206 static void pti_write_full_frame_to_aperture(struct pti_masterchannel *mc, in pti_write_full_frame_to_aperture() 233 static struct pti_masterchannel *get_id(u8 *id_array, in get_id() 238 struct pti_masterchannel *mc; in get_id() 241 mc = kmalloc(sizeof(struct pti_masterchannel), GFP_KERNEL); in get_id() 296 struct pti_masterchannel *pti_request_masterchannel(u8 type, in pti_request_masterchannel() 299 struct pti_masterchannel *mc; in pti_request_masterchannel() [all …]
|