Home
last modified time | relevance | path

Searched defs:appid (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dme.h161 #define MBP_MAKE_IDENT(appid, item) ((appid << 8) | item) argument
162 #define MBP_IDENT(appid, item) \ argument
/openbmc/u-boot/disk/
H A Dpart_iso.h50 char appid[128]; /* application identifier */ member
88 char appid[128]; /* application identifier */ member
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_utils.c775 u64 gfir, sluid, appid, ufir, ufec, sfir, sfec; in genwqe_read_ffdc_regs() local
/openbmc/linux/drivers/iio/accel/
H A Dmma9553.c335 u8 bitnum = 0, appid = MMA9551_APPID_PEDOMETER; in mma9553_conf_gpio() local
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c298 qla_edif_app_check(scsi_qla_host_t *vha, struct app_id appid) in qla_edif_app_check()