/linux-4.4.14/include/linux/ |
H A D | stm.h | 2 * System Trace Module (STM) infrastructure apis 21 * enum stp_packet_type - STP packets that an STM driver sends 46 * struct stm_data - STM device description and callbacks 60 * an STM device and stm_unregister_device() to destroy it. It will also be 64 * Normally, an STM device will have a range of masters available to software 100 * struct stm_source_data - STM source device description and callbacks 104 * @link: called when this source gets linked to an STM device 105 * @unlink: called when this source is about to get unlinked from its STM
|
/linux-4.4.14/drivers/hwtracing/stm/ |
H A D | console.c | 2 * Simple kernel console driver for STM devices 14 * STM console will send kernel messages over STM devices to a trace host.
|
H A D | dummy_stm.c | 2 * A dummy STM device for stm/stm_source class testing. 14 * STM class implements generic infrastructure for System Trace Module devices
|
H A D | stm.h | 2 * System Trace Module (STM) infrastructure 14 * STM class implements generic infrastructure for System Trace Module devices
|
H A D | core.c | 2 * System Trace Module (STM) infrastructure 14 * STM class implements generic infrastructure for System Trace Module devices 36 * The SRCU here makes sure that STM device doesn't disappear from under a 740 /* this is to notify the STM device that a new link has been made */ stm_source_link_add() 807 * Unlinking means disconnecting from source's STM device; after this 808 * writes will be unsuccessful until it is linked to a new STM device. 811 * the existing link (if any), or on linked STM device's de-registration.
|
H A D | policy.c | 2 * System Trace Module (STM) master/channel allocation policy management
|
/linux-4.4.14/arch/arm/mach-sti/ |
H A D | board-dt.c | 26 DT_MACHINE_START(STM, "STiH415/416 SoC with Flattened Device Tree")
|
/linux-4.4.14/include/uapi/linux/ |
H A D | stm.h | 2 * System Trace Module (STM) userspace interfaces 14 * STM class implements generic infrastructure for System Trace Module devices
|
H A D | sonet.h | 54 #define SONET_FRAME_SDH 1 /* SDH STM-1 framing */
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | es8328.c | 295 SND_SOC_DAPM_SUPPLY("DAC STM", ES8328_CHIPPOWER, 297 SND_SOC_DAPM_SUPPLY("ADC STM", ES8328_CHIPPOWER, 383 { "ADC DIG", NULL, "ADC STM" }, 417 { "DAC DIG", NULL, "DAC STM" },
|
/linux-4.4.14/arch/x86/purgatory/ |
H A D | sha256.c | 3 * http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
H A D | i2c.c | 273 MODULE_DESCRIPTION("STM TPM 1.2 I2C ST33 Driver");
|
H A D | spi.c | 396 MODULE_DESCRIPTION("STM TPM 1.2 SPI ST33 Driver");
|
/linux-4.4.14/arch/arm/mm/ |
H A D | alignment.c | 106 * LDM, STM, LDRD and STRD still need to be handled. safe_usermode() 490 * LDM/STM alignment handler. 708 * Convert Thumb-2 32 bit LDM, STM, LDRD, STRD to equivalent instruction 730 case 0xe880: /* STM/STMIA/STMEA,LDM/LDMIA, PUSH/POP T2 */ do_alignment_t32_to_handler()
|
/linux-4.4.14/arch/arm/mach-gemini/include/mach/ |
H A D | global_reg.h | 52 #define FLASH_ATMEL (1 << 23) /* else STM */
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-rcar.c | 68 #define STM (1 << 5) /* slave transmit mode */ macro 385 if (ssr_raw & STM) { rcar_i2c_slave_irq()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-st-ssc4.c | 503 MODULE_DESCRIPTION("STM SSC SPI driver");
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | stv0680.c | 11 * to Steve Miller at STM for his help and encouragement while I was
|
/linux-4.4.14/arch/unicore32/mm/ |
H A D | alignment.c | 275 * LDM/STM alignment handler.
|
/linux-4.4.14/crypto/ |
H A D | ansi_cprng.c | 39 * See http://csrc.nist.gov/groups/STM/cavp/documents/rng/931rngext.pdf
|
H A D | sha256_generic.c | 5 * http://csrc.nist.gov/groups/STM/cavp/documents/shs/sha256-384-512.pdf
|
H A D | testmgr.h | 23837 * http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip 23878 * http://csrc.nist.gov/groups/STM/cavp/documents/rng/RNGVS.pdf 23973 * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip 24413 * http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip
|
/linux-4.4.14/arch/arm/probes/ |
H A D | decode-thumb.c | 32 /* STM Rn, {...pc} 1110 100x x0x0 xxxx 1xxx xxxx xxxx xxxx */ 36 /* LDM/STM Rn, {...sp} 1110 100x x0xx xxxx xx1x xxxx xxxx xxxx */ 812 /* STM 1100 0xxx xxxx xxxx */
|
H A D | decode.c | 26 * For STR and STM instructions, an ARM core may choose to use either
|
H A D | decode-arm.c | 605 /* STM cccc 100x x0x0 xxxx xxxx xxxx xxxx xxxx */ 608 /* STM (user registers) cccc 100x x1x0 xxxx xxxx xxxx xxxx xxxx */
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
H A D | lmedm04.c | 616 deb_info(1, "STM (%02x)", onoff); lme2510_streaming_ctrl() 622 deb_info(1, "STM Steam Off"); lme2510_streaming_ctrl()
|
/linux-4.4.14/arch/arm/mach-ux500/ |
H A D | board-mop500-regulators.c | 105 REGULATOR_SUPPLY("v-SD-STM", "stm"),
|
/linux-4.4.14/drivers/crypto/ |
H A D | mv_cesa.c | 36 * STM:
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
H A D | skge.h | 777 RB_RST_CLR = 1<<1, /* Clear RAM Buf STM Reset */ 778 RB_RST_SET = 1<<0, /* Set RAM Buf STM Reset */
|
H A D | sky2.h | 974 RB_RST_CLR = 1<<1, /* Clear RAM Buf STM Reset */ 975 RB_RST_SET = 1<<0, /* Set RAM Buf STM Reset */
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | 82571.c | 768 /* Reset the firmware if using STM opcode. */ e1000_update_nvm_checksum_82571()
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
H A D | pfc-r8a7779.c | 772 PINMUX_IPSR_DATA(IP2_11_8, STM),
|