Searched refs:appid (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
H A D | me.h | 161 #define MBP_MAKE_IDENT(appid, item) ((appid << 8) | item) argument 162 #define MBP_IDENT(appid, item) \ argument 163 MBP_MAKE_IDENT(MBP_APPID_##appid, MBP_##appid##_##item##_ITEM)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-fc | 16 The interface expects a string "<cgroupid>:<appid>" where: 18 <appid> is user provided string upto 128 characters 22 has an appid set, the new value will override the
|
H A D | sysfs-driver-genwqe | 7 What: /sys/class/genwqe/genwqe<n>_card/appid
|
/openbmc/u-boot/disk/ |
H A D | part_iso.h | 50 char appid[128]; /* application identifier */ member 88 char appid[128]; /* application identifier */ member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/ |
H A D | snort_2.9.20.bb | 54 PACKAGECONFIG[appid] = "--enable-open-appid, --disable-open-appid, luajit, bash"
|
/openbmc/linux/block/ |
H A D | Makefile | 19 obj-$(CONFIG_BLK_CGROUP_FC_APPID) += blk-cgroup-fc-appid.o
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_utils.c | 775 u64 gfir, sluid, appid, ufir, ufec, sfir, sfec; in genwqe_read_ffdc_regs() local 786 appid = __genwqe_readq(cd, IO_APP_UNITCFG); /* 0x02000000 */ in genwqe_read_ffdc_regs() 787 set_reg(cd, regs, &idx, max_regs, IO_APP_UNITCFG, appid); in genwqe_read_ffdc_regs()
|
H A D | card_sysfs.c | 58 static DEVICE_ATTR_RO(appid);
|
/openbmc/linux/arch/x86/boot/ |
H A D | genimage.sh | 255 genisoimage -J -r -appid 'LINUX_BOOT' -input-charset=utf-8 \
|
/openbmc/linux/drivers/iio/accel/ |
H A D | mma9553.c | 335 u8 bitnum = 0, appid = MMA9551_APPID_PEDOMETER; in mma9553_conf_gpio() local 356 appid = MMA9551_APPID_NONE; in mma9553_conf_gpio() 369 ret = mma9551_gpio_config(data->client, MMA9553_DEFAULT_GPIO_PIN, appid, in mma9553_conf_gpio()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_edif.c | 298 qla_edif_app_check(scsi_qla_host_t *vha, struct app_id appid) in qla_edif_app_check() argument 302 if (appid.app_vid != EDIF_APP_ID) { in qla_edif_app_check() 304 __func__, appid.app_vid); in qla_edif_app_check() 308 if (appid.version != EDIF_VERSION1) { in qla_edif_app_check() 310 __func__, appid.version); in qla_edif_app_check()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |