/drivers/watchdog/ |
D | wdat_wdt.c | 50 struct list_head *instructions[MAX_WDAT_ACTIONS]; member 115 if (action >= ARRAY_SIZE(wdat->instructions)) in wdat_wdt_run_action() 118 if (!wdat->instructions[action]) in wdat_wdt_run_action() 124 list_for_each_entry(instr, wdat->instructions[action], node) { in wdat_wdt_run_action() 372 struct list_head *instructions; in wdat_wdt_probe() local 420 instructions = wdat->instructions[action]; in wdat_wdt_probe() 421 if (!instructions) { in wdat_wdt_probe() 422 instructions = devm_kzalloc(&pdev->dev, in wdat_wdt_probe() 423 sizeof(*instructions), GFP_KERNEL); in wdat_wdt_probe() 424 if (!instructions) in wdat_wdt_probe() [all …]
|
/drivers/media/pci/tw68/ |
D | tw68-risc.c | 145 u32 instructions, fields; in tw68_risc_buffer() local 159 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer() 161 buf->size = instructions * 8; in tw68_risc_buffer()
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 140 u32 instructions,fields; in cx88_risc_buffer() local 153 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + lines); in cx88_risc_buffer() 154 instructions += 4; in cx88_risc_buffer() 155 risc->size = instructions * 8; in cx88_risc_buffer() 180 u32 instructions; in cx88_risc_databuffer() local 187 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx88_risc_databuffer() 188 instructions += 3; in cx88_risc_databuffer() 189 risc->size = instructions * 8; in cx88_risc_databuffer()
|
/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 53 u32 instructions,line,todo; in bttv_risc_packed() local 62 instructions = skip_lines * 4; in bttv_risc_packed() 63 instructions += (1 + ((bpl + padding) * store_lines) in bttv_risc_packed() 65 instructions += 2 * 8; in bttv_risc_packed() 66 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed() 134 unsigned int instructions,line,todo,ylen,chroma; in bttv_risc_planar() local 146 instructions = ((3 + (ybpl + ypadding) * ylines * 2) in bttv_risc_planar() 148 instructions += 2; in bttv_risc_planar() 149 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions*4*5)) < 0) in bttv_risc_planar()
|
/drivers/acpi/apei/ |
D | apei-internal.h | 32 u32 instructions; member 39 u32 instructions,
|
D | apei-base.c | 54 u32 instructions, in apei_exec_ctx_init() argument 59 ctx->instructions = instructions; in apei_exec_ctx_init() 179 if (entry->instruction >= ctx->instructions || in __apei_exec_run() 221 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
|
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 1073 u32 instructions; in cx25821_risc_buffer() local 1089 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer() 1091 instructions += 5; in cx25821_risc_buffer() 1092 rc = cx25821_riscmem_alloc(pci, risc, instructions * 12); in cx25821_risc_buffer() 1184 u32 instructions; in cx25821_risc_databuffer_audio() local 1193 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio() 1194 instructions += 1; in cx25821_risc_databuffer_audio() 1196 rc = cx25821_riscmem_alloc(pci, risc, instructions * 12); in cx25821_risc_databuffer_audio()
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1141 u32 instructions, fields; in cx23885_risc_buffer() local 1155 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer() 1157 instructions += 5; in cx23885_risc_buffer() 1158 risc->size = instructions * 12; in cx23885_risc_buffer() 1184 u32 instructions; in cx23885_risc_databuffer() local 1192 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer() 1193 instructions += 4; in cx23885_risc_databuffer() 1195 risc->size = instructions * 12; in cx23885_risc_databuffer() 1216 u32 instructions, fields; in cx23885_risc_vbibuffer() local 1230 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_vbibuffer() [all …]
|
/drivers/spi/ |
D | spi-axi-spi-engine.c | 79 uint16_t instructions[]; member 113 p->instructions[p->length] = cmd; in spi_engine_program_add_cmd() 422 size = sizeof(*p->instructions) * (p_dry.length + 1); in spi_engine_transfer_one_message() 436 spi_engine->cmd_buf = p->instructions; in spi_engine_transfer_one_message()
|
/drivers/crypto/vmx/ |
D | Kconfig | 7 Support for VMX cryptographic acceleration instructions on Power8 CPU.
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 59 which allows tracing the instructions that a processor is executing 69 instructions that a processor is executing. This is primarily useful
|
/drivers/scsi/ |
D | script_asm.pl | 901 $instructions = 0; 927 $instructions += 1; 978 $instructions;
|
/drivers/crypto/ |
D | Kconfig | 19 that provides instructions for very fast cryptographic 22 The instructions are used only when the CPU supports them. 504 bool "Support for VMX cryptographic acceleration instructions" 507 Support for VMX cryptographic acceleration instructions.
|
/drivers/gpu/drm/ |
D | Kconfig | 82 default case is N. Details and instructions how to build your own
|
/drivers/misc/ |
D | Kconfig | 295 instructions using user virtual addresses. GRU instructions (ex., bcopy) use
|
/drivers/usb/gadget/legacy/ |
D | Kconfig | 282 which includes instructions and a "driver info file" needed to
|
/drivers/mmc/host/ |
D | Kconfig | 516 PIO is slower than DMA as it requires CPU instructions to
|
/drivers/staging/speakup/ |
D | spkguide.txt | 23 interface to Speakup, a Linux Screen Reader. If you need instructions 679 http://www.freebsoft.org/. Follow the installation instructions that
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.
|
D | aic79xx.seq | 1533 * Need two instructions between "touches" of SGHADDR.
|