/openbmc/linux/include/linux/remoteproc/ |
H A D | st_slim_rproc.h | 3 * SLIM core rproc driver header 21 * struct st_slim_mem - slim internal memory structure 33 * struct st_slim_rproc - SLIM slim core 35 * @mem: slim memory information 36 * @slimcore: slim slimcore regs 37 * @peri: slim peripheral regs 38 * @clks: slim clocks
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd9335.c | 101 {"RX INT" #id "_1 MIX1 INP0", "RX0", "SLIM RX0"}, \ 102 {"RX INT" #id "_1 MIX1 INP0", "RX1", "SLIM RX1"}, \ 103 {"RX INT" #id "_1 MIX1 INP0", "RX2", "SLIM RX2"}, \ 104 {"RX INT" #id "_1 MIX1 INP0", "RX3", "SLIM RX3"}, \ 105 {"RX INT" #id "_1 MIX1 INP0", "RX4", "SLIM RX4"}, \ 106 {"RX INT" #id "_1 MIX1 INP0", "RX5", "SLIM RX5"}, \ 107 {"RX INT" #id "_1 MIX1 INP0", "RX6", "SLIM RX6"}, \ 108 {"RX INT" #id "_1 MIX1 INP0", "RX7", "SLIM RX7"}, \ 109 {"RX INT" #id "_1 MIX1 INP1", "RX0", "SLIM RX0"}, \ 110 {"RX INT" #id "_1 MIX1 INP1", "RX1", "SLIM RX1"}, \ [all …]
|
H A D | wcd934x.c | 154 {"RX INT" #id "_1 MIX1 INP0", "RX0", "SLIM RX0"}, \ 155 {"RX INT" #id "_1 MIX1 INP0", "RX1", "SLIM RX1"}, \ 156 {"RX INT" #id "_1 MIX1 INP0", "RX2", "SLIM RX2"}, \ 157 {"RX INT" #id "_1 MIX1 INP0", "RX3", "SLIM RX3"}, \ 158 {"RX INT" #id "_1 MIX1 INP0", "RX4", "SLIM RX4"}, \ 159 {"RX INT" #id "_1 MIX1 INP0", "RX5", "SLIM RX5"}, \ 160 {"RX INT" #id "_1 MIX1 INP0", "RX6", "SLIM RX6"}, \ 161 {"RX INT" #id "_1 MIX1 INP0", "RX7", "SLIM RX7"}, \ 164 {"RX INT" #id "_1 MIX1 INP1", "RX0", "SLIM RX0"}, \ 165 {"RX INT" #id "_1 MIX1 INP1", "RX1", "SLIM RX1"}, \ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/slimbus/ |
H A D | qcom,slim-ngd.yaml | 4 $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml# 22 - qcom,slim-ngd-v1.5.0 # for MSM8996 23 - qcom,slim-ngd-v2.1.0 # for SDM845 49 "^slim@[0-9a-f]+$": 77 slim-ngd@171c0000 { 78 compatible = "qcom,slim-ngd-v2.1.0"; 88 slim@1 { 96 slim-ifc-dev = <&wcd9340_ifd>;
|
H A D | qcom,slim.yaml | 4 $id: http://devicetree.org/schemas/slimbus/qcom,slim.yaml# 24 - qcom,apq8064-slim 25 - const: qcom,slim 71 slim@28080000 { 72 compatible = "qcom,apq8064-slim", "qcom,slim";
|
H A D | slimbus.yaml | 7 title: SLIM (Serial Low Power Interchip Media) bus 18 pattern: "^slim(@.*|-([0-9]|[1-9][0-9]+))?$" 46 pattern: "^slim[0-9a-f]+,[0-9a-f]+$" 80 slim@28080000 { 81 compatible = "qcom,apq8064-slim", "qcom,slim";
|
/openbmc/linux/drivers/remoteproc/ |
H A D | st_slim_rproc.c | 3 * SLIM core rproc driver 20 /* SLIM core registers */ 109 * Remoteproc slim specific device handlers 122 /* disable SLIM core STBus sync */ in slim_rproc_start() 146 dev_info(dev, "fw rev:%ld.%ld on SLIM %ld.%ld\n", in slim_rproc_start() 169 dev_warn(&rproc->dev, "Failed to disable SLIM"); in slim_rproc_stop() 171 dev_dbg(&rproc->dev, "slim stopped\n"); in slim_rproc_stop() 209 * st_slim_rproc_alloc() - allocate and initialise slim rproc 213 * Function for allocating and initialising a slim rproc for use by 214 * device drivers whose IP is based around the SLIM core. It [all …]
|
/openbmc/linux/drivers/slimbus/ |
H A D | Makefile | 9 obj-$(CONFIG_SLIM_QCOM_CTRL) += slim-qcom-ctrl.o 10 slim-qcom-ctrl-y := qcom-ctrl.o 12 obj-$(CONFIG_SLIM_QCOM_NGD_CTRL) += slim-qcom-ngd-ctrl.o 13 slim-qcom-ngd-ctrl-y := qcom-ngd-ctrl.o
|
H A D | stream.c | 89 * @dev:Slim device to be associated with 108 rt->name = kasprintf(GFP_KERNEL, "slim-%s", name); in slim_stream_allocate() 195 * @rt: instance of slim stream runtime to configure 349 * @stream: instance of slim stream runtime to enable 402 * @stream: instance of slim stream runtime to disable 439 * @stream: instance of slim stream runtime to unprepare 468 * @stream: instance of slim stream runtime to free 471 * slim stream runtime, user is not allowed to make an dereference
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,wcd9335.yaml | 48 slim-ifc-dev: 49 description: SLIM IFC device interface 84 - slim-ifc-dev 94 - slim-ifc-dev 110 slim-ifc-dev: false 148 slim-ifc-dev = <&tasha_ifd>;
|
H A D | qcom,wcd934x.yaml | 31 slim-ifc-dev: 158 - slim-ifc-dev 162 - slim-ifc-dev 183 slim-ifc-dev: false 206 slim-ifc-dev = <&wcd9340_ifd>;
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | st_fdma.txt | 5 The FDMA is based on a Slim processor which requires a firmware. 11 - st,stih407-fdma-mpe31-11, "st,slim-rproc"; 12 - st,stih407-fdma-mpe31-12, "st,slim-rproc"; 13 - st,stih407-fdma-mpe31-13, "st,slim-rproc"; 26 compatible = "st,stih407-fdma-mpe31-11", "st,slim-rproc";
|
/openbmc/linux/drivers/platform/x86/intel/wmi/ |
H A D | sbl-fw-update.c | 3 * Slim Bootloader(SBL) firmware update signaling driver 5 * Slim Bootloader is a small, open-source, non UEFI compliant, boot firmware 116 dev_info(&wdev->dev, "Slim Bootloader signaling driver attached\n"); in intel_wmi_sbl_fw_update_probe() 122 dev_info(&wdev->dev, "Slim Bootloader signaling driver removed\n"); in intel_wmi_sbl_fw_update_remove() 143 MODULE_DESCRIPTION("Slim Bootloader firmware update signaling driver");
|
H A D | Kconfig | 10 tristate "Intel WMI Slim Bootloader firmware update signaling driver" 15 Slim Bootloader to trigger update on next reboot.
|
/openbmc/linux/include/linux/ |
H A D | slimbus.h | 30 * enum slim_device_status - slim device status 31 * @SLIM_DEVICE_STATUS_DOWN: Slim device is absent or not reported yet. 32 * @SLIM_DEVICE_STATUS_UP: Slim device is announced on the bus. 44 * struct slim_device - Slim device handle. 47 * @status: slim device status 48 * @ctrl: slim controller instance.
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064-asus-nexus7-flo.dts | 230 * tabla2x-slim-CDC_VDDA_RX 231 * tabla2x-slim-CDC_VDDA_TX 232 * tabla2x-slim-CDC_VDD_CP 233 * tabla2x-slim-VDDIO_CDC 305 * tabla2x-slim-CDC_VDDA_A_1P2V 306 * tabla2x-slim-VDDD_CDC_D
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-wcd9340.dtsi | 8 &slim { 11 slim@1 { 24 slim-ifc-dev = <&wcd9340_ifd>;
|
H A D | sdm845-oneplus-common.dtsi | 617 slim-dai-link { 618 link-name = "SLIM Playback 1"; 633 link-name = "SLIM Capture 1"; 648 link-name = "SLIM Playback 2"; 663 link-name = "SLIM Capture 2"; 678 link-name = "SLIM Capture 3";
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | samsung-slimsss.yaml | 7 title: Samsung Exynos SoC SlimSSS (Slim Security SubSystem) module 21 - const: samsung,exynos5433-slim-sss
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-toolchain.docker | 7 FROM docker.io/library/debian:11-slim 37 FROM docker.io/library/debian:11-slim
|
/openbmc/linux/drivers/mfd/ |
H A D | wcd934x.c | 166 dev_err(dev, "Error allocating slim regmap\n"); in wcd934x_slim_status_up() 290 .name = "wcd934x-slim", 299 MODULE_DESCRIPTION("WCD934X slim driver"); 301 MODULE_ALIAS("slim:217:250:*");
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6afe-dai.c | 42 struct q6afe_slim_cfg *slim = &dai_data->port_config[dai->id].slim; in q6slim_hw_params() local 44 slim->sample_rate = params_rate(params); in q6slim_hw_params() 49 slim->bit_width = 16; in q6slim_hw_params() 52 slim->bit_width = 24; in q6slim_hw_params() 55 slim->bit_width = 32; in q6slim_hw_params() 374 &dai_data->port_config[dai->id].slim); in q6afe_dai_prepare() 424 pcfg->slim.ch_mapping[i] = tx_slot[i]; in q6slim_set_channel_map() 426 pcfg->slim.num_channels = tx_num; in q6slim_set_channel_map() 436 pcfg->slim.ch_mapping[i] = rx_slot[i]; in q6slim_set_channel_map() 438 pcfg->slim.num_channels = rx_num; in q6slim_set_channel_map()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | hw.h | 50 BOARD_USB_SOLO = 3, /* USB solo-Slim module */ 51 BOARD_USB_COMBO = 4, /* USB Combo-Slim module */
|
H A D | sw.c | 270 /* 8188cu Slim Solo */ 272 /* 8188cu Slim Combo */ 309 /* HP - Lite-On ,8188CUS Slim Combo */ 331 /****** 8188CUS Slim Solo********/ 337 /****** 8188CUS Slim Combo ********/
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | firmware_update.sh | 48 …IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.slim" -o -name "*.rom" -o -name "*… 53 …IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.slim" -o -name "*.rom" -o -name "*…
|