Searched refs:bandwidth (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddtt7592.h34 status_t dtt7592_set_frequency(i2c_bus *bus, uint32 frequency, dvb_bandwidth_t bandwidth);
H A Ddtt7592.c61 dtt7592_set_frequency(i2c_bus *bus, uint32 frequency, dvb_bandwidth_t bandwidth) argument
99 if (bandwidth == DVB_BANDWIDTH_5_MHZ
100 || bandwidth == DVB_BANDWIDTH_6_MHZ
101 || bandwidth == DVB_BANDWIDTH_7_MHZ) {
H A Dcx22702.c120 res = dtt7592_set_frequency(bus, params->frequency, params->bandwidth);
131 switch (params->bandwidth) {
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp434 off_t bandwidth = operation->Length(); local
435 quantum -= bandwidth;
436 usedBandwidth += bandwidth;
459 off_t bandwidth = operation->Length(); local
460 quantum -= bandwidth;
461 usedBandwidth += bandwidth;
620 // TODO: We might actually grant the owner more bandwidth than
627 off_t bandwidth = operation->Length(); local
628 quantum -= bandwidth;
629 iterationBandwidth -= bandwidth;
647 off_t bandwidth = 0; local
[all...]
/haiku/headers/private/drivers/
H A Ddvb.h234 dvb_bandwidth_t bandwidth; member in struct:__anon659
/haiku/src/add-ons/accelerants/via/engine/
H A Dbes.c23 /* returns true if the current displaymode leaves enough bandwidth for overlay
27 float refresh, bandwidth; local
44 bandwidth =
46 LOG(8,("Overlay: Current mode's refreshrate is %.2fHz, bandwidth is %.0f\n",
47 refresh, bandwidth));
67 if (bandwidth > 921600000.0) return false;
78 if (bandwidth > 4045440000.0) return false;
82 if (bandwidth > 5210000000.0) return false;//fixme: set more correct limit?
86 if (bandwidth > 6170000000.0) return false;//fixme: set more correct limit?
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp592 // Set the max packet size for bandwidth reclamation to 64 bytes
601 // TODO: 4: bandwidth reclamation queue
624 // Create the array that will keep bandwidth information
1269 // Ignore the fact that the last descriptor might need less bandwidth.
1271 uint16 bandwidth = transfer->Bandwidth() / isochronousData->packet_count; local
1273 TRACE("isochronous transfer descriptor bandwidth %d\n", bandwidth);
1329 // find the first available frame with enough bandwidth.
1339 // 3. There is enough bandwidth in the first entry
1342 // Find out if the frame number specified has enough bandwidth,
[all...]
H A Dohci.cpp527 // Create the array that will keep bandwidth information
2171 uint16 bandwidth = transfer->Bandwidth() / packet_count; local
2173 bandwidth++;
2183 // real frame number may differ in case provided one has not bandwidth
2195 // look for up to 8 continous frames with available bandwidth
2199 + frameCount, bandwidth))
2203 // starting frame has no bandwidth for our transaction - try next
2205 TRACE_ERROR("failed to allocate bandwidth\n");
H A Dehci.cpp744 // Create the array that will keep bandwidth information
1180 // Ignore the fact that the last descriptor might need less bandwidth.
1182 uint16 bandwidth = transfer->Bandwidth() / isochronousData->packet_count;
1184 TRACE("isochronous transfer descriptor bandwidth %d\n", bandwidth);
1213 // find the first available frame with enough bandwidth.
1225 // 3. There is enough bandwidth in the first entry
1228 // Find out if the frame number specified has enough bandwidth,
1229 // otherwise find the first next available frame with enough bandwidth
1297 fFrameBandwidth[currentFrame] -= bandwidth;
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h215 uint8 bandwidth; member in struct:btrfs_device
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp2339 switch (fTuningParam.u.dvb_t.bandwidth) {
3002 param->bandwidth = DVB_BANDWIDTH_8_MHZ;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h1632 ah, rx_status, bandwidth, local_h, csi_frame_body) \

Completed in 100 milliseconds