Searched refs:load (Results 1 - 25 of 95) sorted by relevance

1234

/drivers/net/can/softing/
H A Dsofting_platform.h31 } boot, load, app; member in struct:softing_platform_data
H A Dsofting_cs.c47 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
59 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
71 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
83 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
95 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
107 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
119 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
131 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
143 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
/drivers/watchdog/
H A Dsp805_wdt.c61 * @load_val: load value to be set for current timeout
77 /* This routine finds load value that will reset system in required timout */
81 u64 load, rate; local
89 * load is half of what should be required.
91 load = div_u64(rate, 2) * timeout - 1;
93 load = (load > LOAD_MAX) ? LOAD_MAX : load;
94 load = (load < LOAD_MI
109 u64 load, rate; local
[all...]
/drivers/remoteproc/
H A Dremoteproc_internal.h32 * @load: load firmeware to memory, where the remote processor
43 int (*load)(struct rproc *rproc, const struct firmware *fw); member in struct:rproc_fw_ops
92 if (rproc->fw_ops->load)
93 return rproc->fw_ops->load(rproc, fw);
/drivers/misc/genwqe/
H A Dcard_dev.c499 * @load: details about image load
507 struct genwqe_bitstream *load)
522 if ((load->size & 0x3) != 0)
525 if (((unsigned long)(load->data_addr) & ~PAGE_MASK) != 0)
529 switch ((char)load->partition) {
543 buf = (u8 __user *)load->data_addr;
548 blocks_to_flash = load->size / FLASH_BLOCK;
549 while (load->size) {
556 tocopy = min_t(size_t, load
506 do_flash_update(struct genwqe_file *cfile, struct genwqe_bitstream *load) argument
643 do_flash_read(struct genwqe_file *cfile, struct genwqe_bitstream *load) argument
1149 struct genwqe_bitstream load; local
1170 struct genwqe_bitstream load; local
[all...]
/drivers/cpufreq/
H A Dcpufreq_governor.c70 unsigned int load; local
116 * on this CPU now, it would be unfair to calculate 'load' the
118 * near-zero load, irrespective of how CPU intensive that task
122 * To avoid this, we reuse the 'load' from the previous
125 * this copy, lest we get stuck at a high load (high frequency)
126 * for too long, even when the current system load has actually
142 load = j_cdbs->prev_load;
146 * the previous load only once, upon the first wake-up
151 load = 100 * (wall_time - idle_time) / wall_time;
152 j_cdbs->prev_load = load;
[all...]
H A Dcpufreq_conservative.c47 static void cs_check_cpu(int cpu, unsigned int load) argument
62 if (load > cs_tuners->up_threshold) {
85 if (load < cs_tuners->down_threshold) {
/drivers/cpuidle/governors/
H A Dmenu.c109 * a value of 10 is added for each point of "per cpu load average" we have.
114 * The load average factor gives a longer term (few seconds) input to the
117 * represented in the system load average.
137 static inline int get_loadavg(unsigned long load) argument
139 return LOAD_INT(load) * 10 + LOAD_FRAC(load) / 10;
175 static inline int performance_multiplier(unsigned long nr_iowaiters, unsigned long load) argument
184 * even when the average cpu load is under 10%.
/drivers/gpu/drm/i810/
H A Di810_drv.c63 .load = i810_driver_load,
/drivers/gpu/drm/r128/
H A Dr128_drv.c62 .load = r128_driver_load,
/drivers/gpu/drm/savage/
H A Dsavage_drv.c55 .load = savage_driver_load,
/drivers/usb/host/
H A Dohci-q.c106 * does some load balancing; returns the branch, or negative errno.
108 static int balance (struct ohci_hcd *ohci, int interval, int load) argument
120 if (branch < 0 || ohci->load [branch] > ohci->load [i]) {
125 if ((ohci->load [j] + load) > 900)
148 ed, ed->branch, ed->load, ed->interval);
175 ohci->load [i] += ed->load;
177 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / e
[all...]
H A Dsl811.h153 u16 load[PERIODIC_SIZE]; member in struct:sl811
184 u16 load; member in struct:sl811h_ep
H A Duhci-q.c280 qh->load = usb_calc_bus_time(udev->speed,
609 * Find the highest existing bandwidth load for a given phase and period.
613 int highest_load = uhci->load[phase];
616 highest_load = max_t(int, highest_load, uhci->load[phase]);
629 * its load value. */
633 int phase, load; local
639 load = uhci_highest_load(uhci, phase, qh->period);
640 if (load < minimax_load) {
641 minimax_load = load;
648 if (minimax_load + qh->load > 90
663 int load = qh->load; local
687 qh->period, qh->phase, load); local
696 int load = qh->load; local
720 qh->period, qh->phase, load); local
[all...]
H A Disp116x-hcd.c331 isp116x->load[i] -= ep->load;
335 ep->load / ep->period;
483 u16 load = 0; local
503 if ((load = isp116x->load[index])) {
528 len = (MAX_LOAD_LIMIT - load) / byte_time;
549 load += len * byte_time;
550 if (load > MAX_LOAD_LIMIT)
650 static int balance(struct isp116x *isp116x, u16 period, u16 load) argument
[all...]
/drivers/gpu/drm/mga/
H A Dmga_drv.c64 .load = mga_driver_load,
/drivers/gpu/drm/sis/
H A Dsis_drv.c106 .load = sis_driver_load,
/drivers/gpu/drm/via/
H A Dvia_drv.c77 .load = via_driver_load,
/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c109 .load = syncpt_load,
/drivers/media/rc/
H A Dir-rx51.c78 u32 load, match; local
80 load = -(lirc_rx51->fclk_khz * 1000 / lirc_rx51->freq);
81 match = -(lirc_rx51->duty_cycle * -load / 100);
82 omap_dm_timer_set_load(lirc_rx51->pwm_timer, 1, load);
/drivers/net/bonding/
H A Dbond_alb.h137 u32 load; /* Each slave sums the loadHistory of all clients member in struct:tlb_slave_info
/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c92 .load = mgag200_driver_load,
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Ddacnv50.c74 nv_ioctl(object, "disp dac load size %d\n", size);
76 nv_ioctl(object, "disp dac load vers %d data %08x\n",
99 args->v0.load = (loadval & 0x38000000) >> 27;
/drivers/gpu/drm/udl/
H A Dudl_drv.c41 .load = udl_driver_load,
/drivers/md/
H A DKconfig365 This path selector is a dynamic load balancer which selects
374 This path selector is a dynamic load balancer which selects

Completed in 486 milliseconds

1234