/kernel/linux/linux-5.10/drivers/input/misc/ |
D | keyspan_remote.c | 167 static void keyspan_report_button(struct usb_keyspan *remote, int button, int press) in keyspan_report_button() argument 169 struct input_dev *input = remote->input; in keyspan_report_button() 172 input_report_key(input, remote->keymap[button], press); in keyspan_report_button() 179 static void keyspan_check_data(struct usb_keyspan *remote) in keyspan_check_data() argument 185 switch(remote->stage) { in keyspan_check_data() 191 for (i = 0; i < RECV_SIZE && remote->in_buffer[i] == GAP; ++i); in keyspan_check_data() 194 memcpy(remote->data.buffer, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 195 remote->data.len = RECV_SIZE; in keyspan_check_data() 196 remote->data.pos = 0; in keyspan_check_data() 197 remote->data.tester = 0; in keyspan_check_data() [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | max1668.rst | 25 set; only two remote temperature inputs vs the four available on the other 39 temp2_input ro remote temperature 1 40 temp2_max rw remote temperature 1 maximum threshold for alarm 41 temp2_max_alarm ro remote temperature 1 maximum threshold alarm 42 temp2_min rw remote temperature 1 minimum threshold for alarm 43 temp2_min_alarm ro remote temperature 1 minimum threshold alarm 44 temp3_input ro remote temperature 2 45 temp3_max rw remote temperature 2 maximum threshold for alarm 46 temp3_max_alarm ro remote temperature 2 maximum threshold alarm 47 temp3_min rw remote temperature 2 minimum threshold for alarm [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
D | hi3660-coresight.dtsi | 24 remote-endpoint = 41 remote-endpoint = 58 remote-endpoint = 75 remote-endpoint = 91 remote-endpoint = 104 remote-endpoint = <&etm0_out>; 111 remote-endpoint = <&etm1_out>; 118 remote-endpoint = <&etm2_out>; 125 remote-endpoint = <&etm3_out>; 140 remote-endpoint = [all …]
|
D | hi6220-coresight.dtsi | 22 remote-endpoint = 31 remote-endpoint = 47 remote-endpoint = 56 remote-endpoint = 71 remote-endpoint = 84 remote-endpoint = 92 remote-endpoint = 108 remote-endpoint = 124 remote-endpoint = 140 remote-endpoint = [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | audio-graph-card.txt | 49 remote-endpoint = <&codec_endpoint>; 61 remote-endpoint = <&cpu_endpoint>; 84 remote-endpoint = <&cpu_endpoint0>; 93 remote-endpoint = <&cpu_endpoint1>; 102 remote-endpoint = <&cpu_endpoint2>; 112 remote-endpoint = <&codec0_endpoint>; 120 remote-endpoint = <&codec1_endpoint>; 128 remote-endpoint = <&codec2_endpoint>; 158 remote-endpoint = <&cpu_endpoint>; 167 remote-endpoint = <&codec_endpoint>; [all …]
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | hip04.dtsi | 280 remote-endpoint = <&replicator0_out_port0>; 295 remote-endpoint = <&replicator1_out_port0>; 310 remote-endpoint = <&replicator2_out_port0>; 325 remote-endpoint = <&replicator3_out_port0>; 340 remote-endpoint = <&funnel4_out_port0>; 360 remote-endpoint = <&etb0_in_port>; 367 remote-endpoint = <&funnel4_in_port0>; 375 remote-endpoint = <&funnel0_out_port0>; 395 remote-endpoint = <&etb1_in_port>; 402 remote-endpoint = <&funnel4_in_port1>; [all …]
|
D | imx6q.dtsi | 229 remote-endpoint = <&mipi_vc2_to_ipu2_csi0>; 237 remote-endpoint = <&ipu2_csi1_mux_to_ipu2_csi1>; 252 remote-endpoint = <&hdmi_mux_2>; 257 remote-endpoint = <&mipi_mux_2>; 262 remote-endpoint = <&lvds0_mux_2>; 267 remote-endpoint = <&lvds1_mux_2>; 278 remote-endpoint = <&hdmi_mux_3>; 283 remote-endpoint = <&mipi_mux_3>; 288 remote-endpoint = <&lvds0_mux_3>; 293 remote-endpoint = <&lvds1_mux_3>; [all …]
|
D | imx6dl.dtsi | 193 remote-endpoint = <&mipi_vc0_to_ipu1_csi0_mux>; 201 remote-endpoint = <&mipi_vc1_to_ipu1_csi0_mux>; 209 remote-endpoint = <&mipi_vc2_to_ipu1_csi0_mux>; 217 remote-endpoint = <&mipi_vc3_to_ipu1_csi0_mux>; 232 remote-endpoint = <&ipu1_csi0_from_ipu1_csi0_mux>; 247 remote-endpoint = <&mipi_vc0_to_ipu1_csi1_mux>; 255 remote-endpoint = <&mipi_vc1_to_ipu1_csi1_mux>; 263 remote-endpoint = <&mipi_vc2_to_ipu1_csi1_mux>; 271 remote-endpoint = <&mipi_vc3_to_ipu1_csi1_mux>; 286 remote-endpoint = <&ipu1_csi1_from_ipu1_csi1_mux>; [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-remoteproc | 7 remote processor. 9 To change the running firmware, ensure the remote processor is 17 Reports the state of the remote processor, which will be one of: 25 "offline" means the remote processor is powered off. 27 "suspended" means that the remote processor is suspended and 30 "running" is the normal state of an available remote processor 33 the remote processor. 35 "invalid" is returned if the remote processor is in an 38 Writing this file controls the state of the remote processor. 46 /sys/class/remoteproc/.../firmware. The remote processor should [all …]
|
D | sysfs-bus-rpmsg | 6 Every rpmsg device is a communication channel with a remote 18 Every rpmsg device is a communication channel with a remote 20 and remote ("destination") rpmsg address. When an entity 36 Every rpmsg device is a communication channel with a remote 38 and remote ("destination") rpmsg address. When an entity 44 This sysfs entry contains the dst (remote) rpmsg address 48 remote processor. This make it a local rpmsg server, 50 from any remote rpmsg client; it is not bound to a single 51 remote entity). 58 Every rpmsg device is a communication channel with a remote [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_of.c | 119 struct device_node *ep, *port, *remote; in drm_of_component_probe() local 166 remote = of_graph_get_remote_port_parent(ep); in drm_of_component_probe() 167 if (!remote || !of_device_is_available(remote)) { in drm_of_component_probe() 168 of_node_put(remote); in drm_of_component_probe() 170 } else if (!of_device_is_available(remote->parent)) { in drm_of_component_probe() 172 remote); in drm_of_component_probe() 173 of_node_put(remote); in drm_of_component_probe() 178 remote); in drm_of_component_probe() 179 of_node_put(remote); in drm_of_component_probe() 242 struct device_node *remote; in drm_of_find_panel_or_bridge() local [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
D | queue_access.c | 37 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 53 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 58 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 63 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 68 hmm_load(rdesc->desc.remote.cb_desc_addr, in ia_css_queue_load() 92 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 98 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 104 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 110 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 115 hmm_store(rdesc->desc.remote.cb_desc_addr, in ia_css_queue_store() [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/sprd/ |
D | sc9863a.dtsi | 196 remote-endpoint = <&etb_in>; 204 remote-endpoint = 220 remote-endpoint = 236 remote-endpoint = 249 remote-endpoint = <&etm0_out>; 256 remote-endpoint = <&etm1_out>; 263 remote-endpoint = <&etm2_out>; 270 remote-endpoint = <&etm3_out>; 285 remote-endpoint = 294 remote-endpoint = [all …]
|
D | sc9860.dtsi | 310 remote-endpoint = <&etb_in>; 322 remote-endpoint = 330 remote-endpoint = 345 remote-endpoint = 362 remote-endpoint = 377 remote-endpoint = 390 remote-endpoint = <&etm0_out>; 397 remote-endpoint = <&etm1_out>; 404 remote-endpoint = <&etm2_out>; 411 remote-endpoint = <&etm3_out>; [all …]
|
D | sc9836.dtsi | 56 remote-endpoint = <&funnel_out_port0>; 71 remote-endpoint = <&etf_in>; 83 remote-endpoint = <&etm0_out>; 90 remote-endpoint = <&etm1_out>; 97 remote-endpoint = <&etm2_out>; 104 remote-endpoint = <&etm3_out>; 111 remote-endpoint = <&stm_out>; 128 remote-endpoint = <&funnel_in_port0>; 144 remote-endpoint = <&funnel_in_port1>; 160 remote-endpoint = <&funnel_in_port2>; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/ |
D | r8a77950.dtsi | 198 remote-endpoint = <&vin0csi21>; 202 remote-endpoint = <&vin1csi21>; 206 remote-endpoint = <&vin2csi21>; 210 remote-endpoint = <&vin3csi21>; 214 remote-endpoint = <&vin4csi21>; 218 remote-endpoint = <&vin5csi21>; 222 remote-endpoint = <&vin6csi21>; 226 remote-endpoint = <&vin7csi21>; 238 remote-endpoint = <&csi21vin0>; 249 remote-endpoint = <&csi21vin1>; [all …]
|
D | r8a77951-salvator-x.dts | 62 remote-endpoint = <&hdmi0_con>; 68 remote-endpoint = <&rsnd_endpoint1>; 75 remote-endpoint = <&rcar_dw_hdmi0_out>; 85 remote-endpoint = <&hdmi1_con>; 91 remote-endpoint = <&rsnd_endpoint2>; 98 remote-endpoint = <&rcar_dw_hdmi1_out>; 118 remote-endpoint = <&dw_hdmi0_snd_in>; 130 remote-endpoint = <&dw_hdmi1_snd_in>;
|
D | r8a77950-salvator-x.dts | 62 remote-endpoint = <&hdmi0_con>; 68 remote-endpoint = <&rsnd_endpoint1>; 75 remote-endpoint = <&rcar_dw_hdmi0_out>; 85 remote-endpoint = <&hdmi1_con>; 91 remote-endpoint = <&rsnd_endpoint2>; 98 remote-endpoint = <&rcar_dw_hdmi1_out>; 118 remote-endpoint = <&dw_hdmi0_snd_in>; 130 remote-endpoint = <&dw_hdmi1_snd_in>;
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
D | uvc_entity.c | 33 struct uvc_entity *remote; in uvc_mc_create_links() local 39 remote = uvc_entity_by_id(chain->dev, entity->baSourceID[i]); in uvc_mc_create_links() 40 if (remote == NULL || remote->num_pads == 0) in uvc_mc_create_links() 43 source = (UVC_ENTITY_TYPE(remote) == UVC_TT_STREAMING) in uvc_mc_create_links() 44 ? (remote->vdev ? &remote->vdev->entity : NULL) in uvc_mc_create_links() 45 : &remote->subdev.entity; in uvc_mc_create_links() 49 remote_pad = remote->num_pads - 1; in uvc_mc_create_links()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
D | Kconfig | 12 Support for remote processors (such as DSP coprocessors). These 21 framework. Userspace can boot/shutdown remote processors through 30 Say y here to support iMX's remote processors (Cortex M4 31 on iMX7D) via the remote processor framework. 50 the remote processor framework. 61 Say y here to support OMAP's remote processors (dual M3 62 and DSP on OMAP4) via the remote processor framework. 68 offloaded to remote DSP processors using this framework). 78 Say Y here to enable watchdog timer for remote processors. 80 This option controls the watchdog functionality for the remote [all …]
|
/kernel/linux/linux-5.10/kernel/ |
D | kcov.c | 64 bool remote; member 104 struct kcov_remote *remote; in kcov_remote_find() local 106 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) { in kcov_remote_find() 107 if (remote->handle == handle) in kcov_remote_find() 108 return remote; in kcov_remote_find() 116 struct kcov_remote *remote; in kcov_remote_add() local 120 remote = kmalloc(sizeof(*remote), GFP_ATOMIC); in kcov_remote_add() 121 if (!remote) in kcov_remote_add() 123 remote->handle = handle; in kcov_remote_add() 124 remote->kcov = kcov; in kcov_remote_add() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
D | sun8i_dw_hdmi.c | 67 struct device_node *port, *ep, *remote, *remote_port; in sun8i_dw_hdmi_find_possible_crtcs() local 70 remote = of_graph_get_remote_node(node, 0, -1); in sun8i_dw_hdmi_find_possible_crtcs() 71 if (!remote) in sun8i_dw_hdmi_find_possible_crtcs() 74 if (sun8i_dw_hdmi_node_is_tcon_top(remote)) { in sun8i_dw_hdmi_find_possible_crtcs() 75 port = of_graph_get_port_by_id(remote, 4); in sun8i_dw_hdmi_find_possible_crtcs() 91 of_node_put(remote); in sun8i_dw_hdmi_find_possible_crtcs() 100 struct device_node *remote; in sun8i_dw_hdmi_find_connector_pdev() local 102 remote = of_graph_get_remote_node(dev->of_node, 1, -1); in sun8i_dw_hdmi_find_connector_pdev() 103 if (!remote) in sun8i_dw_hdmi_find_connector_pdev() 106 if (!of_device_is_compatible(remote, "hdmi-connector")) { in sun8i_dw_hdmi_find_connector_pdev() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
D | thc63lvd1024.c | 124 struct device_node *remote; in thc63_parse_dt() local 134 remote = of_graph_get_remote_port_parent(endpoint); in thc63_parse_dt() 136 if (!remote) { in thc63_parse_dt() 142 if (!of_device_is_available(remote)) { in thc63_parse_dt() 145 of_node_put(remote); in thc63_parse_dt() 149 thc63->next = of_drm_find_bridge(remote); in thc63_parse_dt() 150 of_node_put(remote); in thc63_parse_dt() 157 remote = of_graph_get_remote_port_parent(endpoint); in thc63_parse_dt() 160 if (remote) { in thc63_parse_dt() 161 if (of_device_is_available(remote)) in thc63_parse_dt() [all …]
|
/kernel/linux/linux-5.10/drivers/vlynq/ |
D | vlynq.c | 73 dev->local, dev->remote); in vlynq_dump_regs() 78 i + 1, ((u32 *)dev->remote)[i]); in vlynq_dump_regs() 133 val = readl(&dev->remote->int_device[virq >> 2]); in vlynq_irq_unmask() 135 writel(val, &dev->remote->int_device[virq >> 2]); in vlynq_irq_unmask() 146 val = readl(&dev->remote->int_device[virq >> 2]); in vlynq_irq_mask() 148 writel(val, &dev->remote->int_device[virq >> 2]); in vlynq_irq_mask() 159 val = readl(&dev->remote->int_device[virq >> 2]); in vlynq_irq_type() 178 writel(val, &dev->remote->int_device[virq >> 2]); in vlynq_irq_type() 195 u32 status = readl(&dev->remote->status); in vlynq_remote_ack() 199 writel(status, &dev->remote->status); in vlynq_remote_ack() [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/arm/ |
D | juno-cs-r1r2.dtsi | 13 remote-endpoint = <&etf1_in_port>; 36 remote-endpoint = <&csys1_funnel_out_port>; 43 remote-endpoint = <&csys2_funnel_in_port1>; 59 remote-endpoint = <&replicator_in_port0>; 71 remote-endpoint = <&etf0_out_port>; 79 remote-endpoint = <&etf1_out_port>;
|