| /Linux-v5.4/sound/oss/dmasound/ |
| D | dmasound_paula.c | 38 #define custom amiga_custom macro 313 custom.aud[0].audvol = custom.aud[1].audvol = 0; in StopDMA() 314 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA() 315 custom.dmacon = AMI_AUDIO_OFF; in StopDMA() 380 custom.aud[i].audper = period; in AmiInit() 430 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume() 432 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume() 435 custom.aud[2].audvol = 1; in AmiSetVolume() 436 custom.aud[3].audvol = 1; in AmiSetVolume() 438 custom.aud[2].audvol = 0; in AmiSetVolume() [all …]
|
| /Linux-v5.4/arch/m68k/amiga/ |
| D | amisound.c | 26 #define custom amiga_custom macro 90 custom.aud[2].audlc = snd_data; in amiga_mksound() 91 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound() 92 custom.aud[2].audper = (unsigned short)period; in amiga_mksound() 93 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound() 101 custom.dmacon = DMAF_SETCLR | DMAF_AUD2; in amiga_mksound() 113 custom.dmacon = DMAF_AUD2; in nosound() 115 custom.aud[2].audper = amiga_audio_period; in nosound()
|
| /Linux-v5.4/drivers/tty/ |
| D | amiserial.c | 112 #define custom amiga_custom macro 199 custom.intena = IF_TBE; in rs_stop() 201 custom.intreq = IF_TBE; in rs_stop() 220 custom.intena = IF_SETCLR | IF_TBE; in rs_start() 223 custom.intreq = IF_SETCLR | IF_TBE; in rs_start() 261 serdatr = custom.serdatr; in receive_chars() 263 custom.intreq = IF_RBF; in receive_chars() 340 custom.intreq = IF_TBE; in transmit_chars() 343 custom.serdat = info->x_char | 0x100; in transmit_chars() 353 custom.intena = IF_TBE; in transmit_chars() [all …]
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | amifb.c | 591 #define custom amiga_custom macro 593 #define VBlankOn() custom.intena = IF_SETCLR|IF_COPER 594 #define VBlankOff() custom.intena = IF_COPER 1056 #define get_vbpos() ((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe)) 1682 custom.bplcon1 = par->bplcon1; in ami_update_display() 1683 custom.bpl1mod = par->bpl1mod; in ami_update_display() 1684 custom.bpl2mod = par->bpl2mod; in ami_update_display() 1685 custom.ddfstrt = ddfstrt2hw(par->ddfstrt); in ami_update_display() 1686 custom.ddfstop = ddfstop2hw(par->ddfstop); in ami_update_display() 1697 custom.bplcon0 = par->bplcon0 & ~BPC0_LACE; in ami_init_display() [all …]
|
| /Linux-v5.4/tools/perf/ui/browsers/ |
| D | scripts.c | 85 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument 147 *custom = choice >= max_std; in list_scripts() 175 bool custom = false; in script_browse() local 178 if (list_scripts(script_name, &custom, evsel)) in script_browse() 182 custom ? "perf script -s " : "", in script_browse()
|
| /Linux-v5.4/Documentation/media/uapi/cec/ |
| D | cec-pin-error-inj.rst | 58 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse 59 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse 60 # tx-custom-pulse transmit the custom pulse once the bus is idle 69 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit 72 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse 100 to create custom pulses on the CEC bus. 315 ``tx-custom-low-usecs <usecs>`` 316 This defines the duration in microseconds that the custom pulse pulls 319 ``tx-custom-high-usecs <usecs>`` 320 This defines the duration in microseconds that the custom pulse keeps the [all …]
|
| /Linux-v5.4/Documentation/driver-api/firmware/ |
| D | fw_search_path.rst | 15 to activate the first optional custom fw_path_para. The custom path can 25 You would echo into it your custom path and firmware requested will be
|
| D | fallback-mechanisms.rst | 12 CONFIG_FW_LOADER_USER_HELPER_FALLBACK is disabled, only the custom fallback 20 informing the kernel that you have a custom fallback mechanism and it will 163 Firmware custom fallback mechanism 184 but you want to suppress kobject uevents, as you have a custom solution which 186 load firmware for you through a custom path. 195 The logic behind using MAX_JIFFY_OFFSET for non-uevents is that a custom
|
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | libipw_wx.c | 50 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local 188 p = custom; in libipw_translate_scan() 190 iwe.u.data.length = p - custom; in libipw_translate_scan() 192 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 215 p = custom; in libipw_translate_scan() 216 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan() 219 iwe.u.data.length = p - custom; in libipw_translate_scan() 221 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 225 p = custom; in libipw_translate_scan() 226 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan() [all …]
|
| /Linux-v5.4/drivers/media/usb/dvb-usb/ |
| D | nova-t-usb2.c | 74 u8 *buf, data, toggle, custom; in nova_t_rc_query() local 95 custom = (raw >> 6) & 0x1f; in nova_t_rc_query() 98 buf[1], buf[2], buf[3], custom, data, toggle); in nova_t_rc_query() 102 rc5_custom(&rc_map_haupp_table[i]) == custom) { in nova_t_rc_query()
|
| /Linux-v5.4/drivers/staging/rtl8192e/ |
| D | rtllib_wx.c | 39 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 116 p = custom; in rtl819x_translate_scan() 117 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 127 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 132 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 166 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 169 &iwe, custom); in rtl819x_translate_scan() 188 p = custom; in rtl819x_translate_scan() 189 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 192 &iwe, custom); in rtl819x_translate_scan() [all …]
|
| /Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_wx.c | 44 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 111 p = custom; in rtl819x_translate_scan() 112 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 122 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 127 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 157 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 159 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan() 176 p = custom; in rtl819x_translate_scan() 178 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 180 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan() [all …]
|
| /Linux-v5.4/Documentation/arm/omap/ |
| D | omap.rst | 11 v4.3+ Update is needed for custom .config files to make sure 15 v4.18+ Update is needed for custom .config files to make sure
|
| /Linux-v5.4/drivers/block/ |
| D | amiflop.c | 317 #define custom amiga_custom macro 676 custom.dsklen = 0x4000; in fd_block_done() 698 custom.adkcon = ADK_MSBSYNC; in raw_read() 699 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read() 701 custom.dsksync = MFM_SYNC; in raw_read() 703 custom.dsklen = 0; in raw_read() 704 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf); in raw_read() 705 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 706 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 712 custom.dsklen = 0; in raw_read() [all …]
|
| /Linux-v5.4/drivers/auxdisplay/ |
| D | Kconfig | 193 int "Default panel profile (0-5, 0=custom)" 202 0 = custom (see further) 232 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 243 1 : custom configuration and wiring (see further) 259 This is the number of visible character lines on the LCD in custom profile. 268 This is the number of characters per line on the LCD in custom profile. 284 This option lets you configure the value used by your LCD in 'custom' profile. 343 Default for the 'E' pin in custom profile is '14' (AUTOFEED). 358 Default for the 'RS' pin in custom profile is '17' (SELECT IN). 373 Default for the 'RW' pin in custom profile is '16' (INIT). [all …]
|
| /Linux-v5.4/Documentation/security/tpm/ |
| D | tpm_event_log.rst | 37 a custom configuration table defined by the stub itself. Unfortunately, 46 final events table size while the stub is still running to the custom 48 concatenating two halves of the event log from the custom configuration table
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | sch5636.rst | 20 their own custom hwmon solution based upon the SCH5636. 24 it is dealing with a Fujitsu Theseus and not with another custom SCH5636 based
|
| /Linux-v5.4/include/linux/usb/ |
| D | pd_vdo.h | 31 #define VDO(vid, type, custom) \ argument 34 ((custom) & 0x7FFF))
|
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-reg_event_handler.txt | 48 The _tep_event_handler_func_ is the type of the custom event handler 50 custom string, describing the event. A _record_ to get the event from is passed 52 _context_ is custom context, set when the custom event handler is registered.
|
| /Linux-v5.4/drivers/ide/ |
| D | ide-taskfile.c | 156 int custom = (cmd->tf_flags & IDE_TFLAG_CUSTOM_HANDLER) ? 1 : 0; in task_no_data_intr() local 157 int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1; in task_no_data_intr() 170 if (custom && tf->command == ATA_CMD_SET_MULTI) { in task_no_data_intr() 175 } else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) { in task_no_data_intr() 185 if (custom && tf->command == ATA_CMD_SET_MULTI) in task_no_data_intr() 188 if (custom == 0 || tf->command == ATA_CMD_IDLEIMMEDIATE || in task_no_data_intr()
|
| /Linux-v5.4/arch/nios2/platform/ |
| D | Kconfig.platform | 102 bool "Byteswap custom instruction" 104 Use the byteswap (endian converter) Nios II custom instruction provided 109 int "Byteswap custom instruction number" if NIOS2_CI_SWAB_SUPPORT
|
| /Linux-v5.4/drivers/scsi/ |
| D | iscsi_tcp.c | 816 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats() 817 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats() 818 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats() 819 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats() 820 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats() 821 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | qcom-rpm.txt | 175 see regulator.txt - with additional custom properties described below: 177 === Switch-mode Power Supply regulator custom properties 212 === Low-dropout regulator custom properties 232 === Negative Charge Pump custom properties
|
| /Linux-v5.4/arch/nios2/ |
| D | Kconfig | 148 bool "Set custom kernel MMU region base address" 162 bool "Set custom kernel region base address" 174 bool "Set custom I/O region base address"
|
| /Linux-v5.4/sound/soc/dwc/ |
| D | Kconfig | 15 Say Y or N if you want to add a custom ALSA extension that registers
|