ocs_get_bus_dev_func
extern int32_t ocs_get_bus_dev_func(ocs_t *ocs, uint8_t* bus, uint8_t* dev, uint8_t* func);
ocs_get_bus_dev_func(nxt_ocs, &nxt_bus, &nxt_dev, &nxt_func);
ocs_get_bus_dev_func(ocs, &ocs_bus, &ocs_dev, &ocs_func);
ocs_get_bus_dev_func(ocs, &bus, &dev, &func);
ocs_get_bus_dev_func(nxt_ocs, &nxt_bus, &nxt_dev, &nxt_func);
ocs_get_bus_dev_func(hw->os, &bus, &dev, &func);
ocs_get_bus_dev_func(hw->os, &bus, &dev, &func);
ocs_get_bus_dev_func(ocs, &bus, &dev, &func);
ocs_get_bus_dev_func(ocs, &bus, &dev, &func);
ocs_get_bus_dev_func(ocs, &bus, &dev, &func);
ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func);
ocs_get_bus_dev_func(ocs_t *ocs, uint8_t* bus, uint8_t* dev, uint8_t* func);