/Linux-v4.19/sound/oss/dmasound/ |
D | dmasound_paula.c | 37 #define custom amiga_custom macro 312 custom.aud[0].audvol = custom.aud[1].audvol = 0; in StopDMA() 313 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA() 314 custom.dmacon = AMI_AUDIO_OFF; in StopDMA() 379 custom.aud[i].audper = period; in AmiInit() 429 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume() 431 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume() 434 custom.aud[2].audvol = 1; in AmiSetVolume() 435 custom.aud[3].audvol = 1; in AmiSetVolume() 437 custom.aud[2].audvol = 0; in AmiSetVolume() [all …]
|
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/Documentation/media/uapi/cec/ |
D | cec-pin-error-inj.rst | 49 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse 50 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse 51 # tx-custom-pulse transmit the custom pulse once the bus is idle 60 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit 63 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse 91 to create custom pulses on the CEC bus. 306 ``tx-custom-low-usecs <usecs>`` 307 This defines the duration in microseconds that the custom pulse pulls 310 ``tx-custom-high-usecs <usecs>`` 311 This defines the duration in microseconds that the custom pulse keeps the [all …]
|
/Linux-v4.19/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-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 64 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local 202 p = custom; in libipw_translate_scan() 204 iwe.u.data.length = p - custom; in libipw_translate_scan() 206 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 229 p = custom; in libipw_translate_scan() 230 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan() 233 iwe.u.data.length = p - custom; in libipw_translate_scan() 235 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 239 p = custom; in libipw_translate_scan() 240 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan() [all …]
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | nova-t-usb2.c | 77 u8 *buf, data, toggle, custom; in nova_t_rc_query() local 98 custom = (raw >> 6) & 0x1f; in nova_t_rc_query() 101 buf[1], buf[2], buf[3], custom, data, toggle); in nova_t_rc_query() 105 rc5_custom(&rc_map_haupp_table[i]) == custom) { in nova_t_rc_query()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 52 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 129 p = custom; in rtl819x_translate_scan() 130 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 140 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 145 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 179 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 182 &iwe, custom); in rtl819x_translate_scan() 201 p = custom; in rtl819x_translate_scan() 202 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 205 &iwe, custom); in rtl819x_translate_scan() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 59 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 126 p = custom; in rtl819x_translate_scan() 127 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 137 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 142 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 173 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 175 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan() 192 p = custom; in rtl819x_translate_scan() 194 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 196 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan() [all …]
|
/Linux-v4.19/Documentation/arm/OMAP/ |
D | README | 5 v4.3+ Update is needed for custom .config files to make sure 9 v4.18+ Update is needed for custom .config files to make sure
|
/Linux-v4.19/drivers/block/ |
D | amiflop.c | 199 #define custom amiga_custom macro 558 custom.dsklen = 0x4000; in fd_block_done() 580 custom.adkcon = ADK_MSBSYNC; in raw_read() 581 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read() 583 custom.dsksync = MFM_SYNC; in raw_read() 585 custom.dsklen = 0; in raw_read() 586 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf); in raw_read() 587 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 588 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 594 custom.dsklen = 0; in raw_read() [all …]
|
/Linux-v4.19/drivers/auxdisplay/ |
D | Kconfig | 195 int "Default panel profile (0-5, 0=custom)" 204 0 = custom (see further) 234 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 245 1 : custom configuration and wiring (see further) 261 This is the number of visible character lines on the LCD in custom profile. 270 This is the number of characters per line on the LCD in custom profile. 286 This option lets you configure the value used by your LCD in 'custom' profile. 345 Default for the 'E' pin in custom profile is '14' (AUTOFEED). 360 Default for the 'RS' pin in custom profile is '17' (SELECT IN). 375 Default for the 'RW' pin in custom profile is '16' (INIT). [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | sch5636 | 17 their own custom hwmon solution based upon the SCH5636. 21 it is dealing with a Fujitsu Theseus and not with another custom SCH5636 based
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | TODO | 29 custom ones here 30 - replace custom Michael MIC implementation with the kernel
|
/Linux-v4.19/include/linux/usb/ |
D | pd_vdo.h | 40 #define VDO(vid, type, custom) \ argument 43 ((custom) & 0x7FFF))
|
/Linux-v4.19/drivers/ide/ |
D | ide-taskfile.c | 155 int custom = (cmd->tf_flags & IDE_TFLAG_CUSTOM_HANDLER) ? 1 : 0; in task_no_data_intr() local 156 int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1; in task_no_data_intr() 169 if (custom && tf->command == ATA_CMD_SET_MULTI) { in task_no_data_intr() 174 } else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) { in task_no_data_intr() 184 if (custom && tf->command == ATA_CMD_SET_MULTI) in task_no_data_intr() 187 if (custom == 0 || tf->command == ATA_CMD_IDLEIMMEDIATE || in task_no_data_intr()
|
/Linux-v4.19/Documentation/devicetree/ |
D | todo.txt | 4 - Switch from custom lists to (h)list_head for nodes and properties structure
|
/Linux-v4.19/arch/nios2/platform/ |
D | Kconfig.platform | 109 bool "Byteswap custom instruction" 112 Use the byteswap (endian converter) Nios II custom instruction provided 117 int "Byteswap custom instruction number" if NIOS2_CI_SWAB_SUPPORT
|
/Linux-v4.19/drivers/scsi/ |
D | iscsi_tcp.c | 820 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats() 821 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats() 822 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats() 823 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats() 824 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats() 825 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
|
/Linux-v4.19/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-v4.19/arch/nios2/ |
D | Kconfig | 153 bool "Set custom kernel MMU region base address" 167 bool "Set custom kernel region base address" 179 bool "Set custom I/O region base address"
|
/Linux-v4.19/include/media/ |
D | v4l2-async.h | 96 } custom; member
|
/Linux-v4.19/sound/soc/dwc/ |
D | Kconfig | 14 Say Y or N if you want to add a custom ALSA extension that registers
|