/linux-6.12.1/drivers/acpi/ |
D | acpi_pnp.c | 147 {"AAC000F"}, /* Archtek America Corp. Archtek SmartLink Modem 3334BT Plug & Play */ 148 {"ADC0001"}, /* Anchor Datacomm BV. SXPro 144 External Data Fax Modem Plug & Play */ 149 {"ADC0002"}, /* SXPro 288 External Data Fax Modem Plug & Play */ 166 {"FUJ0202"}, /* Fujitsu 33600 PnP-I2 R Plug & Play */ 167 {"FUJ0205"}, /* Fujitsu FMV-FX431 Plug & Play */ 168 {"FUJ0206"}, /* Fujitsu 33600 PnP-I4 R Plug & Play */ 169 {"FUJ0209"}, /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */ 170 {"GVC000F"}, /* Archtek SmartLink Modem 3334BT Plug & Play */ 172 {"HAY0001"}, /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */ 179 {"HAYF001"}, /* Hayes Optima 288 V.34 + FAX + Voice, Plug & Play */ [all …]
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_pnp.c | 30 /* Archtek SmartLink Modem 3334BT Plug & Play */ 33 /* SXPro 144 External Data Fax Modem Plug & Play */ 35 /* SXPro 288 External Data Fax Modem Plug & Play */ 79 /* Fujitsu 33600 PnP-I2 R Plug & Play */ 81 /* Fujitsu FMV-FX431 Plug & Play */ 83 /* Fujitsu 33600 PnP-I4 R Plug & Play */ 85 /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */ 88 /* Archtek SmartLink Modem 3334BT Plug & Play */ 93 /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */ 107 /* Hayes Optima 288 V.34 + FAX + Voice, Plug & Play */ [all …]
|
/linux-6.12.1/Documentation/admin-guide/ |
D | pnp.rst | 2 Linux Plug and Play Documentation 12 Plug and Play provides a means of detecting and setting resources for legacy or 13 otherwise unconfigurable devices. The Linux Plug and Play Layer provides these 20 The Linux Plug and Play user interface provides a means to activate PnP devices 21 for legacy and user level drivers that do not support Linux Plug and Play. The 112 The Unified Plug and Play Layer 115 All Plug and Play drivers, protocols, and services meet at a central location 116 called the Plug and Play Layer. This layer is responsible for the exchange of 121 The following functions are available from the Plug and Play Layer: 133 use this function to remove a PnP protocol from the Plug and Play Layer [all …]
|
/linux-6.12.1/sound/pci/emu10k1/ |
D | p16v.h | 57 * [9:8] Playback input 0 channel select. 0 = Play output 0. 58 * 1 = Play output 1. 59 * 2 = Play output 2. 60 * 3 = Play output 3. 61 * [11:10] Playback input 1 channel select. 0 = Play output 0. 62 * 1 = Play output 1. 63 * 2 = Play output 2. 64 * 3 = Play output 3. 65 * [13:12] Playback input 2 channel select. 0 = Play output 0. 66 * 1 = Play output 1. [all …]
|
/linux-6.12.1/drivers/pnp/ |
D | Kconfig | 3 # Plug and Play configuration 7 bool "Plug and Play support" 11 Plug and Play (PnP) is a standard for peripherals which allows those 17 Say Y here if you would like Linux to configure your Plug and Play
|
/linux-6.12.1/drivers/pnp/pnpbios/ |
D | Kconfig | 3 # Plug and Play BIOS configuration 6 bool "Plug and Play BIOS support" 10 Linux uses the PNPBIOS as defined in "Plug and Play BIOS 27 bool "Plug and Play BIOS /proc interface"
|
/linux-6.12.1/drivers/pnp/isapnp/ |
D | Kconfig | 3 # ISA Plug and Play configuration 6 bool "ISA Plug and Play support" 9 Say Y here if you would like support for ISA Plug and Play devices.
|
D | core.c | 3 * ISA Plug & Play support 44 MODULE_PARM_DESC(isapnp_disable, "ISA Plug & Play disable"); 46 MODULE_PARM_DESC(isapnp_rdp, "ISA Plug & Play read data port"); 48 MODULE_PARM_DESC(isapnp_reset, "ISA Plug & Play reset all cards"); 50 MODULE_PARM_DESC(isapnp_verbose, "ISA Plug & Play verbose mode"); 947 .name = "ISA Plug and Play", 960 printk(KERN_INFO "isapnp: ISA Plug & Play support disabled\n"); in isapnp_init() 1015 "isapnp: No Plug & Play device found\n"); in isapnp_init() 1038 "isapnp: %i Plug & Play card%s detected total\n", cards, in isapnp_init() 1041 printk(KERN_INFO "isapnp: No Plug & Play card found\n"); in isapnp_init()
|
/linux-6.12.1/Documentation/input/ |
D | ff.rst | 162 struct input_event play; 169 /* Play three times */ 170 play.type = EV_FF; 171 play.code = effect.id; 172 play.value = 3; 174 write(fd, (const void*) &play, sizeof(play)); 258 FF_STATUS_PLAYING The effect started to play
|
/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 130 - **Movie play control** 152 - Play movie faster 160 - Play movie back 200 - Play movie at the normal timeshift 208 - Alternate between play and pause 210 - PLAY / PAUSE 301 - Open the Elecrowonic Play Guide (EPG)
|
/linux-6.12.1/sound/pci/lola/ |
D | lola.c | 250 for (i = 0; out_sts && i < chip->pcm[PLAY].num_streams; i++) { in lola_interrupt() 286 lola_pcm_update(chip, &chip->pcm[PLAY], notify_outs); in lola_interrupt() 327 val = (1 << chip->pcm[PLAY].num_streams) - 1; in lola_irq_enable() 429 lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ in lola_reset_setups() 465 chip->pin[PLAY].num_pins = LOLA_AFG_OUTPUT_PIN_COUNT(chip->lola_caps); in lola_parse_tree() 468 chip->pin[CAPT].num_pins, chip->pin[PLAY].num_pins); in lola_parse_tree() 471 chip->pin[PLAY].num_pins > MAX_AUDIO_INOUT_COUNT) { in lola_parse_tree() 480 err = lola_init_pcm(chip, PLAY, &nid); in lola_parse_tree() 487 err = lola_init_pins(chip, PLAY, &nid); in lola_parse_tree() 608 chip->pcm[PLAY].num_streams = (dever >> 10) & 0x3ff; in lola_create() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gxbb-wetek-play2.dts | 15 model = "WeTek Play 2"; 25 label = "wetek-play:wifi-status"; 31 label = "wetek-play:ethernet-status";
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-tuner.rst | 348 - Play mono audio. When the tuner receives a stereo signal this a 353 - Play stereo audio. When the tuner receives bilingual audio it may 354 play different languages on the left and right channel or the 364 - Play the primary language, mono or stereo. Only 368 - Play the secondary language, mono. When the tuner receives no 374 - Play the Second Audio Program. When the tuner receives no 383 - Play the primary language on the left channel, the secondary
|
/linux-6.12.1/arch/sh/drivers/dma/ |
D | dmabrg.c | 26 * 2 | HAC0/SSI0 | play| all done | DMABRGI1 27 * 3 | HAC0/SSI0 | play| half done | DMABRGI2 30 * 6 | HAC1/SSI1 | play| all done | DMABRGI1 31 * 7 | HAC1/SSI1 | play| half done | DMABRGI2
|
/linux-6.12.1/Documentation/admin-guide/namespaces/ |
D | resource-control.rst | 9 users programs to play nice this problems becomes more acute. 14 memory user's they don't trust to play nice can use.
|
/linux-6.12.1/drivers/usb/storage/ |
D | debug.c | 98 case GPCMD_PLAY_AUDIO_10: what = "PLAY AUDIO (10)"; break; in usb_stor_show_command() 99 case GPCMD_PLAY_AUDIO_MSF: what = "PLAY AUDIO MSF"; break; in usb_stor_show_command() 105 case GPCMD_STOP_PLAY_SCAN: what = "STOP PLAY/SCAN"; break; in usb_stor_show_command() 120 case MOVE_MEDIUM: what = "MOVE_MEDIUM or PLAY AUDIO (12)"; break; in usb_stor_show_command()
|
/linux-6.12.1/drivers/scsi/ |
D | constants.c | 62 "Read density support", "Play audio(10)", "Get configuration", 63 "Play audio msf", "Sanitize/Play audio track/index", 64 /* 49-4f */ "Play track relative(10)", "Get event status notification", 65 "Pause/resume", "Log Select", "Log Sense", "Stop play/scan", 91 "Move medium/play audio(12)", 93 "Play track relative(12)", 102 "Redundancy group (out), Set cd-rom speed", "Spare (in), Play cd",
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 71 be trusted to play fair. 84 which cannot be trusted to play fair. 112 trusted to play fair, or a nbd device.
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | starfive,jh7110-pwmdac.yaml | 11 form a DAC for audio play in StarFive JH7110 SoC. This audio play controller
|
/linux-6.12.1/drivers/scsi/pcmcia/ |
D | nsp_debug.c | 42 …Read Sub-Ch(cd)", "Read TOC", "Read Header(cd)", "Play Audio(cd)", unknown, "Play Audio MSF(cd)", … 43 /* 49-4f */ "Play Track Relative(10)(cd)", unknown, "Pause/Resume(cd)", "Log Select", "Log Sense", …
|
/linux-6.12.1/drivers/media/pci/zoran/ |
D | zoran.h | 236 struct zoran_v4l_settings v4l_settings; /* structure with a lot of things to play with */ 240 struct zoran_jpg_settings jpg_settings; /* structure with a lot of things to play with */ 249 unsigned long jpg_seq_num; /* count of frames since grab/play started */ 252 unsigned long jpg_queued_num; /* count of frames queued since grab/play started */
|
/linux-6.12.1/drivers/media/rc/keymaps/ |
D | rc-wetek-play2.c | 9 // Keytable for the WeTek Play 2 STB remote control 94 MODULE_DESCRIPTION("WeTek Play 2 STB remote controller keytable");
|
/linux-6.12.1/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 19 CDROMPLAYMSF Play Audio MSF (struct cdrom_msf) 20 CDROMPLAYTRKIND Play Audio Track/index (struct cdrom_ti) 142 Play Audio MSF 154 cdrom_msf structure, describing a segment of music to play 173 Play Audio Track/index 185 cdrom_ti structure, describing a segment of music to play 711 Region to play
|
/linux-6.12.1/sound/soc/bcm/ |
D | cygnus-ssp.h | 30 unsigned fmark; /* freemark for play, fullmark for caputure */ 85 int streams_on; /* will be 0 if both capture and play are off */
|
/linux-6.12.1/Documentation/input/devices/ |
D | iforce-protocol.rst | 205 Val 01: Start and play once. 206 Val 41: Start and play n times (See byte 02 below) 367 3. Play the effect, and watch what happens on the spy screen. 371 few seconds latency. Personally, I restart it every time I play an effect.
|