Searched refs:aptr (Results 1 – 4 of 4) sorted by relevance
/linux/sound/core/oss/ |
H A D | pcm_plugin.h | 26 void *aptr; /* pointer to the allocated area */ member
|
/linux/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 1695 static int hdac_hdmi_pin2port(void *aptr, int pin) in hdac_hdmi_pin2port() argument 1700 static void hdac_hdmi_eld_notify_cb(void *aptr, int port, int pipe) in hdac_hdmi_eld_notify_cb() argument 1702 struct hdac_device *hdev = aptr; in hdac_hdmi_eld_notify_cb()
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 509 static int bar_cmp(const void *aptr, const void *bptr) in bar_cmp() argument 511 const struct nfp_bar *a = aptr, *b = bptr; in bar_cmp()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 3229 union xfs_btree_ptr aptr; in xfs_btree_new_iroot() local 3243 aptr = *xfs_btree_ptr_addr(cur, 1, block); in xfs_btree_new_iroot() 3245 aptr.l = cpu_to_be64(XFS_INO_TO_FSB(cur->bc_mp, in xfs_btree_new_iroot() 3249 error = xfs_btree_alloc_block(cur, &aptr, &nptr, stat); in xfs_btree_new_iroot()
|