• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/

Lines Matching refs:ilo_hwinfo

66 static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry)
85 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry)
108 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar)
124 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb,
139 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb,
168 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb)
257 static int ilo_ccb_setup(struct ilo_hwinfo *hw, struct ccb_data *data, int slot)
322 static void ilo_ccb_open(struct ilo_hwinfo *hw, struct ccb_data *data, int slot)
347 static int ilo_ccb_verify(struct ilo_hwinfo *hw, struct ccb_data *data)
381 static inline int get_device_outbound(struct ilo_hwinfo *hw)
391 static inline int is_device_reset(struct ilo_hwinfo *hw)
397 static inline void clear_pending_db(struct ilo_hwinfo *hw, int clr)
402 static inline void clear_device(struct ilo_hwinfo *hw)
408 static inline void ilo_enable_interrupts(struct ilo_hwinfo *hw)
413 static inline void ilo_disable_interrupts(struct ilo_hwinfo *hw)
419 static void ilo_set_reset(struct ilo_hwinfo *hw)
440 struct ilo_hwinfo *hw = data->ilo_hw;
490 struct ilo_hwinfo *hw = data->ilo_hw;
535 struct ilo_hwinfo *hw;
539 hw = container_of(ip->i_cdev, struct ilo_hwinfo, cdev);
566 struct ilo_hwinfo *hw;
570 hw = container_of(ip->i_cdev, struct ilo_hwinfo, cdev);
647 struct ilo_hwinfo *hw = data;
680 static void ilo_unmap_device(struct pci_dev *pdev, struct ilo_hwinfo *hw)
687 static int __devinit ilo_map_device(struct pci_dev *pdev, struct ilo_hwinfo *hw)
724 struct ilo_hwinfo *ilo_hw = pci_get_drvdata(pdev);
746 struct ilo_hwinfo *ilo_hw;