Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/mc/
Dmc-device.c760 struct media_entity_notify *nptr) in media_device_register_entity_notify()
772 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify()
778 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
/linux-6.6.21/include/media/
Dmedia-device.h449 struct media_entity_notify *nptr) in media_device_register_entity_notify()
454 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
/linux-6.6.21/lib/
Dearlycpio.c64 const char *p, *dptr, *nptr; in find_cpio_data() local
/linux-6.6.21/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.c2984 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local
3087 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local
3209 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull()
3284 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local
3490 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert() local
/linux-6.6.21/arch/um/drivers/
Dvector_user.c385 static int strtofd(const char *nptr) in strtofd()