dump.h (1de7b4b805ddbf2429da511c053686ac4591ed89) dump.h (fa6d8b65d3956f69cde9043a3c5e77fb57788904)
1/* $FreeBSD$ */
2/*-
3 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
4 *
5 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 23 unchanged lines hidden (view full) ---

32const char *dump_mode(uint8_t value);
33const char *dump_speed(uint8_t value);
34const char *dump_power_mode(uint8_t value);
35void dump_string_by_index(struct libusb20_device *pdev, uint8_t index);
36void dump_device_info(struct libusb20_device *pdev, uint8_t show_drv);
37void dump_be_quirk_names(struct libusb20_backend *pbe);
38void dump_be_dev_quirks(struct libusb20_backend *pbe);
39void dump_device_desc(struct libusb20_device *pdev);
1/* $FreeBSD$ */
2/*-
3 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
4 *
5 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 23 unchanged lines hidden (view full) ---

32const char *dump_mode(uint8_t value);
33const char *dump_speed(uint8_t value);
34const char *dump_power_mode(uint8_t value);
35void dump_string_by_index(struct libusb20_device *pdev, uint8_t index);
36void dump_device_info(struct libusb20_device *pdev, uint8_t show_drv);
37void dump_be_quirk_names(struct libusb20_backend *pbe);
38void dump_be_dev_quirks(struct libusb20_backend *pbe);
39void dump_device_desc(struct libusb20_device *pdev);
40void dump_device_stats(struct libusb20_device *pdev);
40void dump_config(struct libusb20_device *pdev, uint8_t all_cfg);
41
42#endif /* _DUMP_H_ */
41void dump_config(struct libusb20_device *pdev, uint8_t all_cfg);
42
43#endif /* _DUMP_H_ */