Home
last modified time | relevance | path

Searched defs:xpad (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/input/joystick/
Dxpad.c292 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet()
362 static void xpad360_process_packet(struct usb_xpad *xpad, in xpad360_process_packet()
439 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
459 struct usb_xpad *xpad = urb->context; in xpad_irq_in() local
547 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) in xpad_init_output()
584 static void xpad_stop_output(struct usb_xpad *xpad) in xpad_stop_output()
590 static void xpad_deinit_output(struct usb_xpad *xpad) in xpad_deinit_output()
599 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) { return 0; } in xpad_init_output()
600 static void xpad_deinit_output(struct usb_xpad *xpad) {} in xpad_deinit_output()
601 static void xpad_stop_output(struct usb_xpad *xpad) {} in xpad_stop_output()
[all …]
/linux-3.3/drivers/crypto/
Dixp4xx_crypto.c600 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var()