Lines Matching refs:sp_device
45 static void sp_add_device(struct sp_device *sp) in sp_add_device()
56 static void sp_del_device(struct sp_device *sp) in sp_del_device()
69 struct sp_device *sp = data; in sp_irq_handler()
80 int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_ccp_irq()
108 int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_psp_irq()
136 void sp_free_ccp_irq(struct sp_device *sp, void *data) in sp_free_ccp_irq()
155 void sp_free_psp_irq(struct sp_device *sp, void *data) in sp_free_psp_irq()
179 struct sp_device *sp_alloc_struct(struct device *dev) in sp_alloc_struct()
181 struct sp_device *sp; in sp_alloc_struct()
194 int sp_init(struct sp_device *sp) in sp_init()
206 void sp_destroy(struct sp_device *sp) in sp_destroy()
218 int sp_suspend(struct sp_device *sp, pm_message_t state) in sp_suspend()
231 int sp_resume(struct sp_device *sp) in sp_resume()
245 struct sp_device *sp_get_psp_master_device(void) in sp_get_psp_master_device()
247 struct sp_device *i, *ret = NULL; in sp_get_psp_master_device()