Searched refs:f03 (Results 1 – 3 of 3) sorted by relevance
83 error = rmi_write(f03->fn->rmi_dev, f03->fn->fd.data_base_addr, val); in rmi_f03_pt_write()85 dev_err(&f03->fn->dev, in rmi_f03_pt_write()121 f03->device_count = 1; in rmi_f03_initialize()122 f03->rx_queue_length = 7; in rmi_f03_initialize()182 serio->port_data = f03; in rmi_f03_register_pt()189 f03->serio = serio; in rmi_f03_register_pt()201 struct f03_data *f03; in rmi_f03_probe() local205 if (!f03) in rmi_f03_probe()208 f03->fn = fn; in rmi_f03_probe()216 f03->device_count); in rmi_f03_probe()[all …]
34 struct rmi_function *f03; member47 rmi_f03_overwrite_button(f3a->f03, key_code, key_down); in rmi_f3a_report_button()89 rmi_f03_commit_buttons(f3a->f03); in rmi_f3a_attention()106 f3a->f03 = rmi_find_function(fn->rmi_dev, 0x03); in rmi_f3a_config()107 f3a->trackstick_buttons = f3a->f03 != NULL; in rmi_f3a_config()
80 struct rmi_function *f03; member112 rmi_f03_overwrite_button(f30->f03, key_code, key_down); in rmi_f30_report_button()157 rmi_f03_commit_buttons(f30->f03); in rmi_f30_attention()177 f30->f03 = rmi_find_function(fn->rmi_dev, 0x03); in rmi_f30_config()178 f30->trackstick_buttons = f30->f03 != NULL; in rmi_f30_config()
Completed in 6 milliseconds