Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 203) sorted by relevance

123456789

/linux/arch/m68k/fpsp040/
H A Dtbldo.S85 .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/
H A Dhid-wiimote-modules.c804 * The Nintendo Wii Nunchuk was the first official extension published by
878 input_report_abs(wdata->extension.input, ABS_HAT0X, bx); in wiimod_nunchuk_in_ext()
879 input_report_abs(wdata->extension.input, ABS_HAT0Y, by); in wiimod_nunchuk_in_ext()
881 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext()
882 input_report_abs(wdata->extension.input, ABS_RY, y); in wiimod_nunchuk_in_ext()
883 input_report_abs(wdata->extension.input, ABS_RZ, z); in wiimod_nunchuk_in_ext()
886 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
889 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
893 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext()
896 input_report_key(wdata->extension in wiimod_nunchuk_in_ext()
[all...]
/linux/tools/bpf/
H A Dbpf_exp.l88 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/
H A Dhwprobe.rst78 * :c:macro:`RISCV_HWPROBE_IMA_C`: The C extension is supported, as defined
81 * :c:macro:`RISCV_HWPROBE_IMA_V`: The V extension is supported, as defined by
82 version 1.0 of the RISC-V Vector extension manual.
84 * :c:macro:`RISCV_HWPROBE_EXT_ZBA`: The Zba address generation extension is
88 * :c:macro:`RISCV_HWPROBE_EXT_ZBB`: The Zbb extension is supported, as defined
91 * :c:macro:`RISCV_HWPROBE_EXT_ZBS`: The Zbs extension is supported, as defined
94 * :c:macro:`RISCV_HWPROBE_EXT_ZICBOZ`: The Zicboz extension is supported, as
97 * :c:macro:`RISCV_HWPROBE_EXT_ZBC` The Zbc extension is supported, as defined
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
[all …]
H A Duabi.rst9 The canonical order of ISA extension names in the ISA string is defined in
27 extension category. If multiple 'Z' extensions are named, they will be
56 In both lines, the presence of an extension guarantees only that the hardware
58 required before an extension's capability is fully usable by userspace programs.
60 guarantee that the kernel is taking advantage of the extension, or that the
63 Inversely, the absence of an extension in these lines does not necessarily mean
65 the extension, or may have deliberately removed it from the listing.
71 poorly. Misaligned vector accesses are only supported if the Zicclsm extension
77 Support for pointer masking in userspace (the Supm extension) is provided via
/linux/sound/soc/sof/
H A Dipc4.c226 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header()
230 msg->extension, str, str2); in sof_ipc4_log_header()
234 text, msg->primary, msg->extension, str, in sof_ipc4_log_header()
238 msg->extension, str); in sof_ipc4_log_header()
274 msg->primary, msg->extension, msg->data_size); in sof_ipc4_log_header()
276 dev_dbg(dev, "%s: %#x|%#x\n", text, msg->primary, msg->extension); in sof_ipc4_log_header()
332 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done()
339 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done()
386 __func__, ipc4_msg->primary, ipc4_msg->extension, ret); in ipc4_tx_msg_unlocked()
443 switch (tx->extension in sof_ipc4_set_get_data()
[all...]
H A Dsof-client-probes-ipc4.c155 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID); in ipc4_probes_init()
156 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0); in ipc4_probes_init()
157 msg.extension |= SOF_IPC4_MOD_EXT_PARAM_SIZE(sizeof(cfg) / sizeof(uint32_t)); in ipc4_probes_init()
186 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID); in ipc4_probes_deinit()
187 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0); in ipc4_probes_deinit()
238 msg.extension = SOF_IPC4_MOD_EXT_MSG_PARAM_ID(param_id); in ipc4_probes_points_info()
344 msg.extension = SOF_IPC4_MOD_EXT_MSG_PARAM_ID(SOF_IPC4_PROBE_POINTS); in ipc4_probes_points_add()
389 msg.extension = in ipc4_probes_points_remove()
H A Dipc4-topology.c387 * For process modules without base config extension, base module config in sof_ipc4_get_input_pin_audio_fmt()
557 msg->extension = SOF_IPC4_MOD_EXT_CORE_ID(swidget->core); in sof_ipc4_widget_update_kcontrol_module_id()
570 msg->extension |= SOF_IPC4_MOD_EXT_DOMAIN(type); in sof_ipc4_widget_update_kcontrol_module_id()
1006 pipeline->msg.extension = pipeline->lp_mode; in sof_ipc4_widget_setup_comp_pga()
1007 pipeline->msg.extension |= SOF_IPC4_GLB_PIPE_EXT_CORE_ID(pipeline->core_id); in sof_ipc4_widget_setup_comp_pga()
1279 /* allocate memory for base config extension if needed */ in sof_ipc4_widget_free_comp_process()
1693 pipeline->msg.extension = 0; in sof_ipc4_unprepare_copier_module()
1709 pipeline->msg.extension = 0; in snd_sof_get_hw_config_params()
2141 pipeline->msg.extension |= SOF_IPC4_GLB_EXT_CHAIN_DMA_FIFO_SIZE(fifo_size); in sof_ipc4_prepare_copier_module()
2893 /* ipc_config_data is composed of the base_config followed by an optional extension */ in sof_ipc4_control_load_volume()
3484 u32 header, extension; sof_ipc4_route_setup() local
3585 u32 header, extension; sof_ipc4_route_free() local
[all...]
/linux/arch/riscv/
H A DKconfig.vendor8 bool "Andes vendor extension support"
12 Say N here if you want to disable all Andes vendor extension
21 bool "MIPS vendor extension support"
34 bool "SiFive vendor extension support"
38 Say N here if you want to disable all SiFive vendor extension
47 bool "T-Head vendor extension support"
58 bool "xtheadvector extension support"
H A DKconfig564 bool "Supm extension for userspace pointer masking"
569 underlying hardware extension (Smnpm or Ssnpm) is detected at boot.
575 bool "Svnapot extension support for supervisor mode NAPOT pages"
580 Enable support for the Svnapot ISA-extension when it is detected
583 The Svnapot extension is used to mark contiguous PTEs as a range
589 the Svnapot extension, it may be better to say N here.
594 bool "Svpbmt extension support for supervisor mode page-based memory types"
599 Add support for the Svpbmt ISA-extension (Supervisor-mode:
606 The Svpbmt extension is only available on 64-bit cpus.
619 bool "Vector extension suppor
[all...]
H A DKconfig.errata62 This will apply the SiFive CIP-453 errata to add sign extension
93 It was designed before the Zicbom extension so needs non-standard
110 bool "Apply T-Head's memory attribute extension (XTheadMae) errata"
115 This will apply the memory attribute extension errata to handle the
138 The T-Head C9xx cores implement a PMU overflow extension very
139 similar to the core SSCOFPMF extension.
/linux/Documentation/firmware-guide/acpi/dsd/
H A Ddata-node-references.rst12 Hierarchical data extension nodes may not be referred to directly, hence this
20 The hierarchical data extension node which is referred to shall be located
22 hierarchical data extension node [dsd-guide].
26 or postfixes). The same ACPI object shall include the _DSD property extension
33 extension key.
40 reference to a hierarchical data extension node ANOD under DEV0 under the parent
H A Dgraph.rst15 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
/linux/drivers/media/pci/saa7146/
H A Dhexium_orion.c409 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/arch/arm64/boot/dts/arm/
H A Dfvp-base-revc.dts271 compatible = "arm,statistical-profiling-extension-v1";
276 compatible = "arm,embedded-trace-extension";
282 compatible = "arm,embedded-trace-extension";
288 compatible = "arm,embedded-trace-extension";
294 compatible = "arm,embedded-trace-extension";
300 compatible = "arm,embedded-trace-extension";
306 compatible = "arm,embedded-trace-extension";
312 compatible = "arm,embedded-trace-extension";
318 compatible = "arm,embedded-trace-extension";
324 compatible = "arm,trace-buffer-extension";
/linux/sound/soc/sof/intel/
H A Dcnl.c62 u32 extension = hipctdd & CNL_DSP_REG_HIPCTDD_MSG_MASK; in cnl_ipc4_irq_thread() local
70 data->extension = extension; in cnl_ipc4_irq_thread()
79 primary, extension); in cnl_ipc4_irq_thread()
84 notification_data.extension = extension; in cnl_ipc4_irq_thread()
274 snd_sof_dsp_write(sdev, HDA_DSP_BAR, CNL_DSP_REG_HIPCIDD, msg_data->extension); in cnl_ipc4_send_msg()
H A Dhda-ipc.c121 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()
214 primary, extension); in hda_dsp_ipc4_irq_thread()
220 notification_data.extension = extension; in hda_dsp_ipc4_irq_thread()
H A Dmtl.c117 msg_data->extension); in mtl_ipc_send_msg()
584 u32 extension = snd_sof_dsp_read(sdev, HDA_DSP_BAR, MTL_DSP_REG_HFIPCXTDDY); in mtl_ipc_irq_thread() local
597 data->extension = extension; in mtl_ipc_irq_thread()
606 primary, extension); in mtl_ipc_irq_thread()
611 notification_data.extension = extension; in mtl_ipc_irq_thread()
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-wiimote12 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/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c174 * @extension: extended display list header. NULL for normal lists
190 struct vsp1_dl_ext_header *extension; member
819 if (!dl->extension) in vsp1_dl_list_fill_header()
822 dl->extension->flags = 0; in vsp1_dl_list_fill_header()
825 dl->extension->pre_ext_dl_plist = dl->pre_cmd->cmd_dma; in vsp1_dl_list_fill_header()
826 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds; in vsp1_dl_list_fill_header()
827 dl->extension->flags |= VSP1_DLH_EXT_PRE_CMD_EXEC; in vsp1_dl_list_fill_header()
833 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma; in vsp1_dl_list_fill_header()
834 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header()
835 dl->extension in vsp1_dl_list_fill_header()
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dexceptions.c170 if (test__start_subtest("throwing extension (with custom cb) -> exception_cb")) in test_exceptions_success()
180 if (test__start_subtest("throwing extension -> global func in exception_cb")) in test_exceptions_success()
190 if (test__start_subtest("throwing extension (with custom cb) -> global func in exception_cb")) in test_exceptions_success()
314 if (test__start_subtest("non-throwing extension -> non-throwing subprog")) in test_exceptions_success()
315 /* non-throwing extension -> non-throwing subprog : BAD (!global) */ in test_exceptions_success()
317 prog = eskel->progs.extension; in test_exceptions_success()
325 if (test__start_subtest("non-throwing extension -> throwing subprog")) in test_exceptions_success()
326 /* non-throwing extension -> throwing subprog : BAD (!global) */ in test_exceptions_success()
328 prog = eskel->progs.extension; in test_exceptions_success()
336 if (test__start_subtest("non-throwing extension in test_exceptions_success()
[all...]
/linux/sound/soc/dwc/
H A DKconfig14 bool "PCM PIO extension for I2S driver"
17 Say Y or N if you want to add a custom ALSA extension that registers
/linux/fs/isofs/
H A DKconfig24 Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system
32 bool "Transparent decompression extension"
36 This is a Linux-specific extension to RockRidge which lets you store
/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst16 The ARMv8.3 Pointer Authentication extension adds primitives that can be
20 The extension uses a Pointer Authentication Code (PAC) to determine
25 The extension adds instructions to insert a valid PAC into a pointer,
31 encoding space. In the absence of the extension (or when disabled),
34 extension.
36 The extension provides five separate keys to generate PACs - two for
/linux/fs/9p/
H A Dvfs_inode.c131 r = sscanf(stat->extension, "%c %i %i", &type, &major, &minor); in p9mode2unixmode()
135 stat->extension); in p9mode2unixmode()
147 type, stat->extension); in p9mode2unixmode()
220 wstat->extension = NULL; in v9fs_blank_wstat()
573 * @extension: 9p2000.u extension string to support devices, etc. in v9fs_create()
580 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create()
605 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
1134 * Hadlink support got added later to the .u extension. in v9fs_stat2inode()
1136 * support this even with .u extension in v9fs_stat2inode()
569 v9fs_create(struct v9fs_session_info * v9ses,struct inode * dir,struct dentry * dentry,char * extension,u32 perm,u8 mode) v9fs_create() argument
1214 v9fs_vfs_mkspecial(struct inode * dir,struct dentry * dentry,u32 perm,const char * extension) v9fs_vfs_mkspecial() argument
[all...]

123456789