Searched refs:priority (Results 1 - 25 of 265) sorted by last modified time

1234567891011

/drivers/video/fbdev/
H A Dau1200fb.c116 unsigned int priority; member in struct:au1200_lcd_window_regs_t
1315 val |= ((pdata->priority << 30) & LCD_WINCTRL1_PRI);
1397 pdata->priority = (lcd->window[plane].winctrl1& LCD_WINCTRL1_PRI) >> 30;
/drivers/video/fbdev/riva/
H A Driva_hw.c176 int priority; member in struct:__anon7202
298 else switch (ainfo->priority)
503 res_info->graphics_hi_priority = (ainfo->priority == GRAPHICS);
504 res_info->media_hi_priority = (ainfo->priority == MPORT);
544 ainfo->priority = p;
949 vpagemiss += 1; /* One higher priority before */
/drivers/watchdog/
H A Dalim7101_wdt.c323 .priority = 128,
H A Ddw_wdt.c344 dw_wdt.restart_handler.priority = 128;
H A Dimx2_wdt.c284 wdev->restart_handler.priority = 128;
H A Dmeson_wdt.c177 meson_wdt->restart_handler.priority = 128;
H A Dmoxart_wdt.c145 moxart_wdt->restart_handler.priority = 128;
H A Ds3c2410_wdt.c635 wdt->restart_handler.priority = 128;
H A Dsunxi_wdt.c281 sunxi_wdt->restart_handler.priority = 128;
/drivers/xen/
H A Dballoon.c274 .priority = 0
/drivers/xen/events/
H A Devents_base.c1107 * xen_set_irq_priority() - set an event channel priority.
1109 * @priority: priority between XEN_IRQ_PRIORITY_MAX and XEN_IRQ_PRIORITY_MIN.
1111 int xen_set_irq_priority(unsigned irq, unsigned priority) argument
1116 set_priority.priority = priority;
H A Devents_fifo.c284 unsigned priority, unsigned long *ready)
291 head = q->head[priority];
299 head = control_block->head[priority];
310 * If the queue is empty, clear this priority from our local
314 clear_bit(priority, ready);
319 q->head[priority] = head;
282 consume_one_event(unsigned cpu, struct evtchn_fifo_control_block *control_block, unsigned priority, unsigned long *ready) argument
/drivers/thunderbolt/
H A Dpath.c19 hop->weight, hop->priority,
188 hop.priority = path->priority;
H A Dtb.h87 int priority:3; member in struct:tb_path
H A Dtb_regs.h201 u32 priority:3; member in struct:tb_regs_hop
H A Dtunnel_pci.c37 path->priority = 3;
/drivers/tty/ipwireless/
H A Dhardware.c503 * Re-queue it at the head of the highest priority queue so
916 * If we're initializing, don't send anything of higher priority than
949 * Send pending packet up to given priority, prioritize SETUP data until
961 int priority; local
965 for (priority = 0; priority < priority_limit; priority++) {
966 if (!list_empty(&hw->tx_queue[priority])) {
968 &hw->tx_queue[priority],
991 for (priority
1236 send_packet(struct ipw_hardware *hw, int priority, struct ipw_tx_packet *packet) argument
1333 set_DTR(struct ipw_hardware *hw, int priority, unsigned int channel_idx, int state) argument
1344 set_RTS(struct ipw_hardware *hw, int priority, unsigned int channel_idx, int state) argument
[all...]
/drivers/tty/
H A Dn_r3964.c566 if (pInfo->priority == R3964_SLAVE) {
983 pInfo->priority = R3964_MASTER;
1195 pInfo->priority = arg & 0xff;
H A Dtty_buffer.c60 atomic_inc(&buf->priority);
72 atomic_dec(&buf->priority);
218 atomic_inc(&buf->priority);
226 atomic_dec(&buf->priority);
457 if (atomic_read(&buf->priority))
533 atomic_set(&buf->priority, 0);
/drivers/usb/wusbcore/
H A Dwusbhc.c466 .priority = INT_MAX /* Need to be called first of all */
/drivers/s390/char/
H A Dcon3215.c880 .priority = 0,
885 .priority = 0,
H A Dcon3270.c562 .priority = 0,
567 .priority = 0,
H A Dsclp.c1243 .priority = SCLP_PANIC_PRIO,
H A Dsclp_async.c63 .priority = INT_MAX,
H A Dsclp_con.c275 .priority = SCLP_PANIC_PRIO_CLIENT,
280 .priority = 1,

Completed in 218 milliseconds

1234567891011