Lines Matching refs:chp

235 	struct channel_path *chp = chpid_to_chp(chpid);  in chsc_chp_offline()  local
249 mutex_lock(&chp->lock); in chsc_chp_offline()
250 chp_update_desc(chp); in chsc_chp_offline()
251 mutex_unlock(&chp->lock); in chsc_chp_offline()
430 struct channel_path *chp; in chsc_process_sei_res_acc() local
449 chp = chpid_to_chp(chpid); in chsc_process_sei_res_acc()
450 mutex_lock(&chp->lock); in chsc_process_sei_res_acc()
451 chp_update_desc(chp); in chsc_process_sei_res_acc()
452 mutex_unlock(&chp->lock); in chsc_process_sei_res_acc()
470 struct channel_path *chp; in chsc_process_sei_chp_avail() local
487 chp = chpid_to_chp(chpid); in chsc_process_sei_chp_avail()
488 if (!chp) { in chsc_process_sei_chp_avail()
492 mutex_lock(&chp->lock); in chsc_process_sei_chp_avail()
493 chp_update_desc(chp); in chsc_process_sei_chp_avail()
494 mutex_unlock(&chp->lock); in chsc_process_sei_chp_avail()
697 struct channel_path *chp = chpid_to_chp(chpid); in chsc_chp_online() local
710 mutex_lock(&chp->lock); in chsc_chp_online()
711 chp_update_desc(chp); in chsc_chp_online()
712 mutex_unlock(&chp->lock); in chsc_chp_online()
758 struct channel_path *chp = chpid_to_chp(chpid); in chsc_chp_vary() local
765 chp_update_desc(chp); in chsc_chp_vary()
964 chsc_initialize_cmg_chars(struct channel_path *chp, u8 cmcv, in chsc_initialize_cmg_chars() argument
972 chp->cmg_chars.values[i] = chars->values[i]; in chsc_initialize_cmg_chars()
974 chp->cmg_chars.values[i] = 0; in chsc_initialize_cmg_chars()
978 int chsc_get_channel_measurement_chars(struct channel_path *chp) in chsc_get_channel_measurement_chars() argument
1004 chp->shared = -1; in chsc_get_channel_measurement_chars()
1005 chp->cmg = -1; in chsc_get_channel_measurement_chars()
1015 scmc_area->first_chpid = chp->chpid.id; in chsc_get_channel_measurement_chars()
1016 scmc_area->last_chpid = chp->chpid.id; in chsc_get_channel_measurement_chars()
1033 chp->cmg = scmc_area->cmg; in chsc_get_channel_measurement_chars()
1034 chp->shared = scmc_area->shared; in chsc_get_channel_measurement_chars()
1035 if (chp->cmg != 2 && chp->cmg != 3) { in chsc_get_channel_measurement_chars()
1039 chsc_initialize_cmg_chars(chp, scmc_area->cmcv, in chsc_get_channel_measurement_chars()