drivers/misc/hpilo.c
115
static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar)
drivers/misc/hpilo.c
131
static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb,
drivers/misc/hpilo.c
146
static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb,
drivers/misc/hpilo.c
175
static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb)
drivers/misc/hpilo.c
265
static int ilo_ccb_setup(struct ilo_hwinfo *hw, struct ccb_data *data, int slot)
drivers/misc/hpilo.c
328
static void ilo_ccb_open(struct ilo_hwinfo *hw, struct ccb_data *data, int slot)
drivers/misc/hpilo.c
353
static int ilo_ccb_verify(struct ilo_hwinfo *hw, struct ccb_data *data)
drivers/misc/hpilo.c
387
static inline int get_device_outbound(struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
397
static inline void clear_pending_db(struct ilo_hwinfo *hw, int clr)
drivers/misc/hpilo.c
402
static inline void clear_device(struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
408
static inline void ilo_enable_interrupts(struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
413
static inline void ilo_disable_interrupts(struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
419
static void ilo_set_reset(struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
440
struct ilo_hwinfo *hw = data->ilo_hw;
drivers/misc/hpilo.c
490
struct ilo_hwinfo *hw = data->ilo_hw;
drivers/misc/hpilo.c
535
struct ilo_hwinfo *hw;
drivers/misc/hpilo.c
539
hw = container_of(ip->i_cdev, struct ilo_hwinfo, cdev);
drivers/misc/hpilo.c
566
struct ilo_hwinfo *hw;
drivers/misc/hpilo.c
570
hw = container_of(ip->i_cdev, struct ilo_hwinfo, cdev);
drivers/misc/hpilo.c
648
struct ilo_hwinfo *hw = data;
drivers/misc/hpilo.c
681
static void ilo_unmap_device(struct pci_dev *pdev, struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
688
static int ilo_map_device(struct pci_dev *pdev, struct ilo_hwinfo *hw)
drivers/misc/hpilo.c
73
static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry)
drivers/misc/hpilo.c
742
struct ilo_hwinfo *ilo_hw = pci_get_drvdata(pdev);
drivers/misc/hpilo.c
774
struct ilo_hwinfo *ilo_hw;
drivers/misc/hpilo.c
92
static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry)
drivers/misc/hpilo.h
148
struct ilo_hwinfo *ilo_hw;