Searched refs:ctrl_read (Results 1 - 4 of 4) sorted by relevance

/drivers/pci/hotplug/
H A Dibmphp_hpc.c233 debug ("ctrl_read - Exit Error:I2C timeout\n");
345 debug ("ctrl_read - Error : I2C timeout\n");
401 static u8 ctrl_read (struct controller *ctlr, void __iomem *base, u8 offset) function
592 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index);
596 pslot->ext_status = ctrl_read (ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX);
602 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
607 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
616 pslot->busstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
619 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
622 *pstatus = ctrl_read (ctlr_pt
[all...]
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h291 struct usb_ctrlrequest ctrl_read; member in struct:hfcsusb
H A Dhfcsusb.c1750 hw->ctrl_read.bRequestType = 0xc0;
1751 hw->ctrl_read.bRequest = 1;
1752 hw->ctrl_read.wLength = cpu_to_le16(1);
/drivers/isdn/hisax/
H A Dhfc_usb.c194 struct usb_ctrlrequest ctrl_read; /* same for read request */ member in struct:hfcusb_data
1179 hfc->ctrl_read.bRequestType = 0xc0;
1180 hfc->ctrl_read.bRequest = 1;
1181 hfc->ctrl_read.wLength = cpu_to_le16(1);

Completed in 80 milliseconds