Searched refs:ilo_hwinfo (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/misc/ |
H A D | hpilo.c | 73 static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry) in fifo_enqueue() 92 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() 115 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() 131 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_enqueue() 146 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_dequeue() 175 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb) in ilo_pkt_recv() 265 static int ilo_ccb_setup(struct ilo_hwinfo *hw, struct ccb_data *data, int slot) in ilo_ccb_setup() 328 static void ilo_ccb_open(struct ilo_hwinfo *hw, struct ccb_data *data, int slot) in ilo_ccb_open() 353 static int ilo_ccb_verify(struct ilo_hwinfo *hw, struct ccb_data *data) in ilo_ccb_verify() 387 static inline int get_device_outbound(struct ilo_hwinfo *hw) in get_device_outbound() [all …]
|
H A D | hpilo.h | 34 struct ilo_hwinfo { struct 148 struct ilo_hwinfo *ilo_hw;
|