| /linux/Documentation/devicetree/bindings/hsi/ |
| H A D | client-devices.txt | 7 - hsi-channel-ids: A list of channel ids 9 - hsi-rx-mode: Receiver Bit transmission mode ("stream" or "frame") 10 - hsi-tx-mode: Transmitter Bit transmission mode ("stream" or "frame") 11 - hsi-mode: May be used instead hsi-rx-mode and hsi-tx-mode if 14 - hsi-speed-kbps: Max bit transmission speed in kbit/s 15 - hsi-flow: RX flow type ("synchronized" or "pipeline") 16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority") 20 - hsi-channel-names: A list with one name per channel specified in the 21 hsi-channel-ids property 26 hsi-controller { [all …]
|
| H A D | nokia-modem.txt | 12 - hsi-channel-names: Should contain the following strings 30 modem: hsi-client { 36 hsi-channel-ids = <0>, <1>, <2>, <3>; 37 hsi-channel-names = "mcsaab-control", 41 hsi-speed-kbps = <55000>; 42 hsi-mode = "frame"; 43 hsi-flow = "synchronized"; 44 hsi-arb-mode = "round-robin";
|
| H A D | omap-ssi.txt | 9 - compatible: Should include "ti,omap3-ssi" or "ti,omap4-hsi" 32 ti,omap4-hsi-port (applicable to OMAP44xx devices)
|
| /linux/drivers/hsi/ |
| H A D | hsi_core.c | 118 static void hsi_scan_board_info(struct hsi_controller *hsi) in hsi_scan_board_info() argument 124 if (cl_info->info.hsi_id == hsi->id) { in hsi_scan_board_info() 125 p = hsi_find_port_num(hsi, cl_info->info.port); in hsi_scan_board_info() 343 struct hsi_controller *hsi = to_hsi_controller(dev); in hsi_controller_release() local 345 kfree(hsi->port); in hsi_controller_release() 346 kfree(hsi); in hsi_controller_release() 368 void hsi_unregister_controller(struct hsi_controller *hsi) in hsi_unregister_controller() argument 370 device_for_each_child(&hsi->device, NULL, hsi_remove_port); in hsi_unregister_controller() 371 device_unregister(&hsi->device); in hsi_unregister_controller() 381 int hsi_register_controller(struct hsi_controller *hsi) in hsi_register_controller() argument [all …]
|
| H A D | Makefile | 5 obj-$(CONFIG_HSI) += hsi.o 6 hsi-objs := hsi_core.o 7 hsi-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o
|
| H A D | Kconfig | 18 source "drivers/hsi/controllers/Kconfig" 19 source "drivers/hsi/clients/Kconfig"
|
| /linux/include/linux/hsi/ |
| H A D | hsi.h | 280 void hsi_put_controller(struct hsi_controller *hsi); 281 int hsi_register_controller(struct hsi_controller *hsi); 282 void hsi_unregister_controller(struct hsi_controller *hsi); 299 static inline void hsi_controller_set_drvdata(struct hsi_controller *hsi, in hsi_controller_set_drvdata() argument 302 dev_set_drvdata(&hsi->device, data); in hsi_controller_set_drvdata() 305 static inline void *hsi_controller_drvdata(struct hsi_controller *hsi) in hsi_controller_drvdata() argument 307 return dev_get_drvdata(&hsi->device); in hsi_controller_drvdata() 310 static inline struct hsi_port *hsi_find_port_num(struct hsi_controller *hsi, in hsi_find_port_num() argument 313 return (num < hsi->num_ports) ? hsi->port[num] : NULL; in hsi_find_port_num()
|
| /linux/Documentation/driver-api/ |
| H A D | hsi.rst | 43 In the Linux kernel the hsi subsystem is supposed to be used for HSI devices. 44 The hsi subsystem contains drivers for hsi controllers including support for 51 hsi-char Device 83 .. kernel-doc:: include/linux/hsi/hsi.h 86 .. kernel-doc:: drivers/hsi/hsi_core.c
|
| H A D | index.rst | 98 hsi
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-hsi | 1 What: /sys/bus/hsi 14 What: /sys/bus/hsi/devices/.../modalias 19 Format: hsi:<hsi_client device name>
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-n950-n9.dtsi | 453 modem: hsi-client { 457 hsi-channel-ids = <0>, <1>, <2>, <3>; 458 hsi-channel-names = "mcsaab-control", 462 hsi-speed-kbps = <96000>; 463 hsi-mode = "frame"; 464 hsi-flow = "synchronized"; 465 hsi-arb-mode = "round-robin";
|
| H A D | omap3-n900.dts | 1124 modem: hsi-client { 1130 hsi-channel-ids = <0>, <1>, <2>, <3>; 1131 hsi-channel-names = "mcsaab-control", 1135 hsi-speed-kbps = <55000>; 1136 hsi-mode = "frame"; 1137 hsi-flow = "synchronized"; 1138 hsi-arb-mode = "round-robin";
|
| H A D | omap4-l4.dtsi | 201 hsi: hsi@0 { label 202 compatible = "ti,omap4-hsi"; 217 hsi_port1: hsi-port@2000 { 218 compatible = "ti,omap4-hsi-port"; 225 hsi_port2: hsi-port@3000 { 226 compatible = "ti,omap4-hsi-port";
|
| /linux/arch/x86/boot/ |
| H A D | apm.c | 50 boot_params.apm_bios_info.cseg_16_len = oreg.hsi; in query_apm_bios()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_ddcb.h | 48 u8 hsi; member
|
| H A D | card_debugfs.c | 274 pddcb->hsi, pddcb->shi); in ddcb_info_show()
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157a-dk1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157c-ed1-scmi.dts | 77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157c-dk2-scmi.dts | 78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157c-ev1-scmi.dts | 82 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157f-dk2-scmi.dtsi | 100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| /linux/Documentation/translations/zh_CN/driver-api/ |
| H A D | index.rst | 60 * hsi
|
| /linux/drivers/ |
| H A D | Makefile | 90 obj-$(CONFIG_HSI) += hsi/
|
| H A D | Kconfig | 80 source "drivers/hsi/Kconfig"
|
| /linux/arch/arm64/boot/dts/airoha/ |
| H A D | en7581.dtsi | 367 "hsi-mac", "xfp-mac";
|