Searched refs:f21 (Results 1 – 1 of 1) sorted by relevance
62 f21->data_regs, f21->data_reg_size); in rmi_f21_attention()69 pdata = f21->data_regs + f21->data_reg_button_offset; in rmi_f21_attention()73 input_report_key(f21->input, f21->key_code, pressed); in rmi_f21_attention()91 f21->key_code = BTN_LEFT; in rmi_f21_initialize()107 struct f21_data *f21; in rmi_f21_probe() local119 f21 = devm_kzalloc(&fn->dev, sizeof(*f21), GFP_KERNEL); in rmi_f21_probe()120 if (!f21) in rmi_f21_probe()123 f21->input = drv_data->input; in rmi_f21_probe()149 f21->attn_data_button_offset = f21->attn_data_size - 1; in rmi_f21_probe()164 f21->data_reg_size = f21->attn_data_size; in rmi_f21_probe()[all …]
Completed in 4 milliseconds