Lines Matching refs:bscv_info
142 struct bscv_idi_info bscv_info; in todbl_get() local
163 bscv_info.type = BSCV_IDI_WDOG_PAT; in todbl_get()
164 bscv_info.data = NULL; in todbl_get()
165 bscv_info.size = 0; in todbl_get()
167 (*bsc_drv_func_ptr)(&bscv_info); in todbl_get()
273 struct bscv_idi_info bscv_info; in todbl_set() local
303 bscv_info.type = BSCV_IDI_WDOG_PAT; in todbl_set()
304 bscv_info.data = NULL; in todbl_set()
305 bscv_info.size = 0; in todbl_set()
307 (*bsc_drv_func_ptr)(&bscv_info); in todbl_set()
443 struct bscv_idi_info bscv_info; in configure_wdog() local
450 bscv_info.type = BSCV_IDI_WDOG_CFG; in configure_wdog()
451 bscv_info.data = &wdog_cmd; in configure_wdog()
452 bscv_info.size = sizeof (wdog_cmd); in configure_wdog()
456 (*bsc_drv_func_ptr)(&bscv_info); in configure_wdog()