Home
last modified time | relevance | path

Searched refs:master_id (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/mxs/
Dmxs-saif.c71 return mxs_saif[saif->master_id]; in mxs_saif_get_master()
305 if (saif->id != saif->master_id) { in mxs_saif_set_dai_fmt()
363 if (saif->id == saif->master_id) in mxs_saif_set_dai_fmt()
764 saif->master_id = saif->id; in mxs_saif_probe()
771 saif->master_id = ret; in mxs_saif_probe()
773 if (saif->master_id >= ARRAY_SIZE(mxs_saif)) { in mxs_saif_probe()
Dmxs-saif.h107 unsigned int master_id; member
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvc_ctrl.c449 .master_id = V4L2_CID_HUE_AUTO,
557 .master_id = V4L2_CID_EXPOSURE_AUTO,
580 .master_id = V4L2_CID_AUTO_WHITE_BALANCE,
604 .master_id = V4L2_CID_AUTO_WHITE_BALANCE,
616 .master_id = V4L2_CID_AUTO_WHITE_BALANCE,
628 .master_id = V4L2_CID_FOCUS_AUTO,
1041 if (mapping->master_id) in __uvc_query_v4l2_ctrl()
1042 __uvc_find_control(ctrl->entity, mapping->master_id, in __uvc_query_v4l2_ctrl()
1396 if (mapping->master_id && in uvc_ctrl_send_events()
1398 mapping->master_id)) in uvc_ctrl_send_events()
Duvcvideo.h248 u32 master_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp6000_pcie.c165 u8 master_id; member
607 nfp->expl.master_id = ((NFP_CPP_INTERFACE_UNIT_of(interface) & 3) + 4) in enable_bars()
1141 signal_master = nfp->expl.master_id; in nfp6000_explicit_do()
1144 if (signal_master == nfp->expl.master_id) in nfp6000_explicit_do()
1150 data_master = nfp->expl.master_id; in nfp6000_explicit_do()
1153 if (data_master == nfp->expl.master_id) in nfp6000_explicit_do()
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
Drcar-core.c117 unsigned int master_id, channel, mask_new, i; in rvin_group_link_notify() local
148 master_id = rvin_group_id_to_master(vin->id); in rvin_group_link_notify()
150 if (WARN_ON(!group->vin[master_id])) { in rvin_group_link_notify()
156 for (i = master_id; i < master_id + 4; i++) { in rvin_group_link_notify()
212 ret = rvin_set_channel_routing(group->vin[master_id], __ffs(mask_new)); in rvin_group_link_notify()