Searched refs:ilo_hwinfo (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/misc/ |
D | hpilo.c | 71 static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry) in fifo_enqueue() 90 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() 113 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() 129 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_enqueue() 144 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_dequeue() 173 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb) in ilo_pkt_recv() 263 static int ilo_ccb_setup(struct ilo_hwinfo *hw, struct ccb_data *data, int slot) in ilo_ccb_setup() 326 static void ilo_ccb_open(struct ilo_hwinfo *hw, struct ccb_data *data, int slot) in ilo_ccb_open() 351 static int ilo_ccb_verify(struct ilo_hwinfo *hw, struct ccb_data *data) in ilo_ccb_verify() 385 static inline int get_device_outbound(struct ilo_hwinfo *hw) in get_device_outbound() [all …]
|
D | hpilo.h | 34 struct ilo_hwinfo { struct 148 struct ilo_hwinfo *ilo_hw;
|