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
473 thresh = sys_reg->ch_reg_ulp.thresh; in iqs626_parse_events()
479 thresh = &sys_reg->tp_grp_reg.ch_reg_tp[0].thresh; in iqs626_parse_events()
487 thresh = sys_reg->ch_reg_gen[i].thresh; in iqs626_parse_events()
492 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()
574 *thresh = val; in iqs626_parse_events()
576 *(thresh + iqs626_events[i].th_offs) = val; in iqs626_parse_events()
776 u8 *thresh = &sys_reg->tp_grp_reg.ch_reg_tp[i].thresh; in iqs626_parse_trackpad() local
800 if (!fwnode_property_read_u32(tc_node, "azoteq,thresh", in iqs626_parse_trackpad()
810 *thresh = val; in iqs626_parse_trackpad()
863 if (!fwnode_property_read_u32(ch_node, "azoteq,thresh-swipe", in iqs626_parse_trackpad()
1310 if (device_property_present(&client->dev, "azoteq,thresh-extend")) in iqs626_parse_prop()