Home
last modified time | relevance | path

Searched defs:xxx (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbna.h114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument
116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument
118 #define xxx_enable(mode, bitmask, xxx) \ argument
124 #define xxx_disable(mode, bitmask, xxx) \ argument
130 #define xxx_inactive(mode, bitmask, xxx) \ argument
/linux-6.1.9/include/linux/
Dcred.h363 #define task_cred_xxx(task, xxx) \ argument
376 #define current_cred_xxx(xxx) \ argument
/linux-6.1.9/drivers/scsi/arm/
Dacornscsi.c104 #define DBG(cmd,xxx...) \ argument
109 #define DBG(cmd,xxx...) xxx argument
/linux-6.1.9/arch/mips/include/asm/ip32/
Dmace.h91 unsigned long xxx; /* later... */ member
319 volatile unsigned long xxx; /* later... */ member
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c358 u64 xxx[KMB_ECC_VLI_MAX_DIGITS] = { 0 }; in kmb_ocs_ecc_is_pubkey_valid_partial() local
/linux-6.1.9/lib/mpi/
Dec.c1420 MPI xxx; in mpi_ec_curve_point() local
/linux-6.1.9/crypto/
Decc.c1551 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; in ecc_is_pubkey_valid_partial() local
/linux-6.1.9/sound/soc/
Dsoc-pcm.c444 #define __soc_pcm_params_symmetry(xxx) \ in soc_pcm_params_symmetry() argument