Searched refs:p_cur (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-radio-common.c | 92 dev->radio_tx_rds_psname->p_cur.p_char, in vivid_radio_rds_init() 95 dev->radio_tx_rds_radiotext->p_cur.p_char + alt * 64, in vivid_radio_rds_init()
|
D | vivid-kthread-cap.c | 531 *dev->int64->p_cur.p_s64, in vivid_fillbuff() 537 dev->string->p_cur.p_char); in vivid_fillbuff()
|
/linux-4.1.27/sound/sparc/ |
D | amd7930.c | 330 unsigned char *p_orig, *p_cur; member 510 byte = *(amd->p_cur++); in snd_amd7930_interrupt() 594 amd->p_orig = amd->p_cur = runtime->dma_area; in snd_amd7930_playback_prepare() 652 ptr = amd->p_cur - amd->p_orig; in snd_amd7930_playback_pointer()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1212 ev->u.ctrl.value64 = *ctrl->p_cur.p_s64; in fill_event() 1302 union v4l2_ctrl_ptr ptr = ctrl->p_cur; in std_log() 1482 return ptr_to_user(c, ctrl, ctrl->p_cur); in cur_to_user() 1567 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur() 1597 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new() 1629 ctrl->p_cur, ctrl->p_new); in cluster_changed() 2040 ctrl->p_cur.p = data + tot_ctrl_size; in v4l2_ctrl_new() 2043 ctrl->p_cur.p = &ctrl->cur.val; in v4l2_ctrl_new() 2046 ctrl->type_ops->init(ctrl, idx, ctrl->p_cur); in v4l2_ctrl_new() 3353 changed = *ctrl->p_new.p_s64 != *ctrl->p_cur.p_s64; in __v4l2_ctrl_modify_range() [all …]
|
/linux-4.1.27/include/media/ |
D | v4l2-ctrls.h | 210 union v4l2_ctrl_ptr p_cur; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 311 union v4l2_ctrl_ptr p_cur; 316 &ctrl->cur.val == ctrl->p_cur.p_s32 318 For all other types use ctrl->p_cur.p<something>. Basically the val 325 Unless the control is marked volatile the p_cur field points to the the 382 pr_info("String value is '%s'\n", ctrl1->p_cur.p_char);
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 1116 solo_enc->md_thresholds->p_cur.p_u16); in solo_s_ctrl()
|