Searched refs:tpad_node (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | iqs7222.c | 2671 struct fwnode_handle *tpad_node, int tpad_index) in iqs7222_parse_sldr() 2682 error = iqs7222_parse_props(iqs7222, tpad_node, tpad_index, in iqs7222_parse_tpad() 2688 count = fwnode_property_count_u32(tpad_node, "azoteq,channel-select"); in iqs7222_parse_tpad() 2691 fwnode_get_name(tpad_node), count); in iqs7222_parse_tpad() 2695 fwnode_get_name(tpad_node)); in iqs7222_parse_tpad() 2699 error = fwnode_property_read_u32_array(tpad_node, in iqs7222_parse_tpad() 2704 fwnode_get_name(tpad_node), error); in iqs7222_parse_tpad() 2717 fwnode_get_name(tpad_node), chan_sel[i]); in iqs7222_parse_tpad() 2730 if (fwnode_property_present(tpad_node, "azoteq,use-prox")) in iqs7222_parse_tpad() 2741 event_node = fwnode_get_named_child_node(tpad_node, event_nam in iqs7222_parse_tpad() 2677 iqs7222_parse_tpad(struct iqs7222_private * iqs7222,struct fwnode_handle * tpad_node,int tpad_index) iqs7222_parse_tpad() argument [all...] |