summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_request.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-29 18:46:57 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-29 18:46:57 +0000
commit44c17bdf07d7ee7ab581951d10bfe1b3300a21a5 (patch)
tree5ff9fef81906105040348e5e28fafc3efac89f62 /sys/dev/usb/usb_request.h
parent40062c9280416ae05d892e9651e3889e64644621 (diff)
downloadFreeBSD-src-44c17bdf07d7ee7ab581951d10bfe1b3300a21a5.zip
FreeBSD-src-44c17bdf07d7ee7ab581951d10bfe1b3300a21a5.tar.gz
s/usb2_/usb_/ on all typedefs for the USB stack.
Diffstat (limited to 'sys/dev/usb/usb_request.h')
-rw-r--r--sys/dev/usb/usb_request.h66
1 files changed, 33 insertions, 33 deletions
diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h
index 6e621ef..f6e6416 100644
--- a/sys/dev/usb/usb_request.h
+++ b/sys/dev/usb/usb_request.h
@@ -29,76 +29,76 @@
struct usb_process;
-usb2_error_t usb2_do_request_flags(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_do_request_flags(struct usb_device *udev, struct mtx *mtx,
struct usb_device_request *req, void *data, uint16_t flags,
- uint16_t *actlen, usb2_timeout_t timeout);
-usb2_error_t usb2_do_request_proc(struct usb_device *udev, struct usb_process *pproc,
+ uint16_t *actlen, usb_timeout_t timeout);
+usb_error_t usb2_do_request_proc(struct usb_device *udev, struct usb_process *pproc,
struct usb_device_request *req, void *data, uint16_t flags,
- uint16_t *actlen, usb2_timeout_t timeout);
-usb2_error_t usb2_req_clear_hub_feature(struct usb_device *udev,
+ uint16_t *actlen, usb_timeout_t timeout);
+usb_error_t usb2_req_clear_hub_feature(struct usb_device *udev,
struct mtx *mtx, uint16_t sel);
-usb2_error_t usb2_req_clear_port_feature(struct usb_device *udev,
+usb_error_t usb2_req_clear_port_feature(struct usb_device *udev,
struct mtx *mtx, uint8_t port, uint16_t sel);
-usb2_error_t usb2_req_get_alt_interface_no(struct usb_device *udev,
+usb_error_t usb2_req_get_alt_interface_no(struct usb_device *udev,
struct mtx *mtx, uint8_t *alt_iface_no,
uint8_t iface_index);
-usb2_error_t usb2_req_get_config(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_config(struct usb_device *udev, struct mtx *mtx,
uint8_t *pconf);
-usb2_error_t usb2_req_get_descriptor_ptr(struct usb_device *udev,
+usb_error_t usb2_req_get_descriptor_ptr(struct usb_device *udev,
struct usb_config_descriptor **ppcd, uint16_t wValue);
-usb2_error_t usb2_req_get_config_desc(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_config_desc(struct usb_device *udev, struct mtx *mtx,
struct usb_config_descriptor *d, uint8_t conf_index);
-usb2_error_t usb2_req_get_config_desc_full(struct usb_device *udev,
+usb_error_t usb2_req_get_config_desc_full(struct usb_device *udev,
struct mtx *mtx, struct usb_config_descriptor **ppcd,
struct malloc_type *mtype, uint8_t conf_index);
-usb2_error_t usb2_req_get_desc(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_desc(struct usb_device *udev, struct mtx *mtx,
uint16_t *actlen, void *desc, uint16_t min_len,
uint16_t max_len, uint16_t id, uint8_t type,
uint8_t index, uint8_t retries);
-usb2_error_t usb2_req_get_device_desc(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_device_desc(struct usb_device *udev, struct mtx *mtx,
struct usb_device_descriptor *d);
-usb2_error_t usb2_req_get_device_status(struct usb_device *udev,
+usb_error_t usb2_req_get_device_status(struct usb_device *udev,
struct mtx *mtx, struct usb_status *st);
-usb2_error_t usb2_req_get_hub_descriptor(struct usb_device *udev,
+usb_error_t usb2_req_get_hub_descriptor(struct usb_device *udev,
struct mtx *mtx, struct usb_hub_descriptor *hd,
uint8_t nports);
-usb2_error_t usb2_req_get_hub_status(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_hub_status(struct usb_device *udev, struct mtx *mtx,
struct usb_hub_status *st);
-usb2_error_t usb2_req_get_port_status(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_port_status(struct usb_device *udev, struct mtx *mtx,
struct usb_port_status *ps, uint8_t port);
-usb2_error_t usb2_req_get_report(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_report(struct usb_device *udev, struct mtx *mtx,
void *data, uint16_t len, uint8_t iface_index, uint8_t type,
uint8_t id);
-usb2_error_t usb2_req_get_report_descriptor(struct usb_device *udev,
+usb_error_t usb2_req_get_report_descriptor(struct usb_device *udev,
struct mtx *mtx, void *d, uint16_t size,
uint8_t iface_index);
-usb2_error_t usb2_req_get_string_any(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_string_any(struct usb_device *udev, struct mtx *mtx,
char *buf, uint16_t len, uint8_t string_index);
-usb2_error_t usb2_req_get_string_desc(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_get_string_desc(struct usb_device *udev, struct mtx *mtx,
void *sdesc, uint16_t max_len, uint16_t lang_id,
uint8_t string_index);
-usb2_error_t usb2_req_reset_port(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_reset_port(struct usb_device *udev, struct mtx *mtx,
uint8_t port);
-usb2_error_t usb2_req_set_address(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_set_address(struct usb_device *udev, struct mtx *mtx,
uint16_t addr);
-usb2_error_t usb2_req_set_alt_interface_no(struct usb_device *udev,
+usb_error_t usb2_req_set_alt_interface_no(struct usb_device *udev,
struct mtx *mtx, uint8_t iface_index, uint8_t alt_no);
-usb2_error_t usb2_req_set_config(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_set_config(struct usb_device *udev, struct mtx *mtx,
uint8_t conf);
-usb2_error_t usb2_req_set_hub_feature(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_set_hub_feature(struct usb_device *udev, struct mtx *mtx,
uint16_t sel);
-usb2_error_t usb2_req_set_idle(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_set_idle(struct usb_device *udev, struct mtx *mtx,
uint8_t iface_index, uint8_t duration, uint8_t id);
-usb2_error_t usb2_req_set_port_feature(struct usb_device *udev,
+usb_error_t usb2_req_set_port_feature(struct usb_device *udev,
struct mtx *mtx, uint8_t port, uint16_t sel);
-usb2_error_t usb2_req_set_protocol(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_set_protocol(struct usb_device *udev, struct mtx *mtx,
uint8_t iface_index, uint16_t report);
-usb2_error_t usb2_req_set_report(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usb2_req_set_report(struct usb_device *udev, struct mtx *mtx,
void *data, uint16_t len, uint8_t iface_index,
uint8_t type, uint8_t id);
-usb2_error_t usb2_req_re_enumerate(struct usb_device *udev, struct mtx *mtx);
-usb2_error_t usb2_req_clear_device_feature(struct usb_device *udev, struct mtx *mtx, uint16_t sel);
-usb2_error_t usb2_req_set_device_feature(struct usb_device *udev, struct mtx *mtx, uint16_t sel);
+usb_error_t usb2_req_re_enumerate(struct usb_device *udev, struct mtx *mtx);
+usb_error_t usb2_req_clear_device_feature(struct usb_device *udev, struct mtx *mtx, uint16_t sel);
+usb_error_t usb2_req_set_device_feature(struct usb_device *udev, struct mtx *mtx, uint16_t sel);
#define usb2_do_request(u,m,r,d) \
usb2_do_request_flags(u,m,r,d,0,NULL,USB_DEFAULT_TIMEOUT)
OpenPOWER on IntegriCloud