Searched defs:bandwidth (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc67 double bandwidth = M_PI / fold; // digital bandwidth of pass band local
74 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha);
79 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha);
81 coef[i++] = bandwidth / M_PI;
157 sinc_coef(fold, order, coef); // required bandwidth = PI/fold
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c32 * This file contains routines for managing isochronous bandwidth
88 /* Reallocate some bandwidth */
90 cec_curr->bandwidth, cec_curr->realloc_speed);
109 /* Try to reallocate bandwidth */
118 /* If we failed because we couldn't get bandwidth */
165 * bandwidth, and then fail getting
167 * the bandwidth
170 /* Try to free up the bandwidth */
179 "Unable to free bandwidth");
695 * is used to allocate isochronous bandwidth
880 s1394_compute_bw_alloc_units(s1394_hal_t *hal, uint_t bandwidth, uint_t speed) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c799 uint32_t w, h, interval, bandwidth; local
924 LE_TO_UINT32(ctrl_curr.dwMaxPayloadTransferSize, 0, bandwidth);
926 "usbvc_v4l2_set_format: bandwidth=%x", bandwidth);
929 * If the bandwidth does not exceed the max value of all the
932 if (bandwidth <= strm_if->max_isoc_payload) {
941 /* Get minimum values since the bandwidth is not enough */
H A Dusbvc.c2284 /* Parse the alternate settings to find the maximum bandwidth. */
3299 * Find a proper alternate according to the bandwidth that the current video
3310 uint32_t bandwidth; local
3317 LE_TO_UINT32(strm_if->ctrl_pc.dwMaxPayloadTransferSize, 0, bandwidth);
3318 if (!bandwidth) {
3320 "usbvc_set_alt: bandwidth is not set yet");
3325 "usbvc_set_alt: bandwidth=%x", bandwidth);
3333 * enough for the bandwidth.
3357 if (pktsize >= bandwidth
3761 uint32_t bandwidth; local
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h202 /* bandwidth related fields */
203 uint64_t bandwidth; /* bandwidth limit */ member in struct:vsw
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c34 * transfers, bandwidth allocations and other general functionalities.
194 uint_t *bandwidth);
216 uint_t bandwidth,
242 uint_t bandwidth,
248 int bandwidth,
2139 /* Allocate high speed bandwidth */
2147 * For low/full speed usb devices, allocate classic TT bandwidth
2148 * in additional to high speed bandwidth.
2152 /* Allocate classic TT bandwidth */
2156 /* Deallocate high speed bandwidth */
2287 uint_t bandwidth, min; local
2532 uint_t bandwidth, height, leftmost, list, min; local
2729 ehci_compute_classic_bandwidth( usb_ep_descr_t *endpoint, usb_port_status_t port_status, uint_t *bandwidth) argument
3069 ehci_find_bestfit_hs_mask( ehci_state_t *ehcip, uchar_t *smask, uint_t *pnode, usb_ep_descr_t *endpoint, uint_t bandwidth, int interval) argument
3516 ehci_calculate_bw_availability_mask( ehci_state_t *ehcip, uint_t bandwidth, int leaf, int leaf_count, uchar_t *bw_mask) argument
3572 ehci_update_bw_availability( ehci_state_t *ehcip, int bandwidth, int leftmost_leaf, int leaf_count, uchar_t mask) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c51 static uint_t uhci_lattice_height(uint_t bandwidth);
991 int bandwidth; /* Requested bandwidth */ local
1014 * If the length in bytes plus the allocated bandwidth exceeds
1015 * the maximum, return bandwidth allocation failure.
1021 "Reached maximum bandwidth value and cannot allocate "
1022 "bandwidth for a given Interrupt/Isoch endpoint");
1038 * Adjust bandwidth to be a power of 2
1041 bandwidth = uhci_bandwidth_adjust(uhcip, endpoint,
1046 * If this bandwidth ca
1157 uint_t bandwidth; local
1253 uint_t bandwidth; local
1374 uhci_lattice_height(uint_t bandwidth) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c167 uint_t *bandwidth);
2462 * bandwidth for the pipe if it is a interrupt or isochronous endpoint.
2522 * A portion of the bandwidth is reserved for the non-periodic
2526 * bandwidth before adding the control or bulk endpoints.
2528 * There is a need to check for the available bandwidth before
2568 /* Deallocate bandwidth */
2615 /* Deallocate bandwidth */
2672 * Deallocate bandwidth for the pipe if it is a interrupt or isochronous
2720 /* Deallocate bandwidth */
3233 * the bottom leaf array is used to store the smalled allocated bandwidth o
3261 uint_t leftmost, list, bandwidth; local
3417 uint_t min, node, bandwidth; local
3496 ohci_compute_total_bandwidth( usb_ep_descr_t *endpoint, usb_port_status_t port_status, uint_t *bandwidth) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h833 uint_t bandwidth; member in struct:s1394_isoch_cec_s
1173 uint_t s1394_compute_bw_alloc_units(s1394_hal_t *hal, uint_t bandwidth,

Completed in 104 milliseconds