Home
last modified time | relevance | path

Searched refs:ch_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/input/misc/
H A Diqs626a.c624 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target()
654 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target()
680 fwnode_get_name(ch_node)); in iqs626_parse_pins()
714 struct fwnode_handle *ch_node, in iqs626_parse_trackpad() argument
727 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad()
740 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad()
753 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad()
1223 fwnode_get_name(ch_node), val); in iqs626_parse_channel()
1236 struct fwnode_handle *ch_node; in iqs626_parse_prop() local
1380 if (!ch_node) in iqs626_parse_prop()
[all …]
H A Diqs269a.c499 const struct fwnode_handle *ch_node) in iqs269_parse_chan() argument
508 error = fwnode_property_read_u32(ch_node, "reg", &reg); in iqs269_parse_chan()
533 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan()
541 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan()
584 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan()
658 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan()
678 ev_node = fwnode_get_named_child_node(ch_node, in iqs269_parse_chan()
755 struct fwnode_handle *ch_node; in iqs269_parse_prop() local
957 device_for_each_child_node(&client->dev, ch_node) { in iqs269_parse_prop()
958 error = iqs269_parse_chan(iqs269, ch_node); in iqs269_parse_prop()
[all …]
/openbmc/linux/drivers/rapidio/
H A Drio_cm.c190 struct list_head ch_node; member
1316 INIT_LIST_HEAD(&ch->ch_node); in riocm_ch_alloc()
1511 list_add(&ch->ch_node, &list); in riocm_cdev_release()
1517 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_cdev_release()
1518 list_del(&ch->ch_node); in riocm_cdev_release()
2046 list_add(&ch->ch_node, &list); in riocm_remove_dev()
2053 list_del(&ch->ch_node); in riocm_remove_dev()
2207 list_add(&ch->ch_node, &list); in riocm_remove_mport()
2214 list_del(&ch->ch_node); in riocm_remove_mport()
2257 list_add(&ch->ch_node, &list); in rio_cm_shutdown()
[all …]