Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 134) sorted by relevance

123456

/linux-2.4.37.9/arch/arm/mach-sa1100/
Dcpu-sa1100.c135 sa1100_dram_regs_t *settings = sa1100_dram_settings; in sa1100_update_dram_timings() local
138 while(settings->speed != 0) { in sa1100_update_dram_timings()
139 if(new_speed == settings->speed) in sa1100_update_dram_timings()
142 settings++; in sa1100_update_dram_timings()
145 if(settings->speed == 0) { in sa1100_update_dram_timings()
162 MDCAS2 = settings->mdcas2; in sa1100_update_dram_timings()
163 MDCAS1 = settings->mdcas1; in sa1100_update_dram_timings()
164 MDCAS0 = settings->mdcas0; in sa1100_update_dram_timings()
165 MDCNFG = settings->mdcnfg; in sa1100_update_dram_timings()
177 MDCAS0 = settings->mdcas0; in sa1100_update_dram_timings()
[all …]
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_param.c191 param->pv.i = self->settings.service_type; in ircomm_param_service_type()
208 self->settings.service_type = IRCOMM_CENTRONICS; in ircomm_param_service_type()
210 self->settings.service_type = IRCOMM_9_WIRE; in ircomm_param_service_type()
212 self->settings.service_type = IRCOMM_3_WIRE; in ircomm_param_service_type()
214 self->settings.service_type = IRCOMM_3_WIRE_RAW; in ircomm_param_service_type()
217 self->settings.service_type); in ircomm_param_service_type()
230 (self->settings.service_type != IRCOMM_3_WIRE_RAW)) in ircomm_param_service_type()
257 self->settings.port_type = (__u8) param->pv.i; in ircomm_param_port_type()
260 self->settings.port_type); in ircomm_param_port_type()
282 strncpy(self->settings.port_name, param->pv.c, 32); in ircomm_param_port_name()
[all …]
Dircomm_tty_ioctl.c90 self->settings.data_rate = baud; in ircomm_tty_change_speed()
96 self->settings.flow_control |= IRCOMM_RTS_CTS_IN; in ircomm_tty_change_speed()
102 self->settings.flow_control &= ~IRCOMM_RTS_CTS_IN; in ircomm_tty_change_speed()
135 self->settings.data_format = cval; in ircomm_tty_change_speed()
169 self->settings.dte &= ~(IRCOMM_DTR|IRCOMM_RTS); in ircomm_tty_set_termios()
176 self->settings.dte |= IRCOMM_DTR; in ircomm_tty_set_termios()
179 self->settings.dte |= IRCOMM_RTS; in ircomm_tty_set_termios()
206 result = ((self->settings.dte & IRCOMM_RTS) ? TIOCM_RTS : 0) in ircomm_tty_get_modem_info()
207 | ((self->settings.dte & IRCOMM_DTR) ? TIOCM_DTR : 0) in ircomm_tty_get_modem_info()
208 | ((self->settings.dce & IRCOMM_CD) ? TIOCM_CAR : 0) in ircomm_tty_get_modem_info()
[all …]
Dircomm_tty.c326 self->settings.dte |= IRCOMM_RTS + IRCOMM_DTR; in ircomm_tty_block_til_ready()
347 (do_clocal || (self->settings.dce & IRCOMM_CD)) && in ircomm_tty_block_til_ready()
471 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */ in ircomm_tty_open()
472 self->settings.dce = IRCOMM_CTS | IRCOMM_CD; /* Default line settings */ in ircomm_tty_open()
477 self->settings.service_type = IRCOMM_3_WIRE_RAW; /* Default */ in ircomm_tty_open()
897 self->settings.dte &= ~IRCOMM_RTS; in ircomm_tty_throttle()
898 self->settings.dte |= IRCOMM_DELTA_RTS; in ircomm_tty_throttle()
929 self->settings.dte |= (IRCOMM_RTS|IRCOMM_DELTA_RTS); in ircomm_tty_unthrottle()
1090 status = self->settings.dce; in ircomm_tty_check_modem_status()
1263 ret += sprintf(buf+ret, "Port name: %s\n", self->settings.port_name); in ircomm_tty_line_info()
[all …]
Dircomm_tty_attach.c192 memset(&self->settings, 0, sizeof(struct ircomm_params)); in ircomm_tty_detach_cable()
262 self->settings.data_rate); in ircomm_tty_send_initial_parameters()
263 if (!self->settings.data_rate) in ircomm_tty_send_initial_parameters()
264 self->settings.data_rate = 9600; in ircomm_tty_send_initial_parameters()
266 self->settings.data_format); in ircomm_tty_send_initial_parameters()
267 if (!self->settings.data_format) in ircomm_tty_send_initial_parameters()
268 self->settings.data_format = IRCOMM_WSIZE_8; /* 8N1 */ in ircomm_tty_send_initial_parameters()
271 self->settings.flow_control); in ircomm_tty_send_initial_parameters()
275 self->settings.dte = IRCOMM_DTR | IRCOMM_RTS; in ircomm_tty_send_initial_parameters()
284 if (self->settings.service_type == IRCOMM_3_WIRE) { in ircomm_tty_send_initial_parameters()
[all …]
/linux-2.4.37.9/drivers/net/wan/
Dhdlc_fr.c287 if (pvc->master->state.fr.settings.lmi == LMI_NONE) in pvc_open()
302 if (pvc->master->state.fr.settings.lmi == LMI_NONE) in pvc_close()
305 if (pvc->master->state.fr.settings.dce) { in pvc_close()
429 int len = (hdlc->state.fr.settings.lmi == LMI_ANSI) ? LMI_ANSI_LENGTH in fr_lmi_send()
435 if (hdlc->state.fr.settings.dce && fullrep) { in fr_lmi_send()
456 data[i++] = hdlc->state.fr.settings.dce in fr_lmi_send()
458 if (hdlc->state.fr.settings.lmi == LMI_ANSI) in fr_lmi_send()
460 data[i++] = (hdlc->state.fr.settings.lmi == LMI_CCITT) in fr_lmi_send()
465 data[i++] = (hdlc->state.fr.settings.lmi == LMI_CCITT) in fr_lmi_send()
471 if (hdlc->state.fr.settings.dce && fullrep) { in fr_lmi_send()
[all …]
Dc101.c60 sync_serial_settings settings; member
126 switch(port->settings.clock_type) { in c101_set_iface()
209 if (copy_to_user(line, &port->settings, size)) in c101_ioctl()
229 memcpy(&port->settings, &new_line, size); /* Update settings */ in c101_ioctl()
323 card->settings.clock_type = CLOCK_EXT; in c101_run()
Dhdlc_raw.c50 if (copy_to_user(raw_s, &hdlc->state.raw_hdlc.settings, size)) in hdlc_raw_ioctl()
76 memcpy(&hdlc->state.raw_hdlc.settings, &new_settings, size); in hdlc_raw_ioctl()
Dhdlc_cisco.c223 hdlc->state.cisco.settings.timeout * HZ) { in cisco_timer()
232 hdlc->state.cisco.settings.interval * HZ; in cisco_timer()
278 if (copy_to_user(cisco_s, &hdlc->state.cisco.settings, size)) in hdlc_cisco_ioctl()
302 memcpy(&hdlc->state.cisco.settings, &new_settings, size); in hdlc_cisco_ioctl()
Dpci200syn.c77 sync_serial_settings settings; member
145 switch(port->settings.clock_type) { in pci200_set_iface()
229 if (copy_to_user(line, &port->settings, size)) in pci200_ioctl()
250 memcpy(&port->settings, &new_line, size); /* Update settings */ in pci200_ioctl()
414 port->settings.clock_type = CLOCK_EXT; in pci200_pci_init_one()
Dhdlc_raw_eth.c64 if (copy_to_user(raw_s, &hdlc->state.raw_hdlc.settings, size)) in hdlc_raw_eth_ioctl()
90 memcpy(&hdlc->state.raw_hdlc.settings, &new_settings, size); in hdlc_raw_eth_ioctl()
Ddscc4.c232 sync_serial_settings settings; member
972 sync_serial_settings *settings = &dpriv->settings; in dscc4_loopback_check() local
974 if (settings->loopback && (settings->clock_type != CLOCK_INT)) { in dscc4_loopback_check()
1297 const size_t size = sizeof(dpriv->settings); in dscc4_ioctl()
1313 if (copy_to_user(line, &dpriv->settings, size)) in dscc4_ioctl()
1326 if (copy_from_user(&dpriv->settings, line, size)) in dscc4_ioctl()
1356 sync_serial_settings *settings = &dpriv->settings; in dscc4_clock_setting() local
1360 bps = settings->clock_rate; in dscc4_clock_setting()
1366 if (settings->clock_rate != bps) { in dscc4_clock_setting()
1368 dev->name, settings->clock_rate, bps); in dscc4_clock_setting()
[all …]
Dn2.c96 sync_serial_settings settings; member
179 switch(port->settings.clock_type) { in n2_set_iface()
278 if (copy_to_user(line, &port->settings, size)) in n2_ioctl()
298 memcpy(&port->settings, &new_line, size); /* Update settings */ in n2_ioctl()
458 port->settings.clock_type = CLOCK_EXT; in n2_run()
Dhd6457x.c448 if (port->settings.clock_rate > 0) { in sca_set_port()
455 tmc = CLOCK_BASE / brv / port->settings.clock_rate; in sca_set_port()
465 port->settings.clock_rate = CLOCK_BASE / brv / tmc; in sca_set_port()
469 port->settings.clock_rate = CLOCK_BASE / (256 * 512); in sca_set_port()
488 if (port->settings.loopback) in sca_set_port()
514 if (port->settings.loopback) in sca_open()
/linux-2.4.37.9/drivers/usb/serial/
Dkobil_sct.c526 char *settings; in kobil_ioctl() local
556 settings = (unsigned char *) kmalloc(50, GFP_KERNEL); in kobil_ioctl()
557 if (! settings) { in kobil_ioctl()
560 memset(settings, 0, 50); in kobil_ioctl()
565 strcat(settings, "1200 "); in kobil_ioctl()
570 strcat(settings, "9600 "); in kobil_ioctl()
575 strcat(settings, (priv->internal_termios.c_cflag & CSTOPB) ? "2 StopBits " : "1 StopBit "); in kobil_ioctl()
580 strcat(settings, "Odd Parity"); in kobil_ioctl()
583 strcat(settings, "Even Parity"); in kobil_ioctl()
587 strcat(settings, "No Parity"); in kobil_ioctl()
[all …]
Dkl5kusb105.c176 struct klsi_105_port_settings *settings) in klsi_105_chg_port_settings() argument
185 settings, in klsi_105_chg_port_settings()
192 settings->pktlen, in klsi_105_chg_port_settings()
193 settings->baudrate, settings->databits, in klsi_105_chg_port_settings()
194 settings->unknown1, settings->unknown2); in klsi_105_chg_port_settings()
/linux-2.4.37.9/include/linux/
Dhdlc.h122 fr_proto settings; member
139 cisco_proto settings; member
149 raw_hdlc_proto settings; member
/linux-2.4.37.9/Documentation/sound/
DWaveArtist6 nn30 read registers nn, where nn = 00 - 09 for mixer settings
9 rr32 write the mixer settings in pairs, where rr = nn/2
10 xx33 reset all settings to default
/linux-2.4.37.9/drivers/scsi/
DREADME.tmscsim40 module parameters (chapter 5) are ignored! However, you can change settings
146 the attached devices and their settings.
165 Note that the settings MaxID and MaxLUN are not zero- but one-based, which
200 (1) Change driver settings:
209 (2) Change device settings: You write a config line to the driver. The Nr
215 with the given settings (Sync, TagQ).
256 settings to see if everything changed as requested.
261 With the DC390, the driver reads its EEPROM settings and tries to use them.
262 But you may want to override the settings prior to being able to change the
265 possibility to adjust settings before you are able to write to the
[all …]
/linux-2.4.37.9/Documentation/usb/
Dibmcam.txt24 default picture settings, sharpness.
146 settings than V4L can operate, so some settings are done using
235 Beware - fast settings are very demanding and may not
248 init_brightness These settings specify _initial_ values which will be
255 init_model2_rg These initial settings alter color balance of the
256 init_model2_rg2 camera on hardware level. All four settings may be used
258 init_model2_yb settings only apply to Model 2 cameras.
261 photosensitivity settings of the camera. 0=bright light,
/linux-2.4.37.9/Documentation/networking/
D3c359.txt25 ringspeed: Has one of three settings 0 (default), 4 or 16. 0 will
39 the driver now re-sizes buffers based on MTU settings as well.
/linux-2.4.37.9/include/net/irda/
Dircomm_tty.h70 struct ircomm_params settings; member
/linux-2.4.37.9/drivers/char/ftape/
DREADME.PCI46 Here is a list of systems and recommended BIOS settings:
64 Preferred settings: ISA-GAT-mode : disabled
/linux-2.4.37.9/drivers/cdrom/
Dmcdx.h181 #warning Perhaps irq and i/o settings are wrong.
/linux-2.4.37.9/Documentation/
Dkmod.txt26 Kerneld also had a mechanism for storing device driver settings. This
29 for device driver settings and save them to a file. When a module

123456