Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_ope.h74 xhandler_get, xhandler_put, xinfo) \ argument
78 .info = xinfo, \
H A Dtegra210_mbdrc.c527 #define TEGRA_MBDRC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, xinfo) \ argument
533 #define TEGRA_MBDRC_BAND_BYTES_EXT(xname, xbase, xshift, xmask, xinfo) \
535 xshift, xmask, xinfo)
521 TEGRA_MBDRC_BYTES_EXT(xname,xbase,xregs,xshift,xmask,xinfo) global() argument
/linux/net/core/
H A Dxdp.c692 const struct skb_shared_info *xinfo; in xdp_copy_frags_from_zc() local
696 xinfo = xdp_get_shared_info_from_buff(xdp); in xdp_copy_frags_from_zc()
697 nr_frags = xinfo->nr_frags; in xdp_copy_frags_from_zc()
700 const skb_frag_t *frag = &xinfo->frags[i]; in xdp_copy_frags_from_zc()
720 xdp_update_skb_frags_info(skb, nr_frags, xinfo->xdp_frags_size, tsize, in xdp_copy_frags_from_zc()
/linux/drivers/acpi/
H A Dbattery.c572 const int xinfo = test_bit(ACPI_BATTERY_XINFO_PRESENT, &battery->flags); in acpi_battery_get_info() local
582 for (use_bix = xinfo ? 1 : 0; use_bix >= 0; use_bix--) { in acpi_battery_get_info()
605 if (!result && !use_bix && xinfo) in acpi_battery_get_info()
/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.h801 xtask, xcmd, xtype, xinfo, xget, xput) \ argument
804 .info = xinfo, .get = xget, .put = xput, \