/drivers/usb/host/ |
D | ohci-q.c | 87 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() argument 99 if (branch < 0 || ohci->load [branch] > ohci->load [i]) { in balance() 104 if ((ohci->load [j] + load) > 900) in balance() 127 ed, ed->branch, ed->load, ed->interval); in periodic_link() 154 ohci->load [i] += ed->load; in periodic_link() 156 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval; in periodic_link() 230 branch = balance (ohci, ed->interval, ed->load); in ed_schedule() 234 branch, ed->interval, ed->load); in ed_schedule() 268 ohci->load [i] -= ed->load; in periodic_unlink() 270 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval; in periodic_unlink() [all …]
|
D | uhci-q.c | 278 qh->load = usb_calc_bus_time(udev->speed, in uhci_alloc_qh() 610 int highest_load = uhci->load[phase]; in uhci_highest_load() 613 highest_load = max_t(int, highest_load, uhci->load[phase]); in uhci_highest_load() 630 int phase, load; in uhci_check_bandwidth() local 636 load = uhci_highest_load(uhci, phase, qh->period); in uhci_check_bandwidth() 637 if (load < minimax_load) { in uhci_check_bandwidth() 638 minimax_load = load; in uhci_check_bandwidth() 645 if (minimax_load + qh->load > 900) { in uhci_check_bandwidth() 648 qh->period, qh->phase, minimax_load, qh->load); in uhci_check_bandwidth() 660 int load = qh->load; in uhci_reserve_bandwidth() local [all …]
|
D | isp116x-hcd.c | 332 isp116x->load[i] -= ep->load; in finish_request() 336 ep->load / ep->period; in finish_request() 484 u16 load = 0; in start_atl_transfers() local 504 if ((load = isp116x->load[index])) { in start_atl_transfers() 529 len = (MAX_LOAD_LIMIT - load) / byte_time; in start_atl_transfers() 550 load += len * byte_time; in start_atl_transfers() 551 if (load > MAX_LOAD_LIMIT) in start_atl_transfers() 650 static int balance(struct isp116x *isp116x, u16 period, u16 load) in balance() argument 657 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) { in balance() 661 if ((isp116x->load[j] + load) in balance() [all …]
|
D | sl811-hcd.c | 464 sl811->load[i] -= ep->load; in finish_request() 469 -= ep->load / ep->period; in finish_request() 762 static int balance(struct sl811 *sl811, u16 period, u16 load) in balance() argument 770 if (branch < 0 || sl811->load[branch] > sl811->load[i]) { in balance() 774 if ((sl811->load[j] + load) in balance() 873 ep->load = usb_calc_bus_time(udev->speed, !is_out, in sl811h_urb_enqueue() 905 retval = balance(sl811, ep->period, ep->load); in sl811h_urb_enqueue() 932 sl811->load[i] += ep->load; in sl811h_urb_enqueue() 935 hcd->self.bandwidth_allocated += ep->load / ep->period; in sl811h_urb_enqueue() 1464 seq_printf(s, "%2d [%3d]:\n", i, sl811->load[i]); in proc_sl811h_show()
|
D | sl811.h | 153 u16 load[PERIODIC_SIZE]; member 184 u16 load; member
|
D | uhci-hcd.h | 147 short load; /* Periodic time requirement, in us */ member 426 short load[MAX_PHASE]; /* Periodic allocations */ member
|
D | uhci-debug.c | 174 space, "", qh->period, qh->phase, qh->load, in uhci_show_qh() 178 space, "", qh->period, qh->phase, qh->load); in uhci_show_qh() 363 out += sprintf(out, "\t%d", uhci->load[i]); in uhci_sprint_schedule()
|
/drivers/macintosh/ |
D | rack-meter.c | 219 int i, offset, load, cumm, pause; in rackmeter_do_timer() local 234 load = (9 * (total_ticks - idle_ticks)) / total_ticks; in rackmeter_do_timer() 239 u8 ub = (load > i) ? 0xff : 0; in rackmeter_do_timer()
|
/drivers/gpu/drm/i810/ |
D | i810_drv.c | 49 .load = i810_driver_load,
|
/drivers/gpu/drm/savage/ |
D | savage_drv.c | 40 .load = savage_driver_load,
|
/drivers/gpu/drm/i830/ |
D | i830_drv.c | 54 .load = i830_driver_load,
|
/drivers/cpufreq/ |
D | cpufreq_ondemand.c | 388 unsigned int load, load_freq; in dbs_check_cpu() local 423 load = 100 * (wall_time - idle_time) / wall_time; in dbs_check_cpu() 429 load_freq = load * freq_avg; in dbs_check_cpu()
|
/drivers/gpu/drm/via/ |
D | via_drv.c | 44 .load = via_driver_load,
|
/drivers/gpu/drm/r128/ |
D | r128_drv.c | 48 .load = r128_driver_load,
|
/drivers/gpu/drm/sis/ |
D | sis_drv.c | 69 .load = sis_driver_load,
|
/drivers/gpu/drm/mga/ |
D | mga_drv.c | 50 .load = mga_driver_load,
|
/drivers/net/bonding/ |
D | bond_alb.h | 81 u32 load; /* Each slave sums the loadHistory of all clients member
|
D | bond_alb.c | 155 SLAVE_TLB_INFO(slave).load = 0; in tlb_init_slave() 249 (s64)(SLAVE_TLB_INFO(slave).load << 3); /* Bytes to bits */ in tlb_get_least_loaded_slave() 255 (s64)(SLAVE_TLB_INFO(slave).load << 3); in tlb_get_least_loaded_slave() 294 slave_info->load += in tlb_choose_channel() 1470 SLAVE_TLB_INFO(slave).load = in bond_alb_monitor()
|
/drivers/gpu/drm/ |
D | drm_stub.c | 383 if (dev->driver->load) { in drm_get_dev() 384 ret = dev->driver->load(dev, ent->driver_data); in drm_get_dev()
|
D | Kconfig | 67 will load the correct one. 81 the X server will load the correct one.
|
/drivers/media/common/tuners/ |
D | Kconfig | 8 allow the card drivers to only load the frontend modules 11 Also, tuner module will automatically load a tuner driver
|
/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 86 .load = radeon_driver_load,
|
/drivers/staging/rt2860/ |
D | config.mk | 178 … -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mshort-load-bytes -msoft-float … 190 …O_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -msoft-float -DMODULE -mshort-load-bytes -nostdinc -iw…
|
/drivers/media/video/usbvideo/ |
D | Kconfig | 26 can be specified when you load the module. Read
|
/drivers/gpu/drm/i915/ |
D | i915_drv.c | 133 .load = i915_driver_load,
|