Home
last modified time | relevance | path

Searched defs:nptr (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/media/mc/
Dmc-device.c761 struct media_entity_notify *nptr) in media_device_register_entity_notify()
774 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify()
780 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
/linux-5.19.10/include/media/
Dmedia-device.h464 struct media_entity_notify *nptr) in media_device_register_entity_notify()
470 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
/linux-5.19.10/lib/
Dearlycpio.c64 const char *p, *dptr, *nptr; in find_cpio_data() local
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_ialloc_btree.c46 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root()
60 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root()
Dxfs_btree.c2974 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local
3077 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local
3199 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull()
3274 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local
3480 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert() local
/linux-5.19.10/arch/um/drivers/
Dvector_user.c385 static int strtofd(const char *nptr) in strtofd()