Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 42) sorted by relevance

12

/drivers/tty/
Damiserial.c111 #define custom amiga_custom macro
198 custom.intena = IF_TBE; in rs_stop()
200 custom.intreq = IF_TBE; in rs_stop()
219 custom.intena = IF_SETCLR | IF_TBE; in rs_start()
222 custom.intreq = IF_SETCLR | IF_TBE; in rs_start()
260 serdatr = custom.serdatr; in receive_chars()
262 custom.intreq = IF_RBF; in receive_chars()
339 custom.intreq = IF_TBE; in transmit_chars()
342 custom.serdat = info->x_char | 0x100; in transmit_chars()
352 custom.intena = IF_TBE; in transmit_chars()
[all …]
/drivers/video/fbdev/
Damifb.c591 #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/net/wireless/intel/ipw2x00/
Dlibipw_wx.c64 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/
Dieee80211_wx.c59 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/staging/rtl8192e/
Drtllib_wx.c52 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 …]
/drivers/media/usb/dvb-usb/
Dnova-t-usb2.c77 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()
/drivers/block/
Damiflop.c198 #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/staging/android/ion/
Dion-ioctl.c29 struct ion_custom_data custom; member
160 ret = dev->custom_ioctl(client, data.custom.cmd, in ion_ioctl()
161 data.custom.arg); in ion_ioctl()
Ddevicetree.txt27 -- linux,ion-heap-custom
DKconfig51 to parse the devicetree and expand for their own custom
/drivers/ide/
Dide-taskfile.c153 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/
Discsi_tcp.c818 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats()
819 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats()
820 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats()
821 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats()
822 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats()
823 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
/drivers/misc/
DKconfig515 int "Default panel profile (0-5, 0=custom)"
525 0 = custom (see further)
555 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
566 1 : custom configuration and wiring (see further)
582 This is the number of visible character lines on the LCD in custom profile.
591 This is the number of characters per line on the LCD in custom profile.
607 This option lets you configure the value used by your LCD in 'custom' profile.
666 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
681 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
696 Default for the 'RW' pin in custom profile is '16' (INIT).
[all …]
/drivers/staging/fbtft/
Dfbtft_device.c83 static bool custom; variable
84 module_param(custom, bool, 0);
85 MODULE_PARM_DESC(custom, "Add a custom display device. Use speed= argument to make it a SPI device,…
1479 if (custom) { in fbtft_device_init()
1528 if (custom) { in fbtft_device_init()
/drivers/media/v4l2-core/
Dv4l2-async.c50 if (!asd->match.custom.match) in match_custom()
54 return asd->match.custom.match(sd->dev, asd); in match_custom()
/drivers/clk/ingenic/
Dcgu.h167 struct ingenic_cgu_custom_info custom; member
Djz4780-cgu.c277 .custom = { &jz4780_otg_phy_ops },
/drivers/staging/wilc1000/
DTODO4 - remove custom debug and tracing functions
/drivers/staging/ks7010/
DTODO31 custom ones here
/drivers/usb/serial/
Dmos7720.c1425 __u16 custom; in calc_baud_rate_divisor() local
1443 custom = (__u16)(230400L / baudrate); in calc_baud_rate_divisor()
1447 round = (__u16)(round1 - (custom * 10)); in calc_baud_rate_divisor()
1449 custom++; in calc_baud_rate_divisor()
1450 *divisor = custom; in calc_baud_rate_divisor()
1452 dev_dbg(&port->dev, "Baud %d = %d\n", baudrate, custom); in calc_baud_rate_divisor()
Dio_edgeport.c2305 __u16 custom; in calc_baud_rate_divisor() local
2319 custom = (__u16)((230400L + baudrate/2) / baudrate); in calc_baud_rate_divisor()
2321 *divisor = custom; in calc_baud_rate_divisor()
2323 dev_dbg(dev, "%s - Baud %d = %d\n", __func__, baudrate, custom); in calc_baud_rate_divisor()
/drivers/hid/
DMakefile109 obj-$(CONFIG_HID_SENSOR_CUSTOM_SENSOR) += hid-sensor-custom.o
DKconfig947 tristate "HID Sensors hub custom sensor support"
951 HID Sensor hub specification allows definition of some custom and
953 via Linux IIO because of custom fields. This is up to the manufacturer
957 should't use these special custom sensor ids to export any of the
959 Select this config option for custom/generic sensor support.
/drivers/gpu/drm/msm/
DNOTES31 driver, and not exposing any custom ioctls to userspace for now.)
/drivers/scsi/be2iscsi/
Dbe_iscsi.c874 strcpy(stats->custom[0].desc, "eh_abort_cnt"); in beiscsi_conn_get_stats()
875 stats->custom[0].value = conn->eh_abort_cnt; in beiscsi_conn_get_stats()

12