Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 247) sorted by relevance

12345678910

/drivers/tty/serial/8250/
D8250_early.c45 char options[16]; /* e.g., 115200n8 */ member
152 char *options) in parse_options()
226 static int __init early_serial8250_setup(char *options) in early_serial8250_setup()
244 char *options; in setup_early_serial8250_console() local
/drivers/net/ppp/
Dppp_deflate.c88 static void *z_comp_alloc(unsigned char *options, int opt_len) in z_comp_alloc()
140 static int z_comp_init(void *arg, unsigned char *options, int opt_len, in z_comp_init()
305 static void *z_decomp_alloc(unsigned char *options, int opt_len) in z_decomp_alloc()
355 static int z_decomp_init(void *arg, unsigned char *options, int opt_len, in z_decomp_init()
Dbsd_comp.c352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc()
449 static void *bsd_comp_alloc (unsigned char *options, int opt_len) in bsd_comp_alloc()
454 static void *bsd_decomp_alloc (unsigned char *options, int opt_len) in bsd_decomp_alloc()
463 static int bsd_init (void *state, unsigned char *options, in bsd_init()
506 static int bsd_comp_init (void *state, unsigned char *options, in bsd_comp_init()
512 static int bsd_decomp_init (void *state, unsigned char *options, in bsd_decomp_init()
Dppp_mppe.c194 static void *mppe_alloc(unsigned char *options, int optlen) in mppe_alloc()
274 mppe_init(void *arg, unsigned char *options, int optlen, int unit, int debug, in mppe_init()
339 mppe_comp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_comp_init()
455 mppe_decomp_init(void *arg, unsigned char *options, int optlen, int unit, in mppe_decomp_init()
/drivers/crypto/caam/
Ddesc_constr.h52 static inline void init_desc(u32 *desc, u32 options) in init_desc()
57 static inline void init_sh_desc(u32 *desc, u32 options) in init_sh_desc()
63 static inline void init_sh_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_sh_desc_pdb()
71 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc()
86 u32 options) in init_job_desc_shared()
127 static inline u32 *append_jump(u32 *desc, u32 options) in append_jump()
/drivers/video/
Dacornfb.c1131 static struct options { struct
1141 static int __devinit acornfb_setup(char *options) in acornfb_setup()
Dgrvga.c270 static int __devinit grvga_parse_custom(char *options, in grvga_parse_custom()
341 char *options = NULL, *mode_opt = NULL; in grvga_probe() local
Dfm2fb.c298 int __init fm2fb_setup(char *options) in fm2fb_setup()
D68328fb.c412 int __init mc68x328fb_setup(char *options) in mc68x328fb_setup()
Dgbefb.c1101 static int __devinit gbefb_setup(char *options) in gbefb_setup()
1138 char *options = NULL; in gbefb_probe() local
/drivers/scsi/qla4xxx/
Dql4_mbx.c652 uint16_t options; in qla4xxx_get_fwddb_entry() local
794 struct ddb_entry *ddb_entry, int options) in qla4xxx_session_logout_ddb()
1193 static int qla4xxx_get_default_ddb(struct scsi_qla_host *ha, uint32_t options, in qla4xxx_get_default_ddb()
1263 uint32_t offset, uint32_t length, uint32_t options) in qla4xxx_set_flash()
1609 uint32_t options = 0; in qla4xxx_set_param_ddbentry() local
/drivers/firmware/
Dpcdp.c27 static char options[64], *p = options; in setup_serial_console() local
/drivers/scsi/qla2xxx/
Dqla_mid.c617 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_req_que()
735 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_rsp_que()
/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c274 unsigned char options = aic_dev->cur.options; in aic7xxx_proc_info() local
/drivers/watchdog/
Dindydog.c114 int options, retval = -EINVAL; in indydog_ioctl() local
Dsbc_epx_c3.c108 int options, retval = -EINVAL; in epx_c3_ioctl() local
Diop_wdt.c138 int options; in iop_wdt_ioctl() local
Driowd.c98 unsigned int options; in riowd_ioctl() local
Dacquirewdt.c151 int options, retval = -EINVAL; in acq_ioctl() local
Dwafer5823wdt.c151 int options, retval = -EINVAL; in wafwdt_ioctl() local
/drivers/usb/serial/
Dconsole.c56 static int usb_console_setup(struct console *co, char *options) in usb_console_setup()
/drivers/tty/hvc/
Dhvc_console.c189 static int __init hvc_console_setup(struct console *co, char *options) in hvc_console_setup()
771 int hvc_poll_init(struct tty_driver *driver, int line, char *options) in hvc_poll_init()
/drivers/staging/comedi/
Ddrivers.c818 const char *board_name, const int *options, in comedi_auto_config()
865 int options[2]; in comedi_pci_auto_config() local
/drivers/net/ethernet/i825xx/
Dsni_82596.c82 struct resource *res, *ca, *idprom, *options; in sni_82596_probe() local
/drivers/block/
Drbd_types.h59 } __attribute__((packed)) options; member

12345678910