Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* Functions local to drivers/usb/core/ */ |
| 2 | |
Greg Kroah-Hartman | 1b21d5e | 2006-08-28 11:43:25 -0700 | [diff] [blame] | 3 | extern int usb_create_sysfs_dev_files (struct usb_device *dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | extern void usb_remove_sysfs_dev_files (struct usb_device *dev); |
Greg Kroah-Hartman | 1b21d5e | 2006-08-28 11:43:25 -0700 | [diff] [blame] | 5 | extern int usb_create_sysfs_intf_files (struct usb_interface *intf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | extern void usb_remove_sysfs_intf_files (struct usb_interface *intf); |
Greg Kroah-Hartman | 1b21d5e | 2006-08-28 11:43:25 -0700 | [diff] [blame] | 7 | extern int usb_create_ep_files(struct device *parent, struct usb_host_endpoint *endpoint, |
Greg Kroah-Hartman | 84412f6 | 2006-06-14 12:14:34 -0700 | [diff] [blame] | 8 | struct usb_device *udev); |
| 9 | extern void usb_remove_ep_files(struct usb_host_endpoint *endpoint); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
| 11 | extern void usb_disable_endpoint (struct usb_device *dev, unsigned int epaddr); |
| 12 | extern void usb_disable_interface (struct usb_device *dev, |
| 13 | struct usb_interface *intf); |
| 14 | extern void usb_release_interface_cache(struct kref *ref); |
| 15 | extern void usb_disable_device (struct usb_device *dev, int skip_ep0); |
| 16 | |
| 17 | extern int usb_get_device_descriptor(struct usb_device *dev, |
| 18 | unsigned int size); |
Alan Stern | 4f62efe | 2005-10-24 16:24:14 -0400 | [diff] [blame] | 19 | extern char *usb_cache_string(struct usb_device *udev, int index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | extern int usb_set_configuration(struct usb_device *dev, int configuration); |
| 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | extern void usb_kick_khubd(struct usb_device *dev); |
| 23 | extern void usb_resume_root_hub(struct usb_device *dev); |
| 24 | |
Greg KH | 6d5e825 | 2005-04-18 17:39:24 -0700 | [diff] [blame] | 25 | extern int usb_hub_init(void); |
| 26 | extern void usb_hub_cleanup(void); |
| 27 | extern int usb_major_init(void); |
| 28 | extern void usb_major_cleanup(void); |
| 29 | extern int usb_host_init(void); |
| 30 | extern void usb_host_cleanup(void); |
| 31 | |
Alan Stern | d388dab | 2006-07-01 22:14:24 -0400 | [diff] [blame] | 32 | #ifdef CONFIG_PM |
| 33 | |
Alan Stern | a8e7c56 | 2006-07-01 22:11:02 -0400 | [diff] [blame] | 34 | extern int usb_suspend_both(struct usb_device *udev, pm_message_t msg); |
| 35 | extern int usb_resume_both(struct usb_device *udev); |
Alan Stern | 140d8f6 | 2006-07-01 22:07:21 -0400 | [diff] [blame] | 36 | extern int usb_port_suspend(struct usb_device *dev); |
| 37 | extern int usb_port_resume(struct usb_device *dev); |
David Brownell | 5edbfb7 | 2005-09-22 22:45:26 -0700 | [diff] [blame] | 38 | |
Alan Stern | d388dab | 2006-07-01 22:14:24 -0400 | [diff] [blame] | 39 | #else |
| 40 | |
| 41 | #define usb_suspend_both(udev, msg) 0 |
Alexey Dobriyan | 42d8a2d | 2006-08-20 18:58:42 +0400 | [diff] [blame] | 42 | static inline int usb_resume_both(struct usb_device *udev) |
| 43 | { |
| 44 | return 0; |
| 45 | } |
Alan Stern | d388dab | 2006-07-01 22:14:24 -0400 | [diff] [blame] | 46 | #define usb_port_suspend(dev) 0 |
| 47 | #define usb_port_resume(dev) 0 |
| 48 | |
| 49 | #endif |
| 50 | |
Alan Stern | 645daaa | 2006-08-30 15:47:02 -0400 | [diff] [blame] | 51 | #ifdef CONFIG_USB_SUSPEND |
| 52 | |
| 53 | #define USB_AUTOSUSPEND_DELAY (HZ*2) |
| 54 | |
| 55 | extern void usb_autosuspend_device(struct usb_device *udev, int dec_busy_cnt); |
| 56 | extern int usb_autoresume_device(struct usb_device *udev, int inc_busy_cnt); |
| 57 | |
| 58 | #else |
| 59 | |
| 60 | #define usb_autosuspend_device(udev, dec_busy_cnt) do {} while (0) |
| 61 | #define usb_autoresume_device(udev, inc_busy_cnt) 0 |
| 62 | |
| 63 | #endif |
| 64 | |
Alan Stern | bd85928 | 2006-09-19 10:14:07 -0400 | [diff] [blame^] | 65 | extern struct workqueue_struct *ksuspend_usb_wq; |
Alan Stern | 36e56a3 | 2006-07-01 22:08:06 -0400 | [diff] [blame] | 66 | extern struct bus_type usb_bus_type; |
Alan Stern | 8bb54ab | 2006-07-01 22:08:49 -0400 | [diff] [blame] | 67 | extern struct usb_device_driver usb_generic_driver; |
| 68 | |
| 69 | /* Here's how we tell apart devices and interfaces. Luckily there's |
| 70 | * no such thing as a platform USB device, so we can steal the use |
| 71 | * of the platform_data field. */ |
| 72 | |
Luiz Fernando N. Capitulino | 095bc33 | 2006-08-26 23:48:11 -0300 | [diff] [blame] | 73 | static inline int is_usb_device(const struct device *dev) |
Alan Stern | 8bb54ab | 2006-07-01 22:08:49 -0400 | [diff] [blame] | 74 | { |
| 75 | return dev->platform_data == &usb_generic_driver; |
| 76 | } |
| 77 | |
| 78 | /* Do the same for device drivers and interface drivers. */ |
| 79 | |
| 80 | static inline int is_usb_device_driver(struct device_driver *drv) |
| 81 | { |
| 82 | return container_of(drv, struct usbdrv_wrap, driver)-> |
| 83 | for_devices; |
| 84 | } |
David Brownell | 5edbfb7 | 2005-09-22 22:45:26 -0700 | [diff] [blame] | 85 | |
David Brownell | db69087 | 2005-09-13 19:56:33 -0700 | [diff] [blame] | 86 | /* Interfaces and their "power state" are owned by usbcore */ |
| 87 | |
| 88 | static inline void mark_active(struct usb_interface *f) |
| 89 | { |
Alan Stern | 4d064c0 | 2006-07-01 22:11:44 -0400 | [diff] [blame] | 90 | f->is_active = 1; |
David Brownell | db69087 | 2005-09-13 19:56:33 -0700 | [diff] [blame] | 91 | } |
| 92 | |
| 93 | static inline void mark_quiesced(struct usb_interface *f) |
| 94 | { |
Alan Stern | 4d064c0 | 2006-07-01 22:11:44 -0400 | [diff] [blame] | 95 | f->is_active = 0; |
David Brownell | db69087 | 2005-09-13 19:56:33 -0700 | [diff] [blame] | 96 | } |
| 97 | |
Luiz Fernando N. Capitulino | 095bc33 | 2006-08-26 23:48:11 -0300 | [diff] [blame] | 98 | static inline int is_active(const struct usb_interface *f) |
David Brownell | db69087 | 2005-09-13 19:56:33 -0700 | [diff] [blame] | 99 | { |
Alan Stern | 4d064c0 | 2006-07-01 22:11:44 -0400 | [diff] [blame] | 100 | return f->is_active; |
David Brownell | db69087 | 2005-09-13 19:56:33 -0700 | [diff] [blame] | 101 | } |
| 102 | |
| 103 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | /* for labeling diagnostics */ |
| 105 | extern const char *usbcore_name; |
| 106 | |
| 107 | /* usbfs stuff */ |
Alan Stern | 4a2a8a2 | 2006-07-01 22:05:01 -0400 | [diff] [blame] | 108 | extern struct mutex usbfs_mutex; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | extern struct usb_driver usbfs_driver; |
Luiz Fernando N. Capitulino | 066202d | 2006-08-05 20:37:11 -0300 | [diff] [blame] | 110 | extern const struct file_operations usbfs_devices_fops; |
| 111 | extern const struct file_operations usbfs_device_file_operations; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | extern void usbfs_conn_disc_event(void); |
| 113 | |
Kay Sievers | fbf82fd | 2005-07-31 01:05:53 +0200 | [diff] [blame] | 114 | extern int usbdev_init(void); |
| 115 | extern void usbdev_cleanup(void); |
Greg KH | 6d5e825 | 2005-04-18 17:39:24 -0700 | [diff] [blame] | 116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | struct dev_state { |
| 118 | struct list_head list; /* state list */ |
| 119 | struct usb_device *dev; |
| 120 | struct file *file; |
| 121 | spinlock_t lock; /* protects the async urb lists */ |
| 122 | struct list_head async_pending; |
| 123 | struct list_head async_completed; |
| 124 | wait_queue_head_t wait; /* wake up if a request completed */ |
| 125 | unsigned int discsignr; |
Linus Torvalds | d7dd8a7 | 2005-10-10 16:31:30 -0700 | [diff] [blame] | 126 | pid_t disc_pid; |
| 127 | uid_t disc_uid, disc_euid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | void __user *disccontext; |
| 129 | unsigned long ifclaimed; |
David Quigley | 7a01955 | 2006-06-30 01:55:48 -0700 | [diff] [blame] | 130 | u32 secid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | }; |
| 132 | |
Greg Kroah-Hartman | 3099e75 | 2005-06-20 21:15:16 -0700 | [diff] [blame] | 133 | /* internal notify stuff */ |
| 134 | extern void usb_notify_add_device(struct usb_device *udev); |
| 135 | extern void usb_notify_remove_device(struct usb_device *udev); |
| 136 | extern void usb_notify_add_bus(struct usb_bus *ubus); |
| 137 | extern void usb_notify_remove_bus(struct usb_bus *ubus); |
| 138 | |