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

12345678910

/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/block/
H A Drbd_types.h59 } __attribute__((packed)) options; member in struct:rbd_image_header_ondisk
/drivers/net/ethernet/i825xx/
H A Dsni_82596.c64 if (lp->options & OPT_MPU_16BIT) {
82 struct resource *res, *ca, *idprom, *options; local
90 options = platform_get_resource(dev, 0, 0);
92 if (!res || !ca || !options || !idprom)
133 lp->options = options->flags & IORESOURCE_BITS;
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c274 unsigned char options = aic_dev->cur.options; local
279 sync_rate = aic7xxx_find_syncrate(p, &period, 0, &options);
297 aic_dev->cur.options);
302 aic_dev->goal.options);
307 p->user[tindex].options);
/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.c504 int qla4xxx_ping_iocb(struct scsi_qla_host *ha, uint32_t options, argument
522 in_mbox[1] = options;
/drivers/tty/serial/8250/
H A D8250_early.c45 char options[16]; /* e.g., 115200n8 */ member in struct:early_serial8250_device
152 char *options)
157 if (!options)
162 mmio = !strncmp(options, "mmio,", 5);
163 mmio32 = !strncmp(options, "mmio32,", 7);
166 port->mapbase = simple_strtoul(options + (mmio ? 5 : 7),
167 &options, 0);
185 } else if (!strncmp(options, "io,", 3)) {
187 port->iobase = simple_strtoul(options + 3, &options,
151 parse_options(struct early_serial8250_device *device, char *options) argument
226 early_serial8250_setup(char *options) argument
244 char *options; local
[all...]
/drivers/usb/serial/
H A Dconsole.c56 static int usb_console_setup(struct console *co, char *options) argument
73 if (options) {
74 baud = simple_strtoul(options, NULL, 10);
75 s = options;
/drivers/video/
H A D68328fb.c412 int __init mc68x328fb_setup(char *options) argument
418 if (!options || !*options)
421 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Dfm2fb.c298 int __init fm2fb_setup(char *options) argument
302 if (!options || !*options)
305 while ((this_opt = strsep(&options, ",")) != NULL) {
H A Dvesafb.c195 static int __init vesafb_setup(char *options) argument
199 if (!options || !*options)
202 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/watchdog/
H A Dindydog.c114 int options, retval = -EINVAL; local
116 .options = WDIOF_KEEPALIVEPING,
132 if (get_user(options, (int *)arg))
134 if (options & WDIOS_DISABLECARD) {
138 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.c92 .options = WDIOF_SETTIMEOUT,
98 unsigned int options; local
118 if (copy_from_user(&options, argp, sizeof(options)))
121 if (options & WDIOS_DISABLECARD)
123 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.c391 char options[] = "mode=0755"; local
396 *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/crypto/caam/
H A Ddesc_constr.h52 static inline void init_desc(u32 *desc, u32 options) argument
54 *desc = options | HDR_ONE | 1;
57 static inline void init_sh_desc(u32 *desc, u32 options) argument
60 init_desc(desc, CMD_SHARED_DESC_HDR | options);
63 static inline void init_sh_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) argument
68 options);
71 static inline void init_job_desc(u32 *desc, u32 options) argument
73 init_desc(desc, CMD_DESC_HDR | options);
86 u32 options)
89 init_job_desc(desc, HDR_SHARED | options |
85 init_job_desc_shared(u32 *desc, dma_addr_t ptr, int len, u32 options) argument
127 append_jump(u32 *desc, u32 options) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_fb.c320 int radeon_parse_options(char *options) argument
324 if (!options || !*options)
327 while ((this_opt = strsep(&options, ",")) != NULL) {
/drivers/isdn/mISDN/
H A Ddsp_core.c168 static int options; variable
174 module_param(options, uint, S_IRUGO | S_IWUSR);
1124 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/s390/char/
H A Dvmwatchdog.c156 .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING | WDIOF_MAGICCLOSE,
176 int options, ret; local
177 if (get_user(options, (int __user *)arg))
180 if (options & WDIOS_DISABLECARD) {
185 if (options & WDIOS_ENABLECARD) {
/drivers/scsi/lpfc/
H A Dlpfc_vport.h67 uint32_t options; member in struct:vport_data
/drivers/scsi/qla2xxx/
H A Dqla_mid.c553 req->options |= BIT_0;
568 rsp->options |= BIT_0;
617 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, argument
670 options |= BIT_4;
673 options |= BIT_5;
674 req->options = options;
677 "options=0x%x.\n", req->options);
679 "options
735 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, uint8_t vp_idx, uint16_t rid, int req) argument
[all...]

Completed in 596 milliseconds

12345678910