Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/net/wireless/
Dutil.c787 struct net_device *dev, enum nl80211_iftype ntype, in cfg80211_change_iface() argument
800 !(rdev->wiphy.interface_modes & (1 << ntype))) in cfg80211_change_iface()
805 (ntype == NL80211_IFTYPE_ADHOC || in cfg80211_change_iface()
806 ntype == NL80211_IFTYPE_STATION || in cfg80211_change_iface()
807 ntype == NL80211_IFTYPE_P2P_CLIENT)) in cfg80211_change_iface()
810 if (ntype != otype && netif_running(dev)) { in cfg80211_change_iface()
812 ntype); in cfg80211_change_iface()
839 ntype, flags, params); in cfg80211_change_iface()
841 WARN_ON(!err && dev->ieee80211_ptr->iftype != ntype); in cfg80211_change_iface()
848 switch (ntype) { in cfg80211_change_iface()
Dcore.h426 struct net_device *dev, enum nl80211_iftype ntype,
Dnl80211.c1633 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local
1640 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface()
1643 ntype = nla_get_u32(info->attrs[NL80211_ATTR_IFTYPE]); in nl80211_set_interface()
1644 if (otype != ntype) in nl80211_set_interface()
1646 if (ntype > NL80211_IFTYPE_MAX) in nl80211_set_interface()
1653 if (ntype != NL80211_IFTYPE_MESH_POINT) in nl80211_set_interface()
1671 err = nl80211_valid_4addr(rdev, dev, params.use_4addr, ntype); in nl80211_set_interface()
1679 if (ntype != NL80211_IFTYPE_MONITOR) in nl80211_set_interface()
1691 err = cfg80211_change_iface(rdev, dev, ntype, flags, &params); in nl80211_set_interface()
/linux-3.4.99/drivers/mtd/ubi/
Dubi.h572 int ntype);
573 int ubi_notify_all(struct ubi_device *ubi, int ntype,
Dbuild.c145 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument
151 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
165 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument
184 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
186 blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddbdefs.h287 enum node_type ntype; member
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Dnode.c195 enum node_type ntype; /* Type of node: message, task, etc */ member
391 pnode->ntype = pnode->dcd_props.obj_data.node_obj.ndb_props.ntype; in node_allocate()
1833 node_type = hnode->ntype; in node_get_type()
2714 hnode->ntype = node_type = pndb_props->ntype; in get_node_props()
Ddbdcd.c1003 gen_obj->obj_data.node_obj.ndb_props.ntype = atoi(token); in get_attrs_from_buf()