Home
last modified time | relevance | path

Searched refs:omode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c132 struct drm_display_mode *omode = &asyh->state.adjusted_mode; in nv50_head_atomic_check_view() local
139 omode = umode; in nv50_head_atomic_check_view()
154 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
/linux/net/ipv6/
H A Dmcast.c353 int ip6_mc_source(int add, int omode, struct sock *sk, in ip6_mc_source() argument
397 if (pmc->sfmode != omode) { in ip6_mc_source()
401 } else if (pmc->sfmode != omode) { in ip6_mc_source()
403 ip6_mc_add_src(idev, group, omode, 0, NULL, 0); in ip6_mc_source()
405 pmc->sfmode = omode; in ip6_mc_source()
422 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip6_mc_source()
428 ip6_mc_del_src(idev, group, omode, 1, source, 1); in ip6_mc_source()
478 ip6_mc_add_src(idev, group, omode, 1, source, 1); in ip6_mc_source()
/linux/net/ipv4/
H A Digmp.c2395 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument
2437 if (pmc->sfmode != omode) { in ip_mc_source()
2441 } else if (pmc->sfmode != omode) { in ip_mc_source()
2443 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0); in ip_mc_source()
2446 pmc->sfmode = omode; in ip_mc_source()
2464 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { in ip_mc_source()
2470 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
2526 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1, in ip_mc_source()
/linux/drivers/parport/
H A Dparport_ip32.c837 unsigned int omode; in parport_ip32_set_mode() local
840 omode = parport_ip32_read_econtrol(p) & ECR_MODE_MASK; in parport_ip32_set_mode()
843 || omode == ECR_MODE_SPP || omode == ECR_MODE_PS2)) { in parport_ip32_set_mode()