Searched refs:bigben (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-bigbenff.c188 static inline void bigben_schedule_work(struct bigben_device *bigben) argument
192 spin_lock_irqsave(&bigben->lock, flags);
193 if (!bigben->removed)
194 schedule_work(&bigben->worker);
195 spin_unlock_irqrestore(&bigben->lock, flags);
200 struct bigben_device *bigben = container_of(work, local
202 struct hid_field *report_field = bigben->report->field[0];
209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL);
213 len = hid_report_len(bigben->report);
216 spin_lock_irqsave(&bigben
270 struct bigben_device *bigben = hid_get_drvdata(hid); local
305 struct bigben_device *bigben = hid_get_drvdata(hid); local
340 struct bigben_device *bigben = hid_get_drvdata(hid); local
358 struct bigben_device *bigben = hid_get_drvdata(hid); local
372 struct bigben_device *bigben; local
[all...]

Completed in 225 milliseconds