Searched defs:options (Results 151 - 175 of 246) sorted by relevance

12345678910

/drivers/video/
H A Dsstfb.c1274 static int __devinit sstfb_setup(char *options) argument
1278 if (!options || !*options)
1281 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Duvesafb.c1883 static int __devinit uvesafb_setup(char *options) argument
1887 if (!options || !*options)
1890 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Dvga16fb.c1292 static int __init vga16fb_setup(char *options) argument
1296 if (!options || !*options)
1299 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/infiniband/hw/nes/
H A Dnes_cm.c404 struct nes_cm_node *cm_node, void *options, u32 optionsize,
485 memcpy(buf, options, optionsize);
969 union all_known_options *options; local
974 options = (union all_known_options *)&optionsbuffer[optionssize];
975 options->as_mss.optionnum = OPTION_NUMBER_MSS;
976 options->as_mss.length = sizeof(struct option_mss);
977 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss);
980 options = (union all_known_options *)&optionsbuffer[optionssize];
981 options->as_windowscale.optionnum = OPTION_NUMBER_WINDOW_SCALE;
982 options
403 form_cm_frame(struct sk_buff *skb, struct nes_cm_node *cm_node, void *options, u32 optionsize, void *data, u32 datasize, u8 flags) argument
[all...]
/drivers/infiniband/ulp/srp/
H A Dib_srp.c1929 char *options, *sep_opt; local
1938 options = kstrdup(buf, GFP_KERNEL);
1939 if (!options)
1942 sep_opt = options;
2096 kfree(options);
/drivers/isdn/mISDN/
H A Dlayer2.c2074 create_l2(struct mISDNchannel *ch, u_int protocol, u_long options, int tei, argument
2098 if (test_bit(OPTION_L2_PMX, &options))
2102 if (test_bit(OPTION_L2_PTP, &options))
2104 if (test_bit(OPTION_L2_FIXEDTEI, &options))
2110 if (test_bit(OPTION_L2_PMX, &options))
2123 if (test_bit(OPTION_L2_PMX, &options))
2127 if (test_bit(OPTION_L2_PTP, &options))
2129 if (test_bit(OPTION_L2_FIXEDTEI, &options))
2135 if (test_bit(OPTION_L2_PMX, &options))
/drivers/net/ethernet/3com/
H A D3c515.c51 the feature may be turned on using 'options'. */
315 int options; /* User-settable misc. driver options. */ member in struct:corkscrew_private
396 /* This driver uses 'options' to pass the media type, full-duplex flag, etc. */
398 static int options[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1, }; variable
404 module_param_array(options, int, NULL, 0);
408 MODULE_PARM_DESC(options, "3c515: Bits 0-2: media type, bit 3: full duplex, bit 4: bus mastering");
602 vp->options = dev->mem_start;
605 if (!vp->options) {
607 vp->options
[all...]
/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c80 Both 'options[]' and 'full_duplex[]' should exist for driver
82 The media type is usually passed in 'options[]'.
84 #define MAX_UNITS 8 /* More are supported, limit only on options */
85 static int options[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; variable
157 module_param_array(options, int, NULL, 0);
163 MODULE_PARM_DESC(options, "winbond-840: Bits 0-3: media type, bit 17: full duplex");
369 int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
/drivers/net/ethernet/i825xx/
H A Dlib82596.c326 int options; member in struct:i596_private
H A Dlp486e.c998 * but not at a fixed address - things depend on setup options.
1294 static int options; variable
1302 module_param(options, int, 0);
1326 options = 0;
/drivers/net/ethernet/packetengines/
H A Dhamachi.c85 #define MAX_UNITS 8 /* More are supported, limit only on options */
86 static int options[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; variable
317 01/15/1999 EPK Added the max_{rx,tx}_latency options. These are used to
505 u32 option; /* Hold on to a copy of the options */
526 module_param_array(options, int, NULL, 0);
541 MODULE_PARM_DESC(options, "GNIC-II Bits 0-3: media type, bits 4-6: as force32, bit 7: half duplex, bit 9 full duplex");
660 /* Check for options being passed in */
661 option = card_idx < MAX_UNITS ? options[card_idx] : 0;
H A Dyellowfin.c60 #define MAX_UNITS 8 /* More are supported, limit only on options */
61 static int options[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; variable
121 module_param_array(options, int, NULL, 0);
128 MODULE_PARM_DESC(options, "G-NIC: Bits 0-3: media type, bit 17: full duplex");
379 int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
599 There are no options here. */
/drivers/net/ethernet/smsc/
H A Depic100.c38 #define MAX_UNITS 8 /* More are supported, limit only on options */
39 static int options[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; variable
104 module_param_array(options, int, NULL, 0);
107 MODULE_PARM_DESC(options, "EPIC/100: Bits 0-3: media type, bit 4: full duplex");
406 if (options[card_idx] >= 0)
407 option = options[card_idx];
/drivers/net/ethernet/xilinx/
H A Dll_temac.h20 /* Configuration options */
55 /* Default options set when device is initialized or reset */
358 u32 options; /* Current options word */ member in struct:temac_local
/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c234 * XXX - these options apply unilaterally to _all_ adapters
315 * Module information and settable options.
325 "period-delimited options string:\n"
349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n"
1069 /* All options use a ':' name/arg separator */
1151 } options[] = { local
1181 for (i = 0; i < ARRAY_SIZE(options); i++) {
1183 n = strlen(options[i].name);
1184 if (strncmp(options[i].name, p, n) == 0)
1187 if (i == ARRAY_SIZE(options))
[all...]
H A Daic7xxx_osm.c273 * XXX - these options apply unilaterally to _all_ 274x/284x/294x
335 * Module information and settable options.
345 "period-delimited options string:\n"
368 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n"
958 /* All options use a ':' name/arg separator */
1040 } options[] = { local
1067 for (i = 0; i < ARRAY_SIZE(options); i++) {
1069 n = strlen(options[i].name);
1070 if (strncmp(options[i].name, p, n) == 0)
1073 if (i == ARRAY_SIZE(options))
[all...]
/drivers/scsi/osd/
H A Dosd_initiator.c1621 u8 options, const void *cap, const u8 *cap_key)
1630 if (options & OSD_REQ_FUA)
1631 cdbh->options |= OSD_CDB_FUA;
1633 if (options & OSD_REQ_DPO)
1634 cdbh->options |= OSD_CDB_DPO;
1636 if (options & OSD_REQ_BYPASS_TIMESTAMPS)
1620 osd_finalize_request(struct osd_request *or, u8 options, const void *cap, const u8 *cap_key) argument
/drivers/scsi/qla2xxx/
H A Dqla_mbx.c586 * Set firmware options.
590 * fwopt = pointer for firmware options.
632 * Set firmware options.
636 * fwopt = pointer for firmware options.
1369 fcport->supported_classes = (pd->options & BIT_4) ?
1754 * opt = command options.
1834 * opt = command options.
3243 uint16_t options; local
3255 options = ha->cs84xx->fw_update ? VCO_FORCE_UPDATE : 0;
3257 /* options |
[all...]
H A Dqla_os.c383 uint16_t options = 0; local
394 options |= BIT_7;
395 req = qla25xx_create_req_que(ha, options, 0, 0, -1,
404 options |= BIT_1;
406 ret = qla25xx_create_rsp_que(ha, options, 0, 0, req);
/drivers/staging/comedi/drivers/
H A Dni_pcidio.c1178 static int pci_6534_upload_firmware(struct comedi_device *dev, int options[]) argument
1184 if (options[COMEDI_DEVCONF_AUX_DATA_LENGTH] == 0)
1189 main_fpga_data = comedi_aux_data(options, 0);
1190 main_fpga_data_len = options[COMEDI_DEVCONF_AUX_DATA0_LENGTH];
1195 scarab_a_data = comedi_aux_data(options, 1);
1196 scarab_a_data_len = options[COMEDI_DEVCONF_AUX_DATA1_LENGTH];
1200 scarab_b_data = comedi_aux_data(options, 2);
1201 scarab_b_data_len = options[COMEDI_DEVCONF_AUX_DATA2_LENGTH];
1223 ret = nidio_find_device(dev, it->options[0], it->options[
[all...]
/drivers/staging/serial/
H A D68360serial.c77 int serial_console_setup(struct console *co, char *options);
80 * Serial driver configuration section. Here are the various options:
2062 * number, and identifies which options were configured into this
2791 //static int __init serial_console_setup( struct console *co, char *options)
2792 int serial_console_setup( struct console *co, char *options) argument
/drivers/tty/serial/8250/
H A D8250.c2854 static int __init serial8250_console_setup(struct console *co, char *options) argument
2873 if (options)
2874 uart_parse_options(options, &baud, &parity, &bits, &flow);
/drivers/tty/serial/
H A Damba-pl011.c1847 static int __init pl011_console_setup(struct console *co, char *options) argument
1881 if (options)
1882 uart_parse_options(options, &baud, &parity, &bits, &flow);
H A Datmel_serial.c1619 static int __init atmel_console_setup(struct console *co, char *options) argument
1638 if (options)
1639 uart_parse_options(options, &baud, &parity, &bits, &flow);
H A Dmpc52xx_uart.c1175 mpc52xx_console_setup(struct console *co, char *options) argument
1188 pr_debug("mpc52xx_console_setup co=%p, co->index=%i, options=%s\n",
1189 co, co->index, options);
1233 /* Setup the port parameters accoding to options */
1234 if (options)
1235 uart_parse_options(options, &baud, &parity, &bits, &flow);

Completed in 6601 milliseconds

12345678910