Lines Matching refs:npcm_rc_data
90 struct npcm_rc_data { struct
101 #define to_rc_data(p) container_of(p, struct npcm_rc_data, rcdev) argument
106 struct npcm_rc_data *rc = container_of(nb, struct npcm_rc_data, in npcm_rc_restart()
120 struct npcm_rc_data *rc = to_rc_data(rcdev); in npcm_rc_setclear_reset()
151 struct npcm_rc_data *rc = to_rc_data(rcdev); in npcm_rc_status()
161 struct npcm_rc_data *rc = to_rc_data(rcdev); in npcm_reset_xlate()
194 static void npcm_usb_reset_npcm7xx(struct npcm_rc_data *rc) in npcm_usb_reset_npcm7xx()
261 static void npcm_usb_reset_npcm8xx(struct npcm_rc_data *rc) in npcm_usb_reset_npcm8xx()
344 static int npcm_usb_reset(struct platform_device *pdev, struct npcm_rc_data *rc) in npcm_usb_reset()
397 static struct auxiliary_device *npcm_clock_adev_alloc(struct npcm_rc_data *rst_data, char *clk_name) in npcm_clock_adev_alloc()
424 static int npcm8xx_clock_controller_register(struct npcm_rc_data *rst_data, char *clk_name) in npcm8xx_clock_controller_register()
444 struct npcm_rc_data *rc; in npcm_rc_probe()