/drivers/char/ |
D | amiserial.c | 95 #define custom amiga_custom macro 183 custom.intena = IF_TBE; in rs_stop() 185 custom.intreq = IF_TBE; in rs_stop() 204 custom.intena = IF_SETCLR | IF_TBE; in rs_start() 207 custom.intreq = IF_SETCLR | IF_TBE; in rs_start() 257 serdatr = custom.serdatr; in receive_chars() 259 custom.intreq = IF_RBF; in receive_chars() 336 custom.intreq = IF_TBE; in transmit_chars() 339 custom.serdat = info->x_char | 0x100; in transmit_chars() 349 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 1052 #define get_vbpos() ((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe)) 2275 custom.dmacon = DMAF_ALL | DMAF_MASTER; in amifb_init() 2425 custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER | in amifb_init() 2464 custom.dmacon = DMAF_ALL | DMAF_MASTER; in amifb_deinit() 3134 custom.bplcon3 = bplcon3 | (regno<<8 & 0xe000); in amifb_setcolreg() 3135 custom.color[regno&31] = rgb2hw8_high(red, green, blue); in amifb_setcolreg() 3136 custom.bplcon3 = bplcon3 | (regno<<8 & 0xe000) | BPC3_LOCT; in amifb_setcolreg() [all …]
|
/drivers/media/dvb/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 haupp_rc_keys[i].custom == custom) { in nova_t_rc_query() 98 deb_rc("c: %x, d: %x\n",haupp_rc_keys[i].data,haupp_rc_keys[i].custom); in nova_t_rc_query()
|
D | af9005-remote.c | 134 if (af9005_rc_keys[i].custom == cust in af9005_rc_decode()
|
D | dvb-usb-remote.c | 181 if (keymap[i].custom == keybuf[1] && in dvb_usb_nec_rc_key_to_event()
|
D | dvb-usb.h | 84 u8 custom,data; member
|
D | vp702x.c | 201 if (vp702x_rc_keys[i].custom == key[1]) { in vp702x_rc_query()
|
/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_wx.c | 54 char custom[MAX_CUSTOM_LEN]; local 147 p = custom; 148 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); 158 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), 163 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), 179 iwe.u.data.length = p - custom; 182 start = iwe_stream_add_point(info, start, stop, &iwe, custom); 184 start = iwe_stream_add_point(start, stop, &iwe, custom); 211 p = custom; 213 iwe.u.data.length = p - custom; [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 | 51 char custom[MAX_CUSTOM_LEN]; in ieee80211_translate_scan() local 189 p = custom; in ieee80211_translate_scan() 191 iwe.u.data.length = p - custom; in ieee80211_translate_scan() 193 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in ieee80211_translate_scan() 216 p = custom; in ieee80211_translate_scan() 217 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), in ieee80211_translate_scan() 220 iwe.u.data.length = p - custom; in ieee80211_translate_scan() 222 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in ieee80211_translate_scan() 226 p = custom; in ieee80211_translate_scan() 227 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in ieee80211_translate_scan() [all …]
|
/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 510 strcpy(stats->custom[0].desc, "qp_tx_queue_full"); in iscsi_iser_conn_get_stats() 511 stats->custom[0].value = 0; /* TB iser_conn->qp_tx_queue_full; */ in iscsi_iser_conn_get_stats() 512 strcpy(stats->custom[1].desc, "fmr_map_not_avail"); in iscsi_iser_conn_get_stats() 513 stats->custom[1].value = 0; /* TB iser_conn->fmr_map_not_avail */; in iscsi_iser_conn_get_stats() 514 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_iser_conn_get_stats() 515 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_iser_conn_get_stats() 516 strcpy(stats->custom[3].desc, "fmr_unalign_cnt"); in iscsi_iser_conn_get_stats() 517 stats->custom[3].value = conn->fmr_unalign_cnt; in iscsi_iser_conn_get_stats()
|
/drivers/block/ |
D | amiflop.c | 197 #define custom amiga_custom macro 562 custom.dsklen = 0x4000; in fd_block_done() 584 custom.adkcon = ADK_MSBSYNC; in raw_read() 585 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read() 587 custom.dsksync = MFM_SYNC; in raw_read() 589 custom.dsklen = 0; in raw_read() 590 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf); in raw_read() 591 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 592 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read() 598 custom.dsklen = 0; in raw_read() [all …]
|
/drivers/scsi/ |
D | iscsi_tcp.c | 745 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats() 746 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats() 747 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats() 748 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats() 749 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats() 750 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
|
/drivers/ide/ |
D | ide-taskfile.c | 123 int custom = (task->tf_flags & IDE_TFLAG_CUSTOM_HANDLER) ? 1 : 0; in task_no_data_intr() local 124 int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1; in task_no_data_intr() 137 if (custom && tf->command == ATA_CMD_SET_MULTI) { in task_no_data_intr() 142 } else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) { in task_no_data_intr() 153 if (!custom) in task_no_data_intr()
|
/drivers/staging/rt2860/sta/ |
D | assoc.c | 1769 unsigned char custom[IW_CUSTOM_MAX] = {0}; in SendAssocIEsToWpaSupplicant() local 1773 sprintf(custom, "ASSOCINFO_ReqIEs="); in SendAssocIEsToWpaSupplicant() 1774 NdisMoveMemory(custom+17, pAd->StaCfg.ReqVarIEs, pAd->StaCfg.ReqVarIELen); in SendAssocIEsToWpaSupplicant() 1778 wireless_send_event(pAd->net_dev, IWEVCUSTOM, &wrqu, custom); in SendAssocIEsToWpaSupplicant() 1797 char custom[IW_CUSTOM_MAX] = {0}; in wext_notify_event_assoc() local 1803 memcpy(custom, pAd->StaCfg.ReqVarIEs, pAd->StaCfg.ReqVarIELen); in wext_notify_event_assoc() 1804 wireless_send_event(pAd->net_dev, IWEVASSOCREQIE, &wrqu, custom); in wext_notify_event_assoc() 1813 sprintf(custom, "ASSOCINFO(ReqIEs="); in wext_notify_event_assoc() 1815 sprintf(custom, "%s%02x", custom, pAd->StaCfg.ReqVarIEs[idx]); in wext_notify_event_assoc() 1816 wireless_send_event(pAd->net_dev, IWEVCUSTOM, &wrqu, custom); in wext_notify_event_assoc()
|
D | wpa.c | 1942 char custom[IW_CUSTOM_MAX] = {0}; in WpaSendMicFailureToWpaSupplicant() local 1944 sprintf(custom, "MLME-MICHAELMICFAILURE.indication"); in WpaSendMicFailureToWpaSupplicant() 1946 sprintf(custom, "%s unicast", custom); in WpaSendMicFailureToWpaSupplicant() 1947 wrqu.data.length = strlen(custom); in WpaSendMicFailureToWpaSupplicant() 1948 wireless_send_event(pAd->net_dev, IWEVCUSTOM, &wrqu, custom); in WpaSendMicFailureToWpaSupplicant()
|
/drivers/staging/rt2870/sta/ |
D | assoc.c | 1738 unsigned char custom[IW_CUSTOM_MAX] = {0}; in SendAssocIEsToWpaSupplicant() local 1742 sprintf(custom, "ASSOCINFO_ReqIEs="); in SendAssocIEsToWpaSupplicant() 1743 NdisMoveMemory(custom+17, pAd->StaCfg.ReqVarIEs, pAd->StaCfg.ReqVarIELen); in SendAssocIEsToWpaSupplicant() 1747 wireless_send_event(pAd->net_dev, IWEVCUSTOM, &wrqu, custom); in SendAssocIEsToWpaSupplicant() 1766 char custom[IW_CUSTOM_MAX] = {0}; in wext_notify_event_assoc() local 1772 memcpy(custom, pAd->StaCfg.ReqVarIEs, pAd->StaCfg.ReqVarIELen); in wext_notify_event_assoc() 1773 wireless_send_event(pAd->net_dev, IWEVASSOCREQIE, &wrqu, custom); in wext_notify_event_assoc() 1782 sprintf(custom, "ASSOCINFO(ReqIEs="); in wext_notify_event_assoc() 1784 sprintf(custom, "%s%02x", custom, pAd->StaCfg.ReqVarIEs[idx]); in wext_notify_event_assoc() 1785 wireless_send_event(pAd->net_dev, IWEVCUSTOM, &wrqu, custom); in wext_notify_event_assoc()
|
D | wpa.c | 1963 char custom[IW_CUSTOM_MAX] = {0}; in WpaSendMicFailureToWpaSupplicant() local 1965 sprintf(custom, "MLME-MICHAELMICFAILURE.indication"); in WpaSendMicFailureToWpaSupplicant() 1967 sprintf(custom, "%s unicast", custom); in WpaSendMicFailureToWpaSupplicant() 1968 wrqu.data.length = strlen(custom); in WpaSendMicFailureToWpaSupplicant() 1969 wireless_send_event(pAd->net_dev, IWEVCUSTOM, &wrqu, custom); in WpaSendMicFailureToWpaSupplicant()
|
/drivers/staging/altpciechdma/ |
D | TODO | 10 - split off the DMA support functions in a module, re-usable by custom
|
/drivers/usb/serial/ |
D | mos7720.c | 917 __u16 custom; in calc_baud_rate_divisor() local 935 custom = (__u16)(230400L / baudrate); in calc_baud_rate_divisor() 939 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor() 941 custom++; in calc_baud_rate_divisor() 942 *divisor = custom; in calc_baud_rate_divisor() 944 dbg("Baud %d = %d", baudrate, custom); in calc_baud_rate_divisor()
|
D | mos7840.c | 1768 custom = (__u16) (230400L / baudrate); in mos7840_calc_baud_rate_divisor() 1772 round = (__u16) (round1 - (custom * 10)); in mos7840_calc_baud_rate_divisor() 1774 custom++; in mos7840_calc_baud_rate_divisor() 1775 *divisor = custom; in mos7840_calc_baud_rate_divisor() 1777 dbg(" Baud %d = %d\n", baudrate, custom); in mos7840_calc_baud_rate_divisor()
|
/drivers/net/wireless/libertas/ |
D | scan.c | 917 char custom[MAX_CUSTOM_LEN]; in lbs_translate_scan() local 918 char *p = custom; in lbs_translate_scan() 922 iwe.u.data.length = p - custom; in lbs_translate_scan() 925 &iwe, custom); in lbs_translate_scan()
|
/drivers/net/wireless/orinoco/ |
D | orinoco.c | 5580 char custom[MAX_CUSTOM_LEN]; in orinoco_translate_scan() local 5687 iwe.u.data.length = snprintf(custom, MAX_CUSTOM_LEN, in orinoco_translate_scan() 5692 &iwe, custom); in orinoco_translate_scan() 5696 iwe.u.data.length = snprintf(custom, MAX_CUSTOM_LEN, in orinoco_translate_scan() 5701 &iwe, custom); in orinoco_translate_scan() 5706 iwe.u.data.length = snprintf(custom, MAX_CUSTOM_LEN, in orinoco_translate_scan() 5711 &iwe, custom); in orinoco_translate_scan() 5726 char custom[MAX_CUSTOM_LEN]; in orinoco_translate_ext_scan() local 5844 snprintf(custom, MAX_CUSTOM_LEN, "tsf=%016llx", in orinoco_translate_ext_scan() 5848 &iwe, custom); in orinoco_translate_ext_scan() [all …]
|
/drivers/gpio/ |
D | Kconfig | 58 kernel support. Those are common in custom and semicustom 60 custom patches. In those cases, userspace code may import
|
/drivers/spi/ |
D | Kconfig | 98 This uses a custom parallel port cable to connect to an AVR 117 speed with a custom version of this driver; see the source code.
|