Searched defs:flash_r (Results 1 - 2 of 2) sorted by relevance

/drivers/hid/
H A Dhid-picolcd_debugfs.c849 struct hid_report *flash_r, struct hid_report *flash_w,
868 if (flash_r && flash_r->maxfield == 1 && flash_r->field[0]->report_size == 8)
869 data->addr_sz = flash_r->field[0]->report_count - 1;
874 (flash_w ? S_IWUSR : 0) | (flash_r ? S_IRUSR : 0),
876 } else if (flash_r || flash_w)
847 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) argument
H A Dhid-picolcd.h157 struct hid_report *flash_r, struct hid_report *flash_w,
173 struct hid_report *flash_r, struct hid_report *flash_w,
171 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) argument

Completed in 50 milliseconds