Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c1306 int bus_no, pri_no, sub_no, sec_no = 0; in unconfigure_boot_bridge() local
1337 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()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch2187 + 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 …]