Home
last modified time | relevance | path

Searched refs:vsc_tp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/misc/mei/
H A Dvsc-tp.h19 struct vsc_tp;
31 int vsc_tp_rom_xfer(struct vsc_tp *tp, const void *obuf, void *ibuf,
34 int vsc_tp_xfer(struct vsc_tp *tp, u8 cmd, const void *obuf, size_t olen,
37 int vsc_tp_register_event_cb(struct vsc_tp *tp, vsc_tp_event_cb_t event_cb,
40 int vsc_tp_request_irq(struct vsc_tp *tp);
41 void vsc_tp_free_irq(struct vsc_tp *tp);
43 void vsc_tp_intr_enable(struct vsc_tp *tp);
44 void vsc_tp_intr_disable(struct vsc_tp *tp);
45 void vsc_tp_intr_synchronize(struct vsc_tp *tp);
47 void vsc_tp_reset(struct vsc_tp *tp);
[all …]
H A Dvsc-tp.c55 struct vsc_tp { struct
99 struct vsc_tp *tp = data; in vsc_tp_isr() argument
110 struct vsc_tp *tp = data; in vsc_tp_thread_isr()
119 static int vsc_tp_wakeup_request(struct vsc_tp *tp) in vsc_tp_wakeup_request()
137 static void vsc_tp_wakeup_release(struct vsc_tp *tp) in vsc_tp_wakeup_release()
144 static int vsc_tp_dev_xfer(struct vsc_tp *tp, void *obuf, void *ibuf, size_t len) in vsc_tp_dev_xfer()
158 static int vsc_tp_xfer_helper(struct vsc_tp *tp, struct vsc_tp_packet *pkt, in vsc_tp_xfer_helper()
271 int vsc_tp_xfer(struct vsc_tp *tp, u8 cmd, const void *obuf, size_t olen, in vsc_tp_xfer()
312 int vsc_tp_rom_xfer(struct vsc_tp *tp, const void *obuf, void *ibuf, size_t len) in vsc_tp_rom_xfer()
348 void vsc_tp_reset(struct vsc_tp *tp) in vsc_tp_reset()
[all …]
H A Dplatform-vsc.c42 struct vsc_tp *tp;
336 struct vsc_tp *tp; in mei_vsc_probe()
339 tp = *(struct vsc_tp **)dev_get_platdata(dev); in mei_vsc_probe()
H A Dvsc-fw-loader.c221 struct vsc_tp *tp;
717 int vsc_tp_init(struct vsc_tp *tp, struct device *dev) in vsc_tp_init()