Linux Kernel
3.7.1
|
#include <linux/hid.h>
#include <linux/hid-debug.h>
#include "usbhid/usbhid.h"
#include <linux/usb.h>
#include <linux/fb.h>
#include <linux/seq_file.h>
#include <linux/debugfs.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include "hid-picolcd.h"
Go to the source code of this file.
Macros | |
#define | BUFF_SZ 256 |
#define | BUFF_SZ 256 |
Functions | |
void | picolcd_debug_out_report (struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report) |
void | picolcd_debug_raw_event (struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) |
void | picolcd_init_devfs (struct picolcd_data *data, struct hid_report *eeprom_r, struct hid_report *eeprom_w, struct hid_report *flash_r, struct hid_report *flash_w, struct hid_report *reset) |
void | picolcd_exit_devfs (struct picolcd_data *data) |
#define BUFF_SZ 256 |
#define BUFF_SZ 256 |
void picolcd_debug_out_report | ( | struct picolcd_data * | data, |
struct hid_device * | hdev, | ||
struct hid_report * | report | ||
) |
Definition at line 396 of file hid-picolcd_debugfs.c.
void picolcd_debug_raw_event | ( | struct picolcd_data * | data, |
struct hid_device * | hdev, | ||
struct hid_report * | report, | ||
u8 * | raw_data, | ||
int | size | ||
) |
Definition at line 652 of file hid-picolcd_debugfs.c.
void picolcd_exit_devfs | ( | struct picolcd_data * | data | ) |
Definition at line 881 of file hid-picolcd_debugfs.c.
void picolcd_init_devfs | ( | struct picolcd_data * | data, |
struct hid_report * | eeprom_r, | ||
struct hid_report * | eeprom_w, | ||
struct hid_report * | flash_r, | ||
struct hid_report * | flash_w, | ||
struct hid_report * | reset | ||
) |
Definition at line 848 of file hid-picolcd_debugfs.c.