Home
last modified time | relevance | path

Searched refs:hw_setup (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/input/
Dgp2ap002a00f.h18 int (*hw_setup)(struct i2c_client *client); member
/linux-4.4.14/drivers/input/misc/
Dgp2ap002a00f.c135 if (pdata->hw_setup) { in gp2a_probe()
136 error = pdata->hw_setup(client); in gp2a_probe()
/linux-4.4.14/drivers/dma/
Dep93xx_dma.c203 int (*hw_setup)(struct ep93xx_dma_chan *); member
900 ret = edmac->edma->hw_setup(edmac); in ep93xx_dma_alloc_chan_resources()
1189 edmac->edma->hw_setup(edmac); in ep93xx_dma_terminate_all()
1338 edma->hw_setup = m2m_hw_setup; in ep93xx_dma_probe()
1345 edma->hw_setup = m2p_hw_setup; in ep93xx_dma_probe()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c3770 static void hw_setup(struct ksz_hw *hw) in hw_setup() function
7048 hw_setup(hw); in pcidev_init()