Lines Matching full:thresh
288 u8 thresh[2]; member
300 u8 thresh; member
313 u8 thresh[3]; member
328 u8 thresh; member
467 u8 *thresh, *hyst; in iqs626_parse_events() local
475 thresh = sys_reg->ch_reg_ulp.thresh; in iqs626_parse_events()
481 thresh = &sys_reg->tp_grp_reg.ch_reg_tp[0].thresh; in iqs626_parse_events()
489 thresh = sys_reg->ch_reg_gen[i].thresh; in iqs626_parse_events()
494 thresh = &sys_reg->ch_reg_hall.thresh; in iqs626_parse_events()
564 !fwnode_property_read_u32(ev_node, "azoteq,thresh", &val)) { in iqs626_parse_events()
573 *thresh = val; in iqs626_parse_events()
575 *(thresh + iqs626_events[i].th_offs) = val; in iqs626_parse_events()
580 if (!fwnode_property_present(ev_node, "azoteq,thresh")) in iqs626_parse_events()
583 error = fwnode_property_read_u32_array(ev_node, "azoteq,thresh", in iqs626_parse_events()
600 sys_reg->tp_grp_reg.ch_reg_tp[j].thresh = thresh_tp[j]; in iqs626_parse_events()
871 if (!fwnode_property_read_u32(ch_node, "azoteq,thresh-swipe", in iqs626_parse_trackpad()
1304 if (device_property_present(&client->dev, "azoteq,thresh-extend")) in iqs626_parse_prop()