Searched refs:ch_node (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/input/misc/ |
D | iqs626a.c | 461 struct fwnode_handle *ch_node, enum iqs626_ch_id ch_id) in iqs626_parse_events() argument 509 ev_node = fwnode_handle_get(ch_node); in iqs626_parse_events() 512 ev_node = fwnode_get_named_child_node(ch_node, ev_name); in iqs626_parse_events() 547 fwnode_get_name(ch_node), val); in iqs626_parse_events() 568 fwnode_get_name(ch_node), val); in iqs626_parse_events() 587 struct fwnode_handle *ch_node, enum iqs626_ch_id ch_id) in iqs626_parse_ati_target() argument 620 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs626_parse_ati_target() 624 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target() 633 !fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs626_parse_ati_target() 654 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target() [all …]
|
D | iqs269a.c | 557 const struct fwnode_handle *ch_node) in iqs269_parse_chan() argument 566 error = fwnode_property_read_u32(ch_node, "reg", ®); in iqs269_parse_chan() 577 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan() 580 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan() 583 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 586 if (fwnode_property_present(ch_node, "azoteq,slider1-select") && in iqs269_parse_chan() 592 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan() 600 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan() 612 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan() 616 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan() [all …]
|
/linux-6.12.1/drivers/rapidio/ |
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() 2054 list_for_each_entry_safe(ch, _c, &list, ch_node) { 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() 2215 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_remove_mport() [all …]
|