Searched defs:drv (Results 201 - 211 of 211) sorted by relevance

123456789

/drivers/net/wireless/rt2x00/
H A Drt2x00.h668 const void *drv; member in struct:rt2x00_ops
/drivers/scsi/
H A Deata_generic.h379 struct drive_geom_emul drv[2]; /* drive structures */ member in struct:geom_emul
/drivers/usb/core/
H A Dhub.c513 const struct hc_driver *drv; local
529 drv = clear->hcd->driver;
530 if (drv->clear_tt_buffer_complete)
531 (drv->clear_tt_buffer_complete)(clear->hcd, clear->ep);
4156 struct usb_driver *drv; local
4160 drv = to_usb_driver(cintf->dev.driver);
4161 if (drv->pre_reset && drv->post_reset)
4162 unbind = (drv->pre_reset)(cintf);
4177 struct usb_driver *drv; local
[all...]
/drivers/video/matrox/
H A Dmatroxfb_base.c1929 int matroxfb_register_driver(struct matroxfb_driver* drv) { argument
1932 list_add(&drv->node, &matroxfb_driver_list);
1940 p = drv->probe(minfo);
1943 minfo->drivers[minfo->drivers_count++] = drv;
1949 void matroxfb_unregister_driver(struct matroxfb_driver* drv) { argument
1952 list_del(&drv->node);
1959 if (minfo->drivers[i] == drv) {
1960 if (drv && drv->remove)
1961 drv
1971 struct matroxfb_driver* drv; local
1995 struct matroxfb_driver* drv = minfo->drivers[i]; local
[all...]
/drivers/block/
H A Dcciss.c182 drive_info_struct *drv);
435 drive_info_struct *drv = h->drv[*pos]; local
440 if (drv == NULL) /* it's possible for h->drv[] to have holes. */
443 if (drv->heads == 0)
446 vol_sz = drv->nr_blocks;
451 if (drv->raid_level < 0 || drv->raid_level > RAID_UNKNOWN)
452 drv
661 drive_info_struct *drv = to_drv(dev); local
691 drive_info_struct *drv = to_drv(dev); local
715 drive_info_struct *drv = to_drv(dev); local
739 drive_info_struct *drv = to_drv(dev); local
762 drive_info_struct *drv = to_drv(dev); local
787 drive_info_struct *drv = to_drv(dev); local
810 drive_info_struct *drv = to_drv(dev); local
920 drive_info_struct *drv = to_drv(dev); local
1082 drive_info_struct *drv = get_drv(bdev->bd_disk); local
1131 drive_info_struct *drv; local
1275 drive_info_struct *drv = get_drv(bdev->bd_disk); local
1448 drive_info_struct *drv = get_drv(disk); local
2136 drive_info_struct *drv; local
2455 drive_info_struct *drv; local
2839 cciss_geometry_inquiry(ctlr_info_t *h, int logvol, sector_t total_size, unsigned int block_size, InquiryData_struct *inq_buff, drive_info_struct *drv) argument
2945 drive_info_struct *drv = get_drv(disk); local
3294 drive_info_struct *drv; local
[all...]
/drivers/char/ipmi/
H A Dipmi_msghandler.c2120 static struct bmc_device *ipmi_find_bmc_guid(struct device_driver *drv, argument
2125 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid);
2147 struct device_driver *drv,
2156 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id);
2146 ipmi_find_bmc_prod_dev_id( struct device_driver *drv, unsigned int product_id, unsigned char device_id) argument
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c5365 * @drv:
5372 const struct bnx2x_func_sp_drv_ops *drv)
5374 return drv->init_hw_func(bp);
5381 * @drv:
5389 const struct bnx2x_func_sp_drv_ops *drv)
5391 int rc = drv->init_hw_port(bp);
5395 return bnx2x_func_init_func(bp, drv);
5402 * @drv:
5409 const struct bnx2x_func_sp_drv_ops *drv)
5411 int rc = drv
5371 bnx2x_func_init_func(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5388 bnx2x_func_init_port(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5408 bnx2x_func_init_cmn_chip(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5428 bnx2x_func_init_cmn(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5443 const struct bnx2x_func_sp_drv_ops *drv = o->drv; local
5513 bnx2x_func_reset_func(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5534 bnx2x_func_reset_port(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5551 bnx2x_func_reset_cmn(struct bnx2x *bp, const struct bnx2x_func_sp_drv_ops *drv) argument
5564 const struct bnx2x_func_sp_drv_ops *drv = o->drv; local
[all...]
H A Dbnx2x_sp.h1163 struct bnx2x_func_sp_drv_ops *drv; member in struct:bnx2x_func_sp_obj
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h190 struct ipw2100_bd *drv; member in struct:ipw2100_bd_queue
239 struct ipw2100_status *drv; member in struct:ipw2100_status_queue
/drivers/platform/x86/
H A Dthinkpad_acpi.c1427 struct device_driver *drv,
1437 static ssize_t tpacpi_driver_debug_show(struct device_driver *drv, argument
1443 static ssize_t tpacpi_driver_debug_store(struct device_driver *drv, argument
1460 static ssize_t tpacpi_driver_version_show(struct device_driver *drv, argument
1475 static ssize_t tpacpi_driver_wlsw_emulstate_show(struct device_driver *drv, argument
1481 static ssize_t tpacpi_driver_wlsw_emulstate_store(struct device_driver *drv, argument
1503 struct device_driver *drv,
1510 struct device_driver *drv,
1529 struct device_driver *drv,
1536 struct device_driver *drv,
1426 tpacpi_driver_interface_version_show( struct device_driver *drv, char *buf) argument
1502 tpacpi_driver_bluetooth_emulstate_show( struct device_driver *drv, char *buf) argument
1509 tpacpi_driver_bluetooth_emulstate_store( struct device_driver *drv, const char *buf, size_t count) argument
1528 tpacpi_driver_wwan_emulstate_show( struct device_driver *drv, char *buf) argument
1535 tpacpi_driver_wwan_emulstate_store( struct device_driver *drv, const char *buf, size_t count) argument
1554 tpacpi_driver_uwb_emulstate_show( struct device_driver *drv, char *buf) argument
1561 tpacpi_driver_uwb_emulstate_store( struct device_driver *drv, const char *buf, size_t count) argument
1587 tpacpi_create_driver_attributes(struct device_driver *drv) argument
1612 tpacpi_remove_driver_attributes(struct device_driver *drv) argument
7912 fan_fan_watchdog_show(struct device_driver *drv, char *buf) argument
7918 fan_fan_watchdog_store(struct device_driver *drv, const char *buf, size_t count) argument
[all...]
/drivers/net/wireless/iwlegacy/
H A Dcommon.h2807 struct il_priv *drv; member in struct:il_lq_sta

Completed in 524 milliseconds

123456789