Searched refs:hctrl (Results 1 – 1 of 1) sorted by relevance
119 static inline void ssv6xxx_hwif_irq_request(struct ssv6xxx_hci_ctrl *hctrl, irq_handler_t irq_handl… in ssv6xxx_hwif_irq_request() argument121 if(hctrl->shi->if_ops->irq_request) in ssv6xxx_hwif_irq_request()122 hctrl->shi->if_ops->irq_request(IFDEV(hctrl), irq_handler, hctrl); in ssv6xxx_hwif_irq_request()124 static inline void ssv6xxx_hwif_irq_enable(struct ssv6xxx_hci_ctrl *hctrl) in ssv6xxx_hwif_irq_enable() argument126 if(hctrl->shi->if_ops->irq_enable) in ssv6xxx_hwif_irq_enable()127 hctrl->shi->if_ops->irq_enable(IFDEV(hctrl)); in ssv6xxx_hwif_irq_enable()129 static inline void ssv6xxx_hwif_irq_disable(struct ssv6xxx_hci_ctrl *hctrl) in ssv6xxx_hwif_irq_disable() argument131 if(hctrl->shi->if_ops->irq_disable) in ssv6xxx_hwif_irq_disable()132 hctrl->shi->if_ops->irq_disable(IFDEV(hctrl), false); in ssv6xxx_hwif_irq_disable()134 static inline int ssv6xxx_hwif_irq_getstatus(struct ssv6xxx_hci_ctrl *hctrl, int *status) in ssv6xxx_hwif_irq_getstatus() argument[all …]