Lines Matching refs:rave_sp
157 int (*get_status)(struct rave_sp *sp, struct rave_sp_status *);
188 struct rave_sp { struct
210 struct rave_sp *sp = dev_get_drvdata(dev->parent); in rave_sp_unregister_event_notifier() argument
220 struct rave_sp *sp = dev_get_drvdata(dev->parent); in devm_rave_sp_register_event_notifier()
282 static int rave_sp_write(struct rave_sp *sp, const u8 *data, u8 data_size) in rave_sp_write()
342 int rave_sp_exec(struct rave_sp *sp, in rave_sp_exec()
388 static void rave_sp_receive_event(struct rave_sp *sp, in rave_sp_receive_event()
403 static void rave_sp_receive_reply(struct rave_sp *sp, in rave_sp_receive_reply()
437 static void rave_sp_receive_frame(struct rave_sp *sp, in rave_sp_receive_frame()
478 struct rave_sp *sp = dev_get_drvdata(dev); in rave_sp_receive_buf()
664 static int rave_sp_rdu1_get_status(struct rave_sp *sp, in rave_sp_rdu1_get_status()
675 static int rave_sp_emulated_get_status(struct rave_sp *sp, in rave_sp_emulated_get_status()
694 static int rave_sp_get_status(struct rave_sp *sp) in rave_sp_get_status()
772 struct rave_sp *sp; in rave_sp_probe()