Searched refs:sub_no (Results 1 – 2 of 2) sorted by relevance
1306 int bus_no, pri_no, sub_no, sec_no = 0; in unconfigure_boot_bridge() local1337 sub_no = (int) sub_number; in unconfigure_boot_bridge()1338 debug("sub_no is %d, sec_no is %d\n", sub_no, sec_no); in unconfigure_boot_bridge()
2187 + unsigned int sub_no;2190 + for (sub_no = 0; sub_no != SUBS_MAX; ++sub_no) {2191 + if (stash->sub_bufs[sub_no] != NULL) {2192 + mmal_buffer_header_release(stash->sub_bufs[sub_no]);2193 + stash->sub_bufs[sub_no] = NULL;2217 + unsigned int sub_no;2221 + for (sub_no = 0; sub_no != SUBS_MAX; ++sub_no) {2222 + if (stash->sub_bufs[sub_no] != NULL) {2226 + mmal_buffer_header_release(stash->sub_bufs[sub_no]);2227 + stash->sub_bufs[sub_no] = NULL;[all …]