Home
last modified time | relevance | path

Searched refs:nodeid (Results 1 – 6 of 6) sorted by relevance

/haiku/src/servers/media/
H A DDefaultManager.h38 status_t Set(media_node_id nodeid,
41 status_t Get(media_node_id *nodeid, char *input_name,
H A DDefaultManager.cpp272 DefaultManager::Get(media_node_id *nodeid, char *input_name, int32 *inputid, in Get() argument
280 *nodeid = fPhysicalVideoIn; in Get()
286 *nodeid = fPhysicalAudioIn; in Get()
292 *nodeid = fPhysicalVideoOut; in Get()
298 *nodeid = fPhysicalAudioOut; in Get()
304 *nodeid = fPhysicalAudioOut; in Get()
312 *nodeid = fAudioMixer; in Get()
317 *nodeid = fTimeSource; in Get()
319 *nodeid = fSystemTimeSource; in Get()
323 *nodeid = fSystemTimeSource; in Get()
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1380 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv()
1381 CSRARC(fc, NODE_IDS) = ((uint32_t)fc->nodeid) << 16; in fw_sidrcv()
1461 (fc->irm == fc->nodeid) ? " (me) " : ""); in fw_sidrcv()
1464 if (fc->irm == fc->nodeid) { in fw_sidrcv()
1690 fwdev->speed = fc->speed_map->speed[fc->nodeid][node]; in fw_explore_node()
1794 if (node == fc->nodeid) { in fw_explore()
1799 __func__, node, fc->nodeid, fc->max_node); in fw_explore()
2242 bmr = fc->nodeid; in fw_try_bmr_callback()
2284 xfer->send.payload[1] = htonl(fc->nodeid); in fw_try_bmr()
2413 cmstr = fc->nodeid; in fw_bmr()
[all …]
H A Dfwohci.cpp1915 fc->nodeid = node_id & 0x3f;
1917 __func__, fc->nodeid, (plen >> 16) & 0xff);
/haiku/headers/private/firewire/
H A Dfirewirereg.h149 nodeid:6; member
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c877 devinfo->dst = fc->nodeid; in fw_ioctl()