Home
last modified time | relevance | path

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

12345678910

/linux/arch/m68k/fpsp040/
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/
A Dhid-wiimote-modules.c934 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 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/sound/soc/intel/skylake/
A Dskl-sst-ipc.c303 header->extension); in skl_ipc_tx_msg()
528 header.extension = hipcte; in skl_dsp_irq_thread_handler()
532 header.extension); in skl_dsp_irq_thread_handler()
722 header.extension = IPC_DMA_ID(dma_id); in skl_ipc_save_pipeline()
777 header.primary, header.extension); in skl_ipc_set_dx()
817 header.primary, header.extension); in skl_ipc_init_instance()
850 header.extension); in skl_ipc_bind_unbind()
931 header.extension |= IPC_FINAL_BLOCK(0); in skl_ipc_set_large_config()
943 header.primary, header.extension); in skl_ipc_set_large_config()
992 header.extension |= IPC_FINAL_BLOCK(1); in skl_ipc_get_large_config()
[all …]
/linux/Documentation/firmware-guide/acpi/dsd/
A Ddata-node-references.rst12 Hierarchical data extension nodes may not be referred to directly, hence this
16 hierarchical data extension [1] keys. Specifically, the hierarchical data
17 extension node which is referred to by the key shall lie directly under the
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
89 <https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf>,
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.
43 data extension tree. The data extension related to each port node must begin
51 data extension key of the endpoint nodes must begin with
59 Each port node contains a property extension key "port", the value of which is
61 extension key "reg", the value of which is the number of the endpoint. Port
67 The endpoint reference uses property extension with "remote-endpoint" property
69 the remote device reference, the first package entry of the port data extension
[all …]
A Dleds.rst8 Individual LEDs are described by hierarchical data extension [6] nodes under the
28 Under the LED driver device, The first hierarchical data extension package list
108 … https://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf,
/linux/drivers/media/pci/saa7146/
A Dhexium_orion.c401 static struct saa7146_extension extension; variable
405 .ext = &extension,
410 .ext = &extension,
415 .ext = &extension,
455 static struct saa7146_extension extension = { variable
472 if (0 != saa7146_register_extension(&extension)) { in hexium_init_module()
482 saa7146_unregister_extension(&extension); in hexium_cleanup_module()
A Dmxb.c194 static struct saa7146_extension extension; variable
404 extension.flags &= ~SAA7146_USE_I2C_IRQ; in mxb_init_done()
809 .ext = &extension,
834 static struct saa7146_extension extension = { variable
850 if (saa7146_register_extension(&extension)) { in mxb_init_module()
860 saa7146_unregister_extension(&extension); in mxb_cleanup_module()
/linux/Documentation/arm64/
A Damu.rst4 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.
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/Documentation/ABI/testing/
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/vsp1/
A Dvsp1_dl.c188 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/drivers/staging/media/atomisp/pci/hive_isp_css_common/
A Ddma_global.h136 #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/Documentation/devicetree/bindings/arm/
A Dete.yaml30 - const: arm,embedded-trace-extension
57 compatible = "arm,embedded-trace-extension";
63 compatible = "arm,embedded-trace-extension";
A Dspe-pmu.txt9 "arm,statistical-profiling-extension-v1"
18 compatible = "arm,statistical-profiling-extension-v1";
A Dtrbe.yaml25 - const: arm,trace-buffer-extension
46 compatible = "arm,trace-buffer-extension";
/linux/drivers/input/mouse/
A DKconfig43 bool "ALPS PS/2 mouse protocol extension" if EXPERT
53 bool "BYD PS/2 mouse protocol extension" if EXPERT
63 bool "Logitech PS/2++ mouse protocol extension" if EXPERT
73 bool "Synaptics PS/2 mouse protocol extension" if EXPERT
95 bool "Cypress PS/2 mouse protocol extension" if EXPERT
115 bool "IBM Trackpoint PS/2 mouse protocol extension" if EXPERT
125 bool "Elantech PS/2 protocol extension"
150 bool "Sentelic Finger Sensing Pad PS/2 protocol extension"
159 bool "eGalax TouchKit PS/2 protocol extension"
168 bool "OLPC PS/2 mouse protocol extension"
[all …]
/linux/fs/isofs/
A DKconfig23 Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system
31 bool "Transparent decompression extension"
35 This is a Linux-specific extension to RockRidge which lets you store
/linux/sound/soc/dwc/
A DKconfig12 bool "PCM PIO extension for I2S driver"
15 Say Y or N if you want to add a custom ALSA extension that registers
/linux/fs/9p/
A Dvfs_inode.c133 r = sscanf(stat->extension, "%c %i %i", &type, &major, &minor); in p9mode2unixmode()
137 stat->extension); in p9mode2unixmode()
149 type, stat->extension); in p9mode2unixmode()
220 wstat->extension = NULL; in v9fs_blank_wstat()
602 struct dentry *dentry, char *extension, u32 perm, u8 mode) in v9fs_create() argument
629 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
1182 if (sscanf(stat->extension, in v9fs_stat2inode()
1257 res = st->extension; in v9fs_vfs_get_link()
1258 st->extension = NULL; in v9fs_vfs_get_link()
1278 u32 perm, const char *extension) in v9fs_vfs_mkspecial() argument
[all …]
/linux/Documentation/admin-guide/
A Dbinfmt-misc.rst11 bits) you have supplied. Binfmt_misc can also recognise a filename extension
29 is the type of recognition. Give ``M`` for magic and ``E`` for extension.
33 Ignored when using filename extension matching.
40 If you chose filename extension matching, this is the extension to be
48 filename extension matching.
/linux/fs/ksmbd/
A Dsmb_common.c363 char base[9], extension[4]; in ksmbd_extract_shortname() local
379 strscpy(extension, "___", strlen("___")); in ksmbd_extract_shortname()
385 extension[extlen++] = toupper(*p); in ksmbd_extract_shortname()
388 extension[extlen] = '\0'; in ksmbd_extract_shortname()
419 memcpy(&out[baselen + 4], extension, 4); in ksmbd_extract_shortname()
/linux/Documentation/userspace-api/media/drivers/
A Duvcvideo.rst19 The UVC specification allows for vendor-specific extensions through extension
20 units (XUs). The Linux UVC driver supports extension unit controls (XU controls)
67 In order to make such a request the UVC unit ID of the control's extension unit
158 __u8 entity[16] UVC extension unit GUID
192 This ioctl queries a UVC XU control identified by its extension unit ID
237 extension unit could not be found.
/linux/Documentation/gpu/rfc/
A Di915_scheduler.rst105 * A 'set_parallel' extension to configure contexts for parallel
125 A 'set_parallel' extension to configure contexts for parallel submission
127 The 'set_parallel' extension configures a slot for parallel submission of N BBs.
136 extension.
143 Contexts that have been configured with the 'set_parallel' extension can only

Completed in 31 milliseconds

12345678910