Lines Matching refs:xc
53 int xc_stop(struct xc *x) in xc_stop()
61 int xc_start(struct xc *x) in xc_start()
69 int xc_running(struct xc *x) in xc_running()
77 int xc_reset(struct xc *x) in xc_reset()
83 static int xc_check_ptr(struct xc *x, unsigned long adr, unsigned int size) in xc_check_ptr()
98 static int xc_patch(struct xc *x, const void *patch, int count) in xc_patch()
115 int xc_request_firmware(struct xc *x) in xc_request_firmware()
180 struct xc *request_xc(int xcno, struct device *dev) in request_xc()
182 struct xc *x = NULL; in request_xc()
191 x = kmalloc(sizeof (struct xc), GFP_KERNEL); in request_xc()
236 void free_xc(struct xc *x) in free_xc()