Lines Matching refs:imon_context

90 struct imon_context {
159 * Since reference to "struct imon_context" is stored into
161 * how many file descriptors might access this "struct imon_context".
494 static void free_imon_context(struct imon_context *ictx)
515 struct imon_context *ictx = NULL;
566 struct imon_context *ictx = file->private_data;
593 static int send_packet(struct imon_context *ictx)
684 static int send_associate_24g(struct imon_context *ictx)
713 static int send_set_imon_clock(struct imon_context *ictx,
800 struct imon_context *ictx = dev_get_drvdata(d);
820 struct imon_context *ictx;
841 struct imon_context *ictx = dev_get_drvdata(d);
868 struct imon_context *ictx = dev_get_drvdata(d);
953 struct imon_context *ictx = file->private_data;
1035 struct imon_context *ictx = file->private_data;
1078 struct imon_context *ictx;
1082 ictx = (struct imon_context *)urb->context;
1099 struct imon_context *ictx = from_timer(ictx, t, ttimer);
1127 struct imon_context *ictx = rc->priv;
1250 static u32 imon_remote_key_lookup(struct imon_context *ictx, u32 scancode)
1274 static u32 imon_mce_key_lookup(struct imon_context *ictx, u32 scancode)
1301 static u32 imon_panel_key_lookup(struct imon_context *ictx, u64 code)
1319 static bool imon_mouse_event(struct imon_context *ictx,
1384 static void imon_touch_event(struct imon_context *ictx, unsigned char *buf)
1395 static void imon_pad_to_keys(struct imon_context *ictx, unsigned char *buf)
1534 static int imon_parse_press_type(struct imon_context *ictx,
1581 static void imon_incoming_packet(struct imon_context *ictx,
1746 struct imon_context *ictx;
1752 ictx = (struct imon_context *)urb->context;
1787 struct imon_context *ictx;
1793 ictx = (struct imon_context *)urb->context;
1835 static void imon_get_ffdc_type(struct imon_context *ictx)
1914 static void imon_set_display_type(struct imon_context *ictx)
1964 static struct rc_dev *imon_init_rdev(struct imon_context *ictx)
2026 static struct input_dev *imon_init_idev(struct imon_context *ictx)
2078 static struct input_dev *imon_init_touch(struct imon_context *ictx)
2125 static bool imon_find_endpoints(struct imon_context *ictx,
2217 static struct imon_context *imon_init_intf0(struct usb_interface *intf,
2220 struct imon_context *ictx;
2315 static struct imon_context *imon_init_intf1(struct usb_interface *intf,
2316 struct imon_context *ictx)
2380 static void imon_init_display(struct imon_context *ictx,
2415 struct imon_context *ictx = NULL;
2450 struct imon_context *first_if_ctx = usb_get_intfdata(first_if);
2503 struct imon_context *ictx;
2558 struct imon_context *ictx = usb_get_intfdata(intf);
2572 struct imon_context *ictx = usb_get_intfdata(intf);