Home
last modified time | relevance | path

Searched refs:active_input (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c411 pin->pin == pf->dplls.eec.active_input ? in ice_dpll_pin_state_update()
415 pin->pin == pf->dplls.pps.active_input ? in ice_dpll_pin_state_update()
1100 if (d->active_input == pin) in ice_dpll_phase_offset_get()
1490 if (d->prev_input != d->active_input) { in ice_dpll_notify_changes()
1493 d->prev_input = d->active_input; in ice_dpll_notify_changes()
1494 if (d->active_input) { in ice_dpll_notify_changes()
1495 dpll_pin_change_ntf(d->active_input); in ice_dpll_notify_changes()
1501 if (!pin_notified && d->active_input) in ice_dpll_notify_changes()
1502 dpll_pin_change_ntf(d->active_input); in ice_dpll_notify_changes()
1543 d->active_input = pf->dplls.inputs[d->input_idx].pin; in ice_dpll_update_state()
[all …]
H A Dice_dpll.h67 struct dpll_pin *active_input; member
/linux/drivers/media/pci/cx18/
H A Dcx18-video.c14 int inp = cx->active_input; in cx18_video_set_io()
H A Dcx18-ioctl.c520 *i = cx->active_input; in cx18_g_input()
535 if (inp == cx->active_input) { in cx18_s_input()
541 cx->active_input, inp); in cx18_s_input()
543 cx->active_input = inp; in cx18_s_input()
947 cx18_get_input(cx, cx->active_input, &vidin); in cx18_log_status()
H A Dcx18-driver.c791 cx->active_input = i; in cx18_init_struct2()
1221 video_input = cx->active_input; in cx18_init_on_first_open()
1222 cx->active_input++; /* Force update of input */ in cx18_init_on_first_open()
H A Dcx18-driver.h656 u32 active_input; member
/linux/drivers/media/pci/ivtv/
H A Divtv-routing.c52 int inp = itv->active_input; in ivtv_video_set_io()
H A Divtv-ioctl.c972 *i = itv->active_input; in ivtv_g_input()
986 if (inp == itv->active_input) { in ivtv_s_input()
996 itv->active_input, inp); in ivtv_s_input()
998 itv->active_input = inp; in ivtv_s_input()
1510 ivtv_get_input(itv, itv->active_input, &vidin); in ivtv_log_status()
H A Divtv-driver.c797 itv->active_input = i; in ivtv_init_struct2()
1311 video_input = itv->active_input; in ivtv_init_on_first_open()
1312 itv->active_input++; /* Force update of input */ in ivtv_init_on_first_open()
H A Divtv-driver.h655 u32 active_input; /* current video input */ member