• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/

Lines Matching refs:crystalhd_hw

4  *  Name: crystalhd_hw . c
28 #include "crystalhd_hw.h"
348 static struct crystalhd_rx_dma_pkt *crystalhd_hw_alloc_rx_pkt(struct crystalhd_hw *hw)
369 static void crystalhd_hw_free_rx_pkt(struct crystalhd_hw *hw,
405 struct crystalhd_hw *hw = (struct crystalhd_hw *)context;
427 static void crystalhd_hw_delete_ioqs(struct crystalhd_hw *hw)
453 static enum BC_STATUS crystalhd_hw_create_ioqs(struct crystalhd_hw *hw)
523 static enum BC_STATUS crystalhd_hw_tx_req_complete(struct crystalhd_hw *hw,
558 static bool crystalhd_tx_list0_handler(struct crystalhd_hw *hw, uint32_t err_sts)
590 static bool crystalhd_tx_list1_handler(struct crystalhd_hw *hw, uint32_t err_sts)
622 static void crystalhd_tx_isr(struct crystalhd_hw *hw, uint32_t int_sts)
837 static void crystalhd_start_tx_dma_engine(struct crystalhd_hw *hw)
856 static enum BC_STATUS crystalhd_stop_tx_dma_engine(struct crystalhd_hw *hw)
913 static uint32_t crystalhd_get_pib_avail_cnt(struct crystalhd_hw *hw)
947 static uint32_t crystalhd_get_addr_from_pib_Q(struct crystalhd_hw *hw)
983 static bool crystalhd_rel_addr_to_pib_Q(struct crystalhd_hw *hw, uint32_t addr_to_rel)
1040 static void crystalhd_hw_proc_pib(struct crystalhd_hw *hw)
1089 static void crystalhd_start_rx_dma_engine(struct crystalhd_hw *hw)
1108 static void crystalhd_stop_rx_dma_engine(struct crystalhd_hw *hw)
1165 static enum BC_STATUS crystalhd_hw_prog_rxdma(struct crystalhd_hw *hw, struct crystalhd_rx_dma_pkt *rx_pkt)
1224 static enum BC_STATUS crystalhd_hw_post_cap_buff(struct crystalhd_hw *hw,
1236 static void crystalhd_get_dnsz(struct crystalhd_hw *hw, uint32_t list_index,
1258 static void crystalhd_hw_finalize_pause(struct crystalhd_hw *hw)
1283 static enum BC_STATUS crystalhd_rx_pkt_done(struct crystalhd_hw *hw, uint32_t list_index,
1320 static bool crystalhd_rx_list0_handler(struct crystalhd_hw *hw, uint32_t int_sts,
1388 static bool crystalhd_rx_list1_handler(struct crystalhd_hw *hw, uint32_t int_sts,
1459 static void crystalhd_rx_isr(struct crystalhd_hw *hw, uint32_t intr_sts)
1530 static enum BC_STATUS crystalhd_fw_cmd_post_proc(struct crystalhd_hw *hw,
1556 static enum BC_STATUS crystalhd_put_ddr2sleep(struct crystalhd_hw *hw)
1709 enum BC_STATUS crystalhd_do_fw_cmd(struct crystalhd_hw *hw,
1791 bool crystalhd_hw_interrupt(struct crystalhd_adp *adp, struct crystalhd_hw *hw)
1849 enum BC_STATUS crystalhd_hw_open(struct crystalhd_hw *hw, struct crystalhd_adp *adp)
1859 memset(hw, 0, sizeof(struct crystalhd_hw));
1880 enum BC_STATUS crystalhd_hw_close(struct crystalhd_hw *hw)
1897 enum BC_STATUS crystalhd_hw_setup_dma_rings(struct crystalhd_hw *hw)
1970 enum BC_STATUS crystalhd_hw_free_dma_rings(struct crystalhd_hw *hw)
2008 enum BC_STATUS crystalhd_hw_post_tx(struct crystalhd_hw *hw, struct crystalhd_dio_req *ioreq,
2115 enum BC_STATUS crystalhd_hw_cancel_tx(struct crystalhd_hw *hw, uint32_t list_id)
2128 enum BC_STATUS crystalhd_hw_add_cap_buffer(struct crystalhd_hw *hw,
2168 enum BC_STATUS crystalhd_hw_get_cap_buffer(struct crystalhd_hw *hw,
2204 enum BC_STATUS crystalhd_hw_start_capture(struct crystalhd_hw *hw)
2229 enum BC_STATUS crystalhd_hw_stop_capture(struct crystalhd_hw *hw)
2249 enum BC_STATUS crystalhd_hw_pause(struct crystalhd_hw *hw)
2261 enum BC_STATUS crystalhd_hw_unpause(struct crystalhd_hw *hw)
2277 enum BC_STATUS crystalhd_hw_suspend(struct crystalhd_hw *hw)
2300 void crystalhd_hw_stats(struct crystalhd_hw *hw, struct crystalhd_hw_stats *stats)
2318 enum BC_STATUS crystalhd_hw_set_core_clock(struct crystalhd_hw *hw)