Searched refs:ctrl_read (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dperfcntr.c63 ctrl_read(char *page, char **start, off_t off, function
193 ctrl_proc->read_proc = ctrl_read;
200 ctrlraw_proc->read_proc = ctrl_read;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_usb.c193 struct usb_ctrlrequest ctrl_read; /* same for read request */ member in struct:hfcusb_data
1277 hfc->ctrl_read.bRequestType = 0xc0;
1278 hfc->ctrl_read.bRequest = 1;
1279 hfc->ctrl_read.wLength = cpu_to_le16(1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_hpc.c236 debug ("ctrl_read - Exit Error:I2C timeout\n");
348 debug ("ctrl_read - Error : I2C timeout\n");
404 static u8 ctrl_read (struct controller *ctlr, void __iomem *base, u8 offset) function
595 pslot->status = ctrl_read (ctlr_ptr, wpg_bbar, index);
599 pslot->ext_status = ctrl_read (ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX);
605 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
610 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
619 pslot->busstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
622 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
625 *pstatus = ctrl_read (ctlr_pt
[all...]

Completed in 117 milliseconds