Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dbuild.c153 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument
161 switch (ntype) { in ubi_volume_notify()
172 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
186 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument
205 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
207 blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
Dubi.h847 int ntype);
848 int ubi_notify_all(struct ubi_device *ubi, int ntype,
/drivers/staging/tidspbridge/include/dspbridge/
Ddbdefs.h287 enum node_type ntype; member
/drivers/staging/tidspbridge/rmgr/
Dnode.c195 enum node_type ntype; /* Type of node: message, task, etc */ member
390 pnode->ntype = pnode->dcd_props.obj_data.node_obj.ndb_props.ntype; in node_allocate()
1842 node_type = hnode->ntype; in node_get_type()
2723 hnode->ntype = node_type = pndb_props->ntype; in get_node_props()
Ddbdcd.c1019 gen_obj->obj_data.node_obj.ndb_props.ntype = atoi(token); in get_attrs_from_buf()