Lines Matching refs:combine
66 u16 combine;
336 if (entry->wdata.combine) {
394 .combine = 0,
959 count = scnprintf(buf, PAGE_SIZE, "%u\n", entry->wdata.combine);
969 u16 combine = simple_strtoul(buf, NULL, 10);
983 if (combine > 1)
984 combine = 1;
986 entry->wdata.combine = combine;
1374 hid_warn(hid, "Unable to create sysfs interface for \"combine\", errno %d\n", error);