hw_setup          204 drivers/dma/ep93xx_dma.c 	int			(*hw_setup)(struct ep93xx_dma_chan *);
hw_setup          908 drivers/dma/ep93xx_dma.c 	ret = edmac->edma->hw_setup(edmac);
hw_setup         1221 drivers/dma/ep93xx_dma.c 	edmac->edma->hw_setup(edmac);
hw_setup         1382 drivers/dma/ep93xx_dma.c 		edma->hw_setup = m2m_hw_setup;
hw_setup         1390 drivers/dma/ep93xx_dma.c 		edma->hw_setup = m2p_hw_setup;
hw_setup          132 drivers/input/misc/gp2ap002a00f.c 	if (pdata->hw_setup) {
hw_setup          133 drivers/input/misc/gp2ap002a00f.c 		error = pdata->hw_setup(client);
hw_setup         7045 drivers/net/ethernet/micrel/ksz884x.c 	hw_setup(hw);
hw_setup           19 include/linux/input/gp2ap002a00f.h 	int (*hw_setup)(struct i2c_client *client);