/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
|
/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 …]
|
/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";
|
/linux/sound/soc/codecs/ |
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 …]
|
/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 | 91 * @dev:Slim device to be associated with 110 rt->name = kasprintf(GFP_KERNEL, "slim-%s", name); in slim_stream_allocate() 197 * @rt: instance of slim stream runtime to configure 351 * @stream: instance of slim stream runtime to enable 404 * @stream: instance of slim stream runtime to disable 441 * @stream: instance of slim stream runtime to unprepare 470 * @stream: instance of slim stream runtime to free 473 * slim stream runtime, user is not allowed to make an dereference
|
/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 207 slim-ifc-dev = <&wcd9340_ifd>;
|
/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";
|
/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 111 dev_info(&wdev->dev, "Slim Bootloader signaling driver attached\n"); in intel_wmi_sbl_fw_update_probe() 117 dev_info(&wdev->dev, "Slim Bootloader signaling driver removed\n"); in intel_wmi_sbl_fw_update_remove() 139 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.
|
/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.
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064-asus-nexus7-flo.dts | 231 * tabla2x-slim-CDC_VDDA_RX 232 * tabla2x-slim-CDC_VDDA_TX 233 * tabla2x-slim-CDC_VDD_CP 234 * tabla2x-slim-VDDIO_CDC 309 * tabla2x-slim-CDC_VDDA_A_1P2V 310 * tabla2x-slim-VDDD_CDC_D
|
/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 | 640 slim-dai-link { 641 link-name = "SLIM Playback 1"; 656 link-name = "SLIM Capture 1"; 671 link-name = "SLIM Playback 2"; 686 link-name = "SLIM Capture 2"; 701 link-name = "SLIM Capture 3";
|
H A D | sdm850-samsung-w737.dts | 474 slim-dai-link { 475 link-name = "SLIM Playback"; 490 link-name = "SLIM Capture"; 504 slim-wcd-dai-link { 505 link-name = "SLIM WCD Playback";
|
/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
|
/linux/drivers/mfd/ |
H A D | wcd934x.c | 166 dev_err(dev, "Error allocating slim regmap\n"); in wcd934x_slim_status_up() 287 MODULE_DEVICE_TABLE(slim, wcd934x_slim_id); 291 .name = "wcd934x-slim", 300 MODULE_DESCRIPTION("WCD934X slim driver");
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6afe-dai.c | 43 struct q6afe_slim_cfg *slim = &dai_data->port_config[dai->id].slim; in q6slim_hw_params() local 45 slim->sample_rate = params_rate(params); in q6slim_hw_params() 50 slim->bit_width = 16; in q6slim_hw_params() 53 slim->bit_width = 24; in q6slim_hw_params() 56 slim->bit_width = 32; in q6slim_hw_params() 377 &dai_data->port_config[dai->id].slim); in q6afe_dai_prepare() 429 pcfg->slim.ch_mapping[i] = tx_slot[i]; in q6slim_set_channel_map() 431 pcfg->slim.num_channels = tx_num; in q6slim_set_channel_map() 441 pcfg->slim.ch_mapping[i] = rx_slot[i]; in q6slim_set_channel_map() 443 pcfg->slim.num_channels = rx_num; in q6slim_set_channel_map()
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-terratec-slim-2.c | 13 * TerraTec slim remote, 6 rows, 3 columns. 61 MODULE_DESCRIPTION("TerraTec slim remote controller keytable");
|
H A D | rc-alink-dtu-m.c | 11 /* A-Link DTU(m) slim remote, 6 rows, 3 columns. */ 57 MODULE_DESCRIPTION("A-Link DTU(m) slim remote, 6 rows, 3 columns.");
|
H A D | rc-terratec-slim.c | 11 /* TerraTec slim remote, 7 rows, 4 columns. */ 68 MODULE_DESCRIPTION("TerraTec slim remote controller keytable");
|
/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 */
|