Searched refs:ilo_hwinfo (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/misc/ |
| D | hpilo.c | 64 static int fifo_enqueue(struct ilo_hwinfo *hw, char *fifobar, int entry) in fifo_enqueue() 83 static int fifo_dequeue(struct ilo_hwinfo *hw, char *fifobar, int *entry) in fifo_dequeue() 106 static int fifo_check_recv(struct ilo_hwinfo *hw, char *fifobar) in fifo_check_recv() 122 static int ilo_pkt_enqueue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_enqueue() 137 static int ilo_pkt_dequeue(struct ilo_hwinfo *hw, struct ccb *ccb, in ilo_pkt_dequeue() 166 static int ilo_pkt_recv(struct ilo_hwinfo *hw, struct ccb *ccb) in ilo_pkt_recv() 255 static int ilo_ccb_setup(struct ilo_hwinfo *hw, struct ccb_data *data, int slot) in ilo_ccb_setup() 320 static void ilo_ccb_open(struct ilo_hwinfo *hw, struct ccb_data *data, int slot) in ilo_ccb_open() 345 static int ilo_ccb_verify(struct ilo_hwinfo *hw, struct ccb_data *data) in ilo_ccb_verify() 379 static inline int get_device_outbound(struct ilo_hwinfo *hw) in get_device_outbound() [all …]
|
| D | hpilo.h | 31 struct ilo_hwinfo { struct 145 struct ilo_hwinfo *ilo_hw;
|