Home
last modified time | relevance | path

Searched refs:iter_n (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/gadget/legacy/
Dhid.c137 struct hidg_func_node *n = NULL, *m, *iter_n; in hid_bind() local
147 list_for_each_entry(iter_n, &hidg_func_list, node) { in hid_bind()
148 iter_n->fi = usb_get_function_instance("hid"); in hid_bind()
149 if (IS_ERR(iter_n->fi)) { in hid_bind()
150 status = PTR_ERR(iter_n->fi); in hid_bind()
151 n = iter_n; in hid_bind()
154 hid_opts = container_of(iter_n->fi, struct f_hid_opts, func_inst); in hid_bind()
155 hid_opts->subclass = iter_n->func->subclass; in hid_bind()
156 hid_opts->protocol = iter_n->func->protocol; in hid_bind()
157 hid_opts->report_length = iter_n->func->report_length; in hid_bind()
[all …]
/linux-6.1.9/fs/ext4/
Dfast_commit.c1292 struct ext4_inode_info *iter, *iter_n; in ext4_fc_cleanup() local
1302 list_for_each_entry_safe(iter, iter_n, &sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_cleanup()