Lines Matching defs:sp
42 static void sp_add_device(struct sp_device *sp) in sp_add_device()
53 static void sp_del_device(struct sp_device *sp) in sp_del_device()
66 struct sp_device *sp = data; in sp_irq_handler() local
77 int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_ccp_irq()
105 int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler, in sp_request_psp_irq()
133 void sp_free_ccp_irq(struct sp_device *sp, void *data) in sp_free_ccp_irq()
152 void sp_free_psp_irq(struct sp_device *sp, void *data) in sp_free_psp_irq()
178 struct sp_device *sp; in sp_alloc_struct() local
191 int sp_init(struct sp_device *sp) in sp_init()
203 void sp_destroy(struct sp_device *sp) in sp_destroy()
214 int sp_suspend(struct sp_device *sp) in sp_suspend()
223 int sp_resume(struct sp_device *sp) in sp_resume()