Searched refs:ch_node (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/input/misc/ |
| H A D | iqs626a.c | 619 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target() 649 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target() 675 fwnode_get_name(ch_node)); in iqs626_parse_pins() 709 struct fwnode_handle *ch_node, in iqs626_parse_trackpad() argument 722 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 735 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 748 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 761 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 835 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 1214 fwnode_get_name(ch_node), val); in iqs626_parse_channel() [all …]
|
| H A D | iqs269a.c | 550 const struct fwnode_handle *ch_node) in iqs269_parse_chan() argument 558 error = fwnode_property_read_u32(ch_node, "reg", ®); in iqs269_parse_chan() 575 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 584 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan() 592 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan() 635 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan() 675 if (fwnode_property_present(ch_node, "azoteq,static-enable")) in iqs269_parse_chan() 709 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan() 730 fwnode_get_named_child_node(ch_node, in iqs269_parse_chan() 1041 device_for_each_child_node_scoped(&client->dev, ch_node) { in iqs269_parse_prop() [all …]
|
| /linux-6.15/drivers/rapidio/ |
| H A D | rio_cm.c | 190 struct list_head ch_node; member 1318 INIT_LIST_HEAD(&ch->ch_node); in riocm_ch_alloc() 1513 list_add(&ch->ch_node, &list); in riocm_cdev_release() 1519 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_cdev_release() 1520 list_del(&ch->ch_node); in riocm_cdev_release() 2048 list_add(&ch->ch_node, &list); in riocm_remove_dev() 2055 list_del(&ch->ch_node); in riocm_remove_dev() 2209 list_add(&ch->ch_node, &list); in riocm_remove_mport() 2216 list_del(&ch->ch_node); in riocm_remove_mport() 2259 list_add(&ch->ch_node, &list); in rio_cm_shutdown() [all …]
|