/drivers/watchdog/ |
D | wdat_wdt.c | 47 struct list_head *instructions[MAX_WDAT_ACTIONS]; member 119 if (action >= ARRAY_SIZE(wdat->instructions)) in wdat_wdt_run_action() 122 if (!wdat->instructions[action]) in wdat_wdt_run_action() 128 list_for_each_entry(instr, wdat->instructions[action], node) { in wdat_wdt_run_action() 377 struct list_head *instructions; in wdat_wdt_probe() local 424 instructions = wdat->instructions[action]; in wdat_wdt_probe() 425 if (!instructions) { in wdat_wdt_probe() 426 instructions = devm_kzalloc(dev, in wdat_wdt_probe() 427 sizeof(*instructions), in wdat_wdt_probe() 429 if (!instructions) in wdat_wdt_probe() [all …]
|
/drivers/media/pci/tw68/ |
D | tw68-risc.c | 137 u32 instructions, fields; in tw68_risc_buffer() local 151 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer() 153 buf->size = instructions * 8; in tw68_risc_buffer()
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 135 u32 instructions, fields; in cx88_risc_buffer() local 150 instructions = fields * (1 + ((bpl + padding) * lines) / in cx88_risc_buffer() 152 instructions += 4; in cx88_risc_buffer() 153 risc->size = instructions * 8; in cx88_risc_buffer() 181 u32 instructions; in cx88_risc_databuffer() local 190 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx88_risc_databuffer() 191 instructions += 3; in cx88_risc_databuffer() 192 risc->size = instructions * 8; in cx88_risc_databuffer()
|
/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 41 u32 instructions,line,todo; in bttv_risc_packed() local 50 instructions = skip_lines * 4; in bttv_risc_packed() 51 instructions += (1 + ((bpl + padding) * store_lines) in bttv_risc_packed() 53 instructions += 2 * 8; in bttv_risc_packed() 54 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions)) < 0) in bttv_risc_packed() 122 unsigned int instructions,line,todo,ylen,chroma; in bttv_risc_planar() local 134 instructions = ((3 + (ybpl + ypadding) * ylines * 2) in bttv_risc_planar() 136 instructions += 2; in bttv_risc_planar() 137 if ((rc = btcx_riscmem_alloc(btv->c.pci,risc,instructions*4*5)) < 0) in bttv_risc_planar()
|
/drivers/acpi/apei/ |
D | apei-internal.h | 33 u32 instructions; member 40 u32 instructions,
|
D | apei-base.c | 46 u32 instructions, in apei_exec_ctx_init() argument 51 ctx->instructions = instructions; in apei_exec_ctx_init() 168 if (entry->instruction >= ctx->instructions || in __apei_exec_run() 210 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
|
/drivers/gpu/drm/i915/gt/shaders/ |
D | README | 12 needs to be done on the on their respective ASM files and build instructions below 27 The instructions bellow assume:
|
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 1055 u32 instructions; in cx25821_risc_buffer() local 1071 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + in cx25821_risc_buffer() 1073 instructions += 5; in cx25821_risc_buffer() 1074 rc = cx25821_riscmem_alloc(pci, risc, instructions * 12); in cx25821_risc_buffer() 1166 u32 instructions; in cx25821_risc_databuffer_audio() local 1175 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx25821_risc_databuffer_audio() 1176 instructions += 1; in cx25821_risc_databuffer_audio() 1178 rc = cx25821_riscmem_alloc(pci, risc, instructions * 12); in cx25821_risc_databuffer_audio()
|
/drivers/spi/ |
D | spi-axi-spi-engine.c | 78 uint16_t instructions[]; member 112 p->instructions[p->length] = cmd; in spi_engine_program_add_cmd() 427 size = sizeof(*p->instructions) * (p_dry.length + 1); in spi_engine_transfer_one_message() 441 spi_engine->cmd_buf = p->instructions; in spi_engine_transfer_one_message()
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 1203 u32 instructions, fields; in cx23885_risc_buffer() local 1217 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_buffer() 1219 instructions += 5; in cx23885_risc_buffer() 1220 risc->size = instructions * 12; in cx23885_risc_buffer() 1247 u32 instructions; in cx23885_risc_databuffer() local 1255 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx23885_risc_databuffer() 1256 instructions += 4; in cx23885_risc_databuffer() 1258 risc->size = instructions * 12; in cx23885_risc_databuffer() 1280 u32 instructions, fields; in cx23885_risc_vbibuffer() local 1294 instructions = fields * (1 + ((bpl + padding) * lines) in cx23885_risc_vbibuffer() [all …]
|
/drivers/crypto/vmx/ |
D | Kconfig | 12 Support for VMX cryptographic acceleration instructions on Power8 CPU.
|
/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 129 token->instructions = EIP197_TOKEN_INS_LAST | in safexcel_skcipher_token() 216 atoken->instructions = EIP197_TOKEN_INS_ORIGIN_TOKEN | in safexcel_aead_token() 234 atoken->instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_aead_token() 245 atoken->instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_aead_token() 248 atoken->instructions = EIP197_TOKEN_INS_LAST | in safexcel_aead_token() 259 atoken->instructions = EIP197_TOKEN_INS_LAST | in safexcel_aead_token() 269 atoken->instructions = 0; in safexcel_aead_token() 278 atoken->instructions = 0; in safexcel_aead_token() 288 atoken->instructions = AES_BLOCK_SIZE; in safexcel_aead_token() 294 atoken->instructions = EIP197_TOKEN_INS_TYPE_OUTPUT | in safexcel_aead_token() [all …]
|
D | safexcel.h | 545 u16 instructions:9; member 571 token->instructions = 0; in eip197_noop_token()
|
D | safexcel_hash.c | 84 token[0].instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_hash_token() 92 token[1].instructions = EIP197_TOKEN_INS_TYPE_HASH; in safexcel_hash_token() 102 token[2].instructions = EIP197_TOKEN_INS_TYPE_OUTPUT | in safexcel_hash_token()
|
/drivers/firmware/smccc/ |
D | Kconfig | 6 Call (HVC) instructions on Armv7 and above architectures.
|
/drivers/scsi/ |
D | script_asm.pl | 888 $instructions = 0; 914 $instructions += 1; 965 $instructions;
|
/drivers/vfio/pci/ |
D | Kconfig | 54 zPCI instructions.
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 93 which allows tracing the instructions that a processor is executing 108 modules, tracing the instructions that a processor is executing. This is
|
/drivers/crypto/ |
D | Kconfig | 22 that provides instructions for very fast cryptographic 25 The instructions are used only when the CPU supports them. 650 bool "Support for VMX cryptographic acceleration instructions" 653 Support for VMX cryptographic acceleration instructions.
|
/drivers/perf/ |
D | apple_m1_cpu_pmu.c | 158 M1_PMU_EVENT_ATTR(instructions, M1_PMU_PERFCTR_INSTRUCTIONS),
|
/drivers/char/ |
D | Kconfig | 427 bool "Initialize RNG using CPU RNG instructions" 431 RNG instructions (e.g. RDRAND), if supported and available. These
|
/drivers/misc/ |
D | Kconfig | 278 instructions using user virtual addresses. GRU instructions (ex., bcopy) use
|
/drivers/pinctrl/ |
D | Kconfig | 76 strength configuration. Device tree integration instructions can be
|
/drivers/gpu/drm/ |
D | Kconfig | 185 default case is N. Details and instructions how to build your own
|
/drivers/usb/gadget/legacy/ |
D | Kconfig | 313 which includes instructions and a "driver info file" needed to
|