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

/linux-4.4.14/drivers/pci/hotplug/
H A Dibmphp_hpc.c233 debug ("ctrl_read - Exit Error:I2C timeout\n"); i2c_ctrl_read()
345 debug ("ctrl_read - Error : I2C timeout\n"); i2c_ctrl_write()
401 static u8 ctrl_read (struct controller *ctlr, void __iomem *base, u8 offset) ctrl_read() function
592 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
596 pslot->ext_status = ctrl_read (ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); ibmphp_hpc_readslot()
602 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
607 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
616 pslot->busstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
619 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
622 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
626 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
637 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index); ibmphp_hpc_readslot()
642 ctrl_read (ctlr_ptr, wpg_bbar, ibmphp_hpc_readslot()
645 err ("%s - Error ctrl_read failed\n", __func__); ibmphp_hpc_readslot()
1112 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, WPG_CTLR_INDEX); hpc_wait_ctlr_notworking()
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc_usb.c194 struct usb_ctrlrequest ctrl_read; /* same for read request */ member in struct:hfcusb_data
1178 hfc->ctrl_read.bRequestType = 0xc0; hfc_usb_init()
1179 hfc->ctrl_read.bRequest = 1; hfc_usb_init()
1180 hfc->ctrl_read.wLength = cpu_to_le16(1); hfc_usb_init()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h291 struct usb_ctrlrequest ctrl_read; member in struct:hfcsusb
H A Dhfcsusb.c1726 hw->ctrl_read.bRequestType = 0xc0; setup_hfcsusb()
1727 hw->ctrl_read.bRequest = 1; setup_hfcsusb()
1728 hw->ctrl_read.wLength = cpu_to_le16(1); setup_hfcsusb()

Completed in 113 milliseconds