Searched refs:extension (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/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-master/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-master/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);
879 input_report_abs(wdata->extension.input, ABS_HAT0Y, by);
881 input_report_abs(wdata->extension.input, ABS_RX, x);
882 input_report_abs(wdata->extension.input, ABS_RY, y);
883 input_report_abs(wdata->extension.input, ABS_RZ, z);
886 input_report_key(wdata->extension.input,
889 input_report_key(wdata->extension.input,
893 input_report_key(wdata->extension.input,
896 input_report_key(wdata->extension
[all...]
/linux-master/sound/soc/sof/
H A Dipc4.c225 text, msg->primary, msg->extension, str, str2,
229 msg->extension, str, str2);
233 text, msg->primary, msg->extension, str,
237 msg->extension, str);
253 msg->primary, msg->extension, msg->data_size);
255 dev_dbg(dev, "%s: %#x|%#x\n", text, msg->primary, msg->extension);
306 ipc4_msg->primary, ipc4_msg->extension);
313 ipc4_msg->primary, ipc4_msg->extension);
360 __func__, ipc4_msg->primary, ipc4_msg->extension, ret);
435 tx.extension
[all...]
H A Dsof-client-probes-ipc4.c126 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID);
127 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0);
156 msg.extension = SOF_IPC4_MOD_EXT_DST_MOD_INSTANCE(INVALID_PIPELINE_ID);
157 msg.extension |= SOF_IPC4_MOD_EXT_CORE_ID(0);
226 msg.extension = SOF_IPC4_MOD_EXT_MSG_PARAM_ID(SOF_IPC4_PROBE_POINTS);
271 msg.extension =
/linux-master/drivers/staging/media/atomisp/pci/css_2401_system/
H A Disys_dma_global.h81 isys2401_dma_extension extension; member in struct:isys2401_dma_cfg_s
/linux-master/sound/firewire/dice/
H A DMakefile4 dice-alesis.o dice-extension.o dice-mytek.o dice-presonus.o \
/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions_ext.c25 int extension(struct __sk_buff *ctx) function
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c103 /* Init instance message extension register */
124 /* Bind/Unbind message extension register */
148 /* Save pipeline messgae extension register */
153 /* Large Config message extension register */
177 /* Set D0ix IPC extension register */
303 header->extension);
528 header.extension = hipcte;
531 dev_dbg(dsp->dev, "IPC irq: Firmware respond extension:%x\n",
532 header.extension);
649 header.extension
[all...]
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
/linux-master/sound/soc/sof/intel/
H A Dhda-ipc.c113 snd_sof_dsp_write(sdev, HDA_DSP_BAR, HDA_DSP_REG_HIPCIE, msg_data->extension);
183 u32 extension = hipcte & HDA_DSP_REG_HIPCTE_MSG_MASK; local
195 data->extension = extension;
207 primary, extension);
213 notification_data.extension = extension;
H A Dcnl.c62 u32 extension = hipctdd & CNL_DSP_REG_HIPCTDD_MSG_MASK; local
70 data->extension = extension;
82 primary, extension);
87 notification_data.extension = extension;
279 snd_sof_dsp_write(sdev, HDA_DSP_BAR, CNL_DSP_REG_HIPCIDD, msg_data->extension);
H A Dmtl.c113 msg_data->extension);
538 u32 extension = snd_sof_dsp_read(sdev, HDA_DSP_BAR, MTL_DSP_REG_HFIPCXTDDY); local
551 data->extension = extension;
563 primary, extension);
568 notification_data.extension = extension;
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm29 Perf::Trace::Context - Perl extension for accessing functions in perf.
H A DUtil.pm68 Perf::Trace::Util - Perl extension for perf script
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.h26 u8 extension:1; member in struct:vidtv_mpeg_ts_adaption::__anon1061
/linux-master/include/uapi/sound/
H A Dasound_fm.h116 char extension[7]; member in struct:sbi_patch
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.h76 const char *extension; member in struct:brcmf_fw_name
/linux-master/drivers/media/pci/saa7146/
H A Dhexium_orion.c409 static struct saa7146_extension extension; variable in typeref:struct:saa7146_extension
413 .ext = &extension,
418 .ext = &extension,
423 .ext = &extension,
463 static struct saa7146_extension extension = { variable in typeref:struct:saa7146_extension
480 if (0 != saa7146_register_extension(&extension)) {
481 DEB_S("failed to register extension\n");
490 saa7146_unregister_extension(&extension);
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h136 #define hive_dma_configure(dma_id, channel, connection, extension, height, \
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) \
166 hive_dma_snd(dma_id, DMA_PACK_SETUP(connection, extension)); \
250 u8 extension; member in struct:dma_channel_config
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dexceptions.c162 if (test__start_subtest("throwing extension (with custom cb) -> exception_cb"))
172 if (test__start_subtest("throwing extension -> global func in exception_cb"))
182 if (test__start_subtest("throwing extension (with custom cb) -> global func in exception_cb"))
306 if (test__start_subtest("non-throwing extension -> non-throwing subprog"))
307 /* non-throwing extension -> non-throwing subprog : BAD (!global) */
309 prog = eskel->progs.extension;
317 if (test__start_subtest("non-throwing extension -> throwing subprog"))
318 /* non-throwing extension -> throwing subprog : BAD (!global) */
320 prog = eskel->progs.extension;
328 if (test__start_subtest("non-throwing extension
[all...]
/linux-master/fs/9p/
H A Dvfs_inode.c131 r = sscanf(stat->extension, "%c %i %i", &type, &major, &minor);
135 stat->extension);
147 type, stat->extension);
220 wstat->extension = NULL;
507 * @extension: 9p2000.u extension string to support devices, etc.
514 struct dentry *dentry, char *extension, u32 perm, u8 mode)
539 err = p9_client_fcreate(ofid, name, perm, mode, extension);
1082 * Hadlink support got added later to the .u extension.
1084 * support this even with .u extension
513 v9fs_create(struct v9fs_session_info *v9ses, struct inode *dir, struct dentry *dentry, char *extension, u32 perm, u8 mode) argument
1165 v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, u32 perm, const char *extension) argument
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c173 * @extension: extended display list header. NULL for normal lists
188 struct vsp1_dl_ext_header *extension; member in struct:vsp1_dl_list
815 if (!dl->extension)
818 dl->extension->flags = 0;
821 dl->extension->pre_ext_dl_plist = dl->pre_cmd->cmd_dma;
822 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds;
823 dl->extension->flags |= VSP1_DLH_EXT_PRE_CMD_EXEC;
829 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma;
830 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds;
831 dl->extension
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h52 * first word will be used for extension word
125 | .long "extension mode1","extension mode2"
133 | decode the 8bit displacement from the brief extension word
139 | decode the index of the brief/full extension word
188 | get the extension word and test for brief or full extension type
/linux-master/fs/affs/
H A Damigaffs.h101 __be32 extension; member in struct:affs_tail

Completed in 219 milliseconds

123