Searched defs:options (Results 1 - 25 of 248) sorted by relevance

12345678910

/drivers/video/fbdev/core/
H A Dfb_cmdline.c30 * (video=<name>:<options>)
37 char *opt, *options = NULL; local
53 options = opt + name_len + 1;
57 if (!options && option && fb_mode_option)
58 options = kstrdup(fb_mode_option, GFP_KERNEL);
59 if (options && !strncmp(options, "off", 3))
63 *option = options;
70 * video_setup - process command line options
71 * @options
82 video_setup(char *options) argument
[all...]
/drivers/firmware/
H A Dpcdp.c27 static char options[64], *p = options; local
45 add_preferred_console("uart", 8250, &options[9]);
46 return setup_early_serial8250_console(options);
/drivers/tty/serial/
H A Dearlycon.c58 char *options)
64 if (!options)
67 mmio = !strncmp(options, "mmio,", 5);
68 mmio32 = !strncmp(options, "mmio32,", 7);
71 options += mmio ? 5 : 7;
72 addr = simple_strtoul(options, NULL, 0);
76 } else if (!strncmp(options, "io,", 3)) {
78 options += 3;
79 addr = simple_strtoul(options, NULL, 0);
82 } else if (!strncmp(options, "
57 parse_options(struct earlycon_device *device, char *options) argument
[all...]
H A Dkgdb_nmi.c47 static int kgdb_nmi_console_setup(struct console *co, char *options) argument
/drivers/video/fbdev/
H A Defifb.c85 static int efifb_setup(char *options) argument
90 if (options && *options) {
91 while ((this_opt = strsep(&options, ",")) != NULL) {
H A D68328fb.c406 int __init mc68x328fb_setup(char *options) argument
412 if (!options || !*options)
415 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Dfm2fb.c296 int __init fm2fb_setup(char *options) argument
300 if (!options || !*options)
303 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/block/
H A Drbd_types.h71 } __attribute__((packed)) options; member in struct:rbd_image_header_ondisk
/drivers/net/ethernet/i825xx/
H A Dsni_82596.c63 if (lp->options & OPT_MPU_16BIT) {
81 struct resource *res, *ca, *idprom, *options; local
89 options = platform_get_resource(dev, 0, 0);
91 if (!res || !ca || !options || !idprom)
132 lp->options = options->flags & IORESOURCE_BITS;
/drivers/tty/serial/8250/
H A D8250_early.c142 const char *options)
149 snprintf(device->options, sizeof(device->options), "%u",
187 "ttyS", line, device->options);
190 "ttyS", line, device->options);
141 early_serial8250_setup(struct earlycon_device *device, const char *options) argument
/drivers/usb/serial/
H A Dconsole.c55 static int usb_console_setup(struct console *co, char *options) argument
70 if (options) {
71 baud = simple_strtoul(options, NULL, 10);
72 s = options;
/drivers/watchdog/
H A Dindydog.c105 int options, retval = -EINVAL; local
107 .options = WDIOF_KEEPALIVEPING,
123 if (get_user(options, (int *)arg))
125 if (options & WDIOS_DISABLECARD) {
129 if (options & WDIOS_ENABLECARD) {
H A Diop_wdt.c131 .options = WDIOF_CARDRESET | WDIOF_MAGICCLOSE | WDIOF_KEEPALIVEPING,
138 int options; local
159 if (get_user(options, (int *)arg))
162 if (options & WDIOS_DISABLECARD) {
172 if (options & WDIOS_ENABLECARD) {
H A Driowd.c91 .options = WDIOF_SETTIMEOUT,
97 unsigned int options; local
117 if (copy_from_user(&options, argp, sizeof(options)))
120 if (options & WDIOS_DISABLECARD)
122 else if (options & WDIOS_ENABLECARD)
H A Dsbc_epx_c3.c108 int options, retval = -EINVAL; local
111 .options = WDIOF_KEEPALIVEPING,
125 if (get_user(options, argp))
128 if (options & WDIOS_DISABLECARD) {
133 if (options & WDIOS_ENABLECARD) {
/drivers/base/
H A Ddevtmpfs.c378 char options[] = "mode=0755"; local
383 *err = sys_mount("devtmpfs", "/", "devtmpfs", MS_SILENT, options);
/drivers/char/
H A Ddcc_tty.c240 static int __init dcc_console_setup(struct console *co, char *options) argument
/drivers/isdn/mISDN/
H A Ddsp_core.c168 static int options; variable
174 module_param(options, uint, S_IRUGO | S_IWUSR);
1127 dsp_options = options;
/drivers/misc/sgi-gru/
H A Dgrulib.h56 /* Get some config options (primarily for tests & emulator) */
79 unsigned int options; member in struct:gru_create_context_req
91 * Structure used to set context options
/drivers/net/ppp/
H A Dppp_deflate.c39 static void *z_comp_alloc(unsigned char *options, int opt_len);
40 static void *z_decomp_alloc(unsigned char *options, int opt_len);
43 static int z_comp_init(void *state, unsigned char *options,
46 static int z_decomp_init(void *state, unsigned char *options,
76 * @options: pointer to CCP option data
77 * @opt_len: length of the CCP option at @options.
79 * The @options pointer points to the a buffer containing the
88 static void *z_comp_alloc(unsigned char *options, int opt_len) argument
94 (options[0] != CI_DEFLATE && options[
140 z_comp_init(void *arg, unsigned char *options, int opt_len, int unit, int hdrlen, int debug) argument
305 z_decomp_alloc(unsigned char *options, int opt_len) argument
355 z_decomp_init(void *arg, unsigned char *options, int opt_len, int unit, int hdrlen, int mru, int debug) argument
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_vport.h67 uint32_t options; member in struct:vport_data
/drivers/scsi/qla2xxx/
H A Dqla_mid.c562 req->options |= BIT_0;
577 rsp->options |= BIT_0;
626 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, argument
683 options |= BIT_4;
686 options |= BIT_5;
687 req->options = options;
690 "options=0x%x.\n", req->options);
692 "options
751 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, uint8_t vp_idx, uint16_t rid, int req) argument
[all...]
/drivers/scsi/qla4xxx/
H A Dql4_bsg.c86 uint32_t options = 0; local
112 options = bsg_req->rqst_data.h_vendor.vendor_cmd[2];
126 rval = qla4xxx_set_flash(ha, flash_dma, offset, length, options);
H A Dql4_iocb.c517 int qla4xxx_ping_iocb(struct scsi_qla_host *ha, uint32_t options, argument
535 in_mbox[1] = options;
/drivers/tty/
H A Dgoldfish.c156 static int goldfish_tty_console_setup(struct console *co, char *options) argument

Completed in 511 milliseconds

12345678910