Searched defs:set_config (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/gadget/
H A Dcomposite.c589 static int set_config(struct usb_composite_dev *cdev, function
1164 value = set_config(cdev, ctrl, w_value);
H A Dimx_udc.h58 unsigned char set_config; member in struct:imx_udc_struct
/drivers/scsi/
H A Dhptiop.c962 struct hpt_iop_request_set_config set_config; local
1067 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config));
1068 set_config.iop_id = cpu_to_le32(host->host_no);
1069 set_config.vbus_id = cpu_to_le16(host->host_no);
1070 set_config.max_host_request_size = cpu_to_le16(req_size);
1072 if (hba->ops->set_config(hba, &set_config)) {
1238 .set_config = iop_set_config_itl,
1253 .set_config = iop_set_config_mv,
H A Dhptiop.h295 int (*set_config)(struct hptiop_hba *hba, member in struct:hptiop_adapter_ops
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h213 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); member in struct:dvb_tuner_ops
255 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); member in struct:analog_demod_ops
/drivers/net/ethernet/8390/
H A Dpcnet_cs.c105 static int set_config(struct net_device *dev, struct ifmap *map);
225 .ndo_set_config = set_config,
981 static int set_config(struct net_device *dev, struct ifmap *map) function
/drivers/tty/
H A Drocket.c1230 static int set_config(struct tty_struct *tty, struct r_port *info, function
1348 ret = set_config(tty, info, argp);

Completed in 215 milliseconds