/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 …]
|
/drivers/video/ |
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)) 1684 custom.bplcon1 = par->bplcon1; in ami_update_display() 1685 custom.bpl1mod = par->bpl1mod; in ami_update_display() 1686 custom.bpl2mod = par->bpl2mod; in ami_update_display() 1687 custom.ddfstrt = ddfstrt2hw(par->ddfstrt); in ami_update_display() 1688 custom.ddfstop = ddfstop2hw(par->ddfstop); in ami_update_display() 1699 custom.bplcon0 = par->bplcon0 & ~BPC0_LACE; in ami_init_display() [all …]
|
/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_wx.c | 48 char custom[MAX_CUSTOM_LEN]; in rtl818x_translate_scan() local 113 p = custom; in rtl818x_translate_scan() 114 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl818x_translate_scan() 124 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl818x_translate_scan() 129 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl818x_translate_scan() 141 iwe.u.data.length = p - custom; in rtl818x_translate_scan() 143 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl818x_translate_scan() 165 p = custom; in rtl818x_translate_scan() 167 iwe.u.data.length = p - custom; in rtl818x_translate_scan() 169 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl818x_translate_scan() [all …]
|
/drivers/staging/panel/ |
D | Kconfig | 26 int "Default panel profile (0-5, 0=custom)" 36 0 = custom (see further) 66 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 77 1 : custom configuration and wiring (see further) 93 This is the number of visible character lines on the LCD in custom profile. 102 This is the number of characters per line on the LCD in custom profile. 118 This option lets you configure the value used by your LCD in 'custom' profile. 177 Default for the 'E' pin in custom profile is '14' (AUTOFEED). 192 Default for the 'RS' pin in custom profile is '17' (SELECT IN). 207 Default for the 'RW' pin in custom profile is '16' (INIT). [all …]
|
/drivers/net/wireless/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 …]
|
/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 …]
|
/drivers/media/usb/dvb-usb/ |
D | nova-t-usb2.c | 77 u8 key[5],cmd[2] = { DIBUSB_REQ_POLL_REMOTE, 0x35 }, data,toggle,custom; in nova_t_rc_query() local 90 custom = (raw >> 6) & 0x1f; in nova_t_rc_query() 92 …e 0x%02x, 0x%02x, 0x%02x to c: %02x d: %02x toggle: %d\n",key[1],key[2],key[3],custom,data,toggle); in nova_t_rc_query() 96 rc5_custom(&rc_map_haupp_table[i]) == custom) { in nova_t_rc_query()
|
/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 56 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local 135 p = custom; in rtl819x_translate_scan() 136 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan() 146 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 151 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan() 184 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 187 &iwe, custom); in rtl819x_translate_scan() 206 p = custom; in rtl819x_translate_scan() 207 iwe.u.data.length = p - custom; in rtl819x_translate_scan() 210 &iwe, custom); in rtl819x_translate_scan() [all …]
|
/drivers/block/ |
D | amiflop.c | 198 #define custom amiga_custom macro 563 custom.dsklen = 0x4000; in fd_block_done() 585 custom.adkcon = ADK_MSBSYNC; in raw_read() 586 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read() 588 custom.dsksync = MFM_SYNC; in raw_read() 590 custom.dsklen = 0; in raw_read() 591 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf); in raw_read() 592 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 593 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 599 custom.dsklen = 0; in raw_read() [all …]
|
/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 526 strcpy(stats->custom[0].desc, "qp_tx_queue_full"); in iscsi_iser_conn_get_stats() 527 stats->custom[0].value = 0; /* TB iser_conn->qp_tx_queue_full; */ in iscsi_iser_conn_get_stats() 528 strcpy(stats->custom[1].desc, "fmr_map_not_avail"); in iscsi_iser_conn_get_stats() 529 stats->custom[1].value = 0; /* TB iser_conn->fmr_map_not_avail */; in iscsi_iser_conn_get_stats() 530 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_iser_conn_get_stats() 531 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_iser_conn_get_stats() 532 strcpy(stats->custom[3].desc, "fmr_unalign_cnt"); in iscsi_iser_conn_get_stats() 533 stats->custom[3].value = conn->fmr_unalign_cnt; in iscsi_iser_conn_get_stats()
|
/drivers/ide/ |
D | ide-taskfile.c | 153 int custom = (cmd->tf_flags & IDE_TFLAG_CUSTOM_HANDLER) ? 1 : 0; in task_no_data_intr() local 154 int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1; in task_no_data_intr() 167 if (custom && tf->command == ATA_CMD_SET_MULTI) { in task_no_data_intr() 172 } else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) { in task_no_data_intr() 182 if (custom && tf->command == ATA_CMD_SET_MULTI) in task_no_data_intr() 185 if (custom == 0 || tf->command == ATA_CMD_IDLEIMMEDIATE || in task_no_data_intr()
|
/drivers/scsi/ |
D | iscsi_tcp.c | 799 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats() 800 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats() 801 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats() 802 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats() 803 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats() 804 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
|
/drivers/usb/serial/ |
D | mos7720.c | 1435 __u16 custom; in calc_baud_rate_divisor() local 1453 custom = (__u16)(230400L / baudrate); in calc_baud_rate_divisor() 1457 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 1459 custom++; in calc_baud_rate_divisor() 1460 *divisor = custom; in calc_baud_rate_divisor() 1462 dev_dbg(&port->dev, "Baud %d = %d\n", baudrate, custom); in calc_baud_rate_divisor()
|
D | mos7840.c | 1691 custom = (__u16) (230400L / baudrate); in mos7840_calc_baud_rate_divisor() 1695 round = (__u16) (round1 - (custom * 10)); in mos7840_calc_baud_rate_divisor() 1697 custom++; in mos7840_calc_baud_rate_divisor() 1698 *divisor = custom; in mos7840_calc_baud_rate_divisor() 1700 dev_dbg(&port->dev, " Baud %d = %d\n", baudrate, custom); in mos7840_calc_baud_rate_divisor()
|
D | io_edgeport.c | 2325 __u16 custom; in calc_baud_rate_divisor() local 2339 custom = (__u16)((230400L + baudrate/2) / baudrate); in calc_baud_rate_divisor() 2341 *divisor = custom; in calc_baud_rate_divisor() 2343 dev_dbg(dev, "%s - Baud %d = %d\n", __func__, baudrate, custom); in calc_baud_rate_divisor()
|
/drivers/gpio/ |
D | Kconfig | 9 the architecture to provide a custom asm/gpio.h implementation 76 kernel support. Those are common in custom and semicustom 78 custom patches. In those cases, userspace code may import
|
/drivers/staging/android/ion/ |
D | ion.c | 1303 struct ion_custom_data custom; in ion_ioctl() member 1381 ret = dev->custom_ioctl(client, data.custom.cmd, in ion_ioctl() 1382 data.custom.arg); in ion_ioctl()
|
/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 884 strcpy(stats->custom[0].desc, "eh_abort_cnt"); in beiscsi_conn_get_stats() 885 stats->custom[0].value = conn->eh_abort_cnt; in beiscsi_conn_get_stats()
|
/drivers/spi/ |
D | Kconfig | 133 This uses a custom parallel port cable to connect to an AVR 190 speed with a custom version of this driver; see the source code.
|
/drivers/net/ethernet/tile/ |
D | tilegx.c | 292 module_param_named(custom, custom_str, charp, 0444); 293 MODULE_PARM_DESC(custom, "indicates a (heavily) customized classifier");
|
/drivers/macintosh/ |
D | Kconfig | 45 The I/O Processor (IOP) is an Apple custom IC designed to provide
|
/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1646 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in bnx2i_conn_get_stats() 1647 stats->custom[2].value = conn->eh_abort_cnt; in bnx2i_conn_get_stats()
|
/drivers/tty/serial/8250/ |
D | Kconfig | 182 from <http://www.tldp.org/docs.html#howto>), or other custom
|
/drivers/acpi/ |
D | Kconfig | 256 This option supports a custom DSDT by linking it into the kernel.
|
/drivers/md/ |
D | Kconfig | 189 modules containing custom mappings if they wish.
|