| /linux/arch/m68k/fpsp040/ |
| A D | tbldo.S | 85 .long serror |$04-0 ERROR - illegal extension 86 .long serror |$04-1 ERROR - illegal extension 87 .long serror |$04-2 ERROR - illegal extension 88 .long serror |$04-3 ERROR - illegal extension 89 .long serror |$04-4 ERROR - illegal extension 90 .long serror |$04-5 ERROR - illegal extension 91 .long serror |$04-6 ERROR - illegal extension 92 .long serror |$04-7 ERROR - illegal extension 94 .long serror |$05-0 ERROR - illegal extension 95 .long serror |$05-1 ERROR - illegal extension [all …]
|
| /linux/drivers/hid/ |
| A D | hid-wiimote-modules.c | 934 if (!wdata->extension.input) in wiimod_nunchuk_probe() 984 if (!wdata->extension.input) in wiimod_nunchuk_remove() 1228 if (!wdata->extension.input) in wiimod_classic_probe() 1281 if (!wdata->extension.input) in wiimod_classic_remove() 1499 if (!wdata->extension.input) in wiimod_bboard_probe() 1554 if (!wdata->extension.input) in wiimod_bboard_remove() 1879 if (!wdata->extension.input) in wiimod_pro_probe() 1946 if (!wdata->extension.input) in wiimod_pro_remove() 2114 if (!wdata->extension.input) in wiimod_drums_probe() 2175 if (!wdata->extension.input) in wiimod_drums_remove() [all …]
|
| /linux/tools/bpf/ |
| A D | bpf_exp.l | 88 return extension; 92 return extension; 96 return extension; 100 return extension; 104 return extension; 108 return extension; 112 return extension; 116 return extension; 120 return extension; 124 return extension; [all …]
|
| /linux/Documentation/arch/riscv/ |
| A D | hwprobe.rst | 82 version 1.0 of the RISC-V Vector extension manual. 100 * :c:macro:`RISCV_HWPROBE_EXT_ZBKB` The Zbkb extension is supported, as 103 * :c:macro:`RISCV_HWPROBE_EXT_ZBKC` The Zbkc extension is supported, as 106 * :c:macro:`RISCV_HWPROBE_EXT_ZBKX` The Zbkx extension is supported, as 109 * :c:macro:`RISCV_HWPROBE_EXT_ZKND` The Zknd extension is supported, as 112 * :c:macro:`RISCV_HWPROBE_EXT_ZKNE` The Zkne extension is supported, as 115 * :c:macro:`RISCV_HWPROBE_EXT_ZKNH` The Zknh extension is supported, as 121 * :c:macro:`RISCV_HWPROBE_EXT_ZKSH` The Zksh extension is supported, as 127 * :c:macro:`RISCV_HWPROBE_EXT_ZVBB`: The Zvbb extension is supported as 130 * :c:macro:`RISCV_HWPROBE_EXT_ZVBC`: The Zvbc extension is supported as [all …]
|
| A D | uabi.rst | 9 The canonical order of ISA extension names in the ISA string is defined in 25 extension category. If multiple 'Z' extensions are named, they will be 54 In both lines, the presence of an extension guarantees only that the hardware 56 required before an extension's capability is fully usable by userspace programs. 58 guarantee that the kernel is taking advantage of the extension, or that the 61 Inversely, the absence of an extension in these lines does not necessarily mean 63 the extension, or may have deliberately removed it from the listing. 69 poorly. Misaligned vector accesses are only supported if the Zicclsm extension
|
| /linux/arch/riscv/crypto/ |
| A D | Kconfig | 16 - Zvkned vector crypto extension 17 - Zvbb vector extension (XTS) 18 - Zvkb vector crypto extension (CTR) 30 - Zvkb vector crypto extension 40 - Zvkg vector crypto extension 51 - Zvkb vector crypto extension 61 - Zvknhb vector crypto extension 62 - Zvkb vector crypto extension 73 - Zvksh vector crypto extension 74 - Zvkb vector crypto extension [all …]
|
| /linux/Documentation/devicetree/bindings/riscv/ |
| A D | extensions.yaml | 19 given extension. 21 Once a standard extension has been ratified, no changes in behaviour can be 22 made without the creation of a new extension. 114 The standard V extension for vector operations, as ratified 176 The standard Svvptc supervisor-level extension for 209 The standard Zbc bit-manipulation extension for carry-less 233 The standard Zbs bit-manipulation extension for single-bit 276 The standard Zfa extension for additional floating point 472 The standard Zvfh extension for vectored half-precision 532 The standard Zvks extension for ShangMi algorithm suite [all …]
|
| /linux/sound/soc/sof/ |
| A D | ipc4.c | 229 msg->extension, str, str2); in sof_ipc4_log_header() 233 text, msg->primary, msg->extension, str, in sof_ipc4_log_header() 237 msg->extension, str); in sof_ipc4_log_header() 253 msg->primary, msg->extension, msg->data_size); in sof_ipc4_log_header() 306 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done() 313 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done() 435 tx.extension = ipc4_msg->extension; in sof_ipc4_set_get_data() 480 rx.extension = 0; in sof_ipc4_set_get_data() 678 ipc4_msg->primary, ipc4_msg->extension); in sof_ipc4_rx_msg() 729 msg.extension = 0; in sof_ipc4_set_core_state() [all …]
|
| A D | sof-client-probes-ipc4.c | 126 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID); in ipc4_probes_init() 127 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0); in ipc4_probes_init() 128 msg.extension |= SOF_IPC4_MOD_EXT_PARAM_SIZE(sizeof(cfg) / sizeof(uint32_t)); in ipc4_probes_init() 157 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID); in ipc4_probes_deinit() 158 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0); in ipc4_probes_deinit() 227 msg.extension = SOF_IPC4_MOD_EXT_MSG_PARAM_ID(SOF_IPC4_PROBE_POINTS); in ipc4_probes_points_add() 272 msg.extension = in ipc4_probes_points_remove()
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| A D | data-node-references.rst | 12 Hierarchical data extension nodes may not be referred to directly, hence this 16 hierarchical data extension [dsd-guide] keys. Specifically, the hierarchical 17 data extension node which is referred to by the key shall lie directly under 19 extension node. 23 or postfixes). The same ACPI object shall include the _DSD property extension 30 extension key. 38 hierarchical data extension key "node@1" referring to the NOD1 object 39 and lastly, a hierarchical data extension key "anothernode" referring to
|
| A D | graph.rst | 15 property extension provides generic key-value pairs whereas the 16 hierarchical data extension supports nodes with references to other 18 defined by the property extension. The two extensions together provide 32 hierarchical data extension array on each depth. 44 data extension tree. The data extension related to each port node must begin 52 data extension key of the endpoint nodes must begin with 60 Each port node contains a property extension key "port", the value of which is 62 extension key "reg", the value of which is the number of the endpoint. Port 68 The endpoint reference uses property extension with "remote-endpoint" property 70 the remote device reference, the first package entry of the port data extension [all …]
|
| /linux/drivers/media/pci/saa7146/ |
| A D | hexium_orion.c | 409 static struct saa7146_extension extension; variable 413 .ext = &extension, 418 .ext = &extension, 423 .ext = &extension, 463 static struct saa7146_extension extension = { variable 480 if (0 != saa7146_register_extension(&extension)) { in hexium_init_module() 490 saa7146_unregister_extension(&extension); in hexium_cleanup_module()
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | arm,embedded-trace-extension.yaml | 5 $id: http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml# 29 - const: arm,embedded-trace-extension 59 compatible = "arm,embedded-trace-extension"; 65 compatible = "arm,embedded-trace-extension";
|
| A D | arm,trace-buffer-extension.yaml | 5 $id: http://devicetree.org/schemas/arm/arm,trace-buffer-extension.yaml# 26 - const: arm,trace-buffer-extension 47 compatible = "arm,trace-buffer-extension";
|
| /linux/arch/riscv/ |
| A D | Kconfig.errata | 39 This will apply the SiFive CIP-453 errata to add sign extension 69 It was designed before the Zicbom extension so needs non-standard 86 bool "Apply T-Head's memory attribute extension (XTheadMae) errata" 91 This will apply the memory attribute extension errata to handle the 114 The T-Head C9xx cores implement a PMU overflow extension very 115 similar to the core SSCOFPMF extension.
|
| A D | Kconfig.vendor | 8 bool "Andes vendor extension support" 12 Say N here if you want to disable all Andes vendor extension
|
| A D | Kconfig | 549 the Svnapot extension, it may be better to say N here. 567 The Svpbmt extension is only available on 64-bit cpus. 580 bool "VECTOR extension support" 625 bool "Zawrs extension support for more efficient busy waiting" 653 bool "Zba extension support for bit manipulation instructions" 657 extension is detected at boot. 665 bool "Zbb extension support for bit manipulation instructions" 671 extension (basic bit manipulation) and enable its usage. 714 The Zicbom extension can be used to handle for example 720 bool "Zicboz extension support for faster zeroing of memory" [all …]
|
| /linux/Documentation/arch/arm64/ |
| A D | amu.rst | 4 Activity Monitors Unit (AMU) extension in AArch64 Linux 18 The activity monitors extension is an optional extension introduced by the 22 counters intended for system management use. The AMU extension provides a 53 activity monitors extension. Therefore, when CONFIG_ARM64_AMU_EXTN is 59 counters, only the presence of the extension.
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-driver-hid-wiimote | 12 What: /sys/bus/hid/drivers/wiimote/<dev>/extension 19 motionp is the official Nintendo Motion+ extension, nunchuck is 20 the official Nintendo Nunchuck extension and classic is the 21 Nintendo Classic Controller extension. The motionp extension can 26 extension. You will get uevent notifications for the motion-plus
|
| /linux/sound/soc/sof/intel/ |
| A D | cnl.c | 62 u32 extension = hipctdd & CNL_DSP_REG_HIPCTDD_MSG_MASK; in cnl_ipc4_irq_thread() local 70 data->extension = extension; in cnl_ipc4_irq_thread() 82 primary, extension); in cnl_ipc4_irq_thread() 87 notification_data.extension = extension; in cnl_ipc4_irq_thread() 281 snd_sof_dsp_write(sdev, HDA_DSP_BAR, CNL_DSP_REG_HIPCIDD, msg_data->extension); in cnl_ipc4_send_msg()
|
| A D | hda-ipc.c | 121 snd_sof_dsp_write(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE, msg_data->extension); in hda_dsp_ipc4_send_msg() 193 u32 extension = hipcte & HDA_DSP_REG_HIPCTE_MSG_MASK; in hda_dsp_ipc4_irq_thread() local 205 data->extension = extension; in hda_dsp_ipc4_irq_thread() 217 primary, extension); in hda_dsp_ipc4_irq_thread() 223 notification_data.extension = extension; in hda_dsp_ipc4_irq_thread()
|
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
| A D | dma_global.h | 136 #define hive_dma_configure(dma_id, channel, connection, extension, height, \ argument 141 hive_dma_snd(dma_id, DMA_PACK_SETUP(connection, extension)); \ 163 #define hive_dma_configure_fast(dma_id, channel, connection, extension, elems_A, elems_B) \ argument 166 hive_dma_snd(dma_id, DMA_PACK_SETUP(connection, extension)); \ 250 u8 extension; member
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_dl.c | 188 struct vsp1_dl_ext_header *extension; member 815 if (!dl->extension) in vsp1_dl_list_fill_header() 818 dl->extension->flags = 0; in vsp1_dl_list_fill_header() 821 dl->extension->pre_ext_dl_plist = dl->pre_cmd->cmd_dma; in vsp1_dl_list_fill_header() 822 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds; in vsp1_dl_list_fill_header() 823 dl->extension->flags |= VSP1_DLH_EXT_PRE_CMD_EXEC; in vsp1_dl_list_fill_header() 829 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma; in vsp1_dl_list_fill_header() 830 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header() 831 dl->extension->flags |= VSP1_DLH_EXT_POST_CMD_EXEC; in vsp1_dl_list_fill_header() 1137 dl->extension = (void *)dl->header in vsp1_dlm_create()
|
| /linux/sound/soc/dwc/ |
| A D | Kconfig | 12 bool "PCM PIO extension for I2S driver" 15 Say Y or N if you want to add a custom ALSA extension that registers
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | exceptions.c | 309 prog = eskel->progs.extension; in test_exceptions_success() 320 prog = eskel->progs.extension; in test_exceptions_success() 331 prog = eskel->progs.extension; in test_exceptions_success() 342 prog = eskel->progs.extension; in test_exceptions_success() 375 prog = eskel->progs.extension; in test_exceptions_success()
|