Searched refs:aux1_field (Results 1 – 1 of 1) sorted by relevance
35 struct hid_field *aux1_field, *brightness_field; member 53 ret = hid_set_field(bl->aux1_field, 0, 1); in appletb_bl_set_brightness() 105 struct hid_field *aux1_field, *brightness_field; in appletb_bl_probe() local 115 aux1_field = hid_find_field(hdev, HID_FEATURE_REPORT, in appletb_bl_probe() 121 if (!aux1_field || !brightness_field) in appletb_bl_probe() 124 if (aux1_field->report != brightness_field->report) in appletb_bl_probe() 141 bl->aux1_field = aux1_field; in appletb_bl_probe()