/linux-4.19.296/drivers/thunderbolt/ |
D | tb.c | 62 if (port->remote) { in tb_scan_port() 83 port->remote = tb_upstream_port(sw); in tb_scan_port() 84 tb_upstream_port(sw)->remote = port; in tb_scan_port() 116 if (!port->remote) in tb_free_unplugged_children() 118 if (port->remote->sw->is_unplugged) { in tb_free_unplugged_children() 119 tb_switch_remove(port->remote->sw); in tb_free_unplugged_children() 120 port->remote = NULL; in tb_free_unplugged_children() 122 tb_free_unplugged_children(port->remote->sw); in tb_free_unplugged_children() 190 if (!tb->root_switch->ports[i].remote) in tb_activate_pcie_devices() 192 sw = tb->root_switch->ports[i].remote->sw; in tb_activate_pcie_devices() [all …]
|
D | switch.c | 1505 if (sw->ports[i].remote) in tb_switch_remove() 1506 tb_switch_remove(sw->ports[i].remote->sw); in tb_switch_remove() 1507 sw->ports[i].remote = NULL; in tb_switch_remove() 1536 if (!tb_is_upstream_port(&sw->ports[i]) && sw->ports[i].remote) in tb_sw_set_unplugged() 1537 tb_sw_set_unplugged(sw->ports[i].remote->sw); in tb_sw_set_unplugged() 1580 if (!port->remote) in tb_switch_resume() 1583 || tb_switch_resume(port->remote->sw)) { in tb_switch_resume() 1586 tb_sw_set_unplugged(port->remote->sw); in tb_switch_resume() 1600 if (!tb_is_upstream_port(&sw->ports[i]) && sw->ports[i].remote) in tb_switch_suspend() 1601 tb_switch_suspend(sw->ports[i].remote->sw); in tb_switch_suspend()
|
D | icm.c | 497 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch() 498 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch() 501 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch() 515 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch() 517 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in update_switch() 537 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in remove_switch() 1774 if (!port->remote) in icm_unplug_children() 1777 icm_unplug_children(port->remote->sw); in icm_unplug_children() 1797 if (!port->remote) in icm_free_unplugged_children() 1800 if (port->remote->sw->is_unplugged) { in icm_free_unplugged_children() [all …]
|
D | tunnel_pci.c | 81 tunnel->path_to_up->hops[0].out_port = tb_upstream_port(up->sw)->remote; in tb_pci_alloc() 97 tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
|
/linux-4.19.296/drivers/hid/ |
D | wacom_sys.c | 1847 static struct kobj_attribute remote##SET_ID##_mode_attr = { \ 1852 static struct attribute *remote##SET_ID##_serial_attrs[] = { \ 1853 &remote##SET_ID##_mode_attr.attr, \ 1856 static struct attribute_group remote##SET_ID##_serial_group = { \ 1858 .attrs = remote##SET_ID##_serial_attrs, \ 1871 struct wacom_remote *remote = wacom->remote; in wacom_remote_create_attr_group() local 1873 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group() 1876 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1879 error = __wacom_devm_sysfs_create_group(wacom, remote->remote_dir, in wacom_remote_create_attr_group() 1880 &remote->remotes[index].group); in wacom_remote_create_attr_group() [all …]
|
D | Kconfig | 142 Support for Apple infrared remote control. All the Apple computers from 147 Say Y here if you want support for Apple infrared remote control. 327 tristate "Google Fiber TV Box remote control support" 330 Support for Google Fiber TV Box remote controls 404 tristate "Gyration remote control" 407 Support for Gyration remote control. 437 tristate "Twinhan IR remote control" 440 Support for Twinhan IR remote control. 453 Support for LC-Power RC1000MCE RF remote control. 708 tristate "Petalynx Maxter remote control" [all …]
|
D | wacom.h | 173 struct wacom_remote *remote; member
|
/linux-4.19.296/drivers/media/rc/ |
D | Kconfig | 70 Enable this option if you have an infrared remote control which 79 Enable this option if you have an infrared remote control which 88 Enable this option if you have an infrared remote control which 96 Enable this option if you have an infrared remote control which 105 Enable this option if you have an infrared remote control which 133 remote control and you would like to use it with a raw IR 145 tristate "ATI / X10 based USB RF remote controls" 150 Say Y here if you want to use an X10 based USB remote control. 153 Such devices include the ATI remote that comes with many of ATI's 154 All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote, [all …]
|
/linux-4.19.296/include/drm/ |
D | drm_of.h | 95 struct device_node *remote; in drm_of_panel_bridge_remove() local 97 remote = of_graph_get_remote_node(np, port, endpoint); in drm_of_panel_bridge_remove() 98 if (!remote) in drm_of_panel_bridge_remove() 101 bridge = of_drm_find_bridge(remote); in drm_of_panel_bridge_remove()
|
/linux-4.19.296/drivers/misc/ibmasm/ |
D | remote.c | 199 send_mouse_event(sp->remote.mouse_dev, &input); in ibmasm_handle_mouse_interrupt() 201 send_keyboard_event(sp->remote.keybd_dev, &input); in ibmasm_handle_mouse_interrupt() 218 sp->remote.mouse_dev = mouse_dev = input_allocate_device(); in ibmasm_init_remote_input_dev() 219 sp->remote.keybd_dev = keybd_dev = input_allocate_device(); in ibmasm_init_remote_input_dev() 279 input_unregister_device(sp->remote.mouse_dev); in ibmasm_free_remote_input_dev() 280 input_unregister_device(sp->remote.keybd_dev); in ibmasm_free_remote_input_dev()
|
D | Makefile | 9 remote.o \
|
/linux-4.19.296/fs/ocfs2/dlm/ |
D | dlmdomain.c | 978 char *remote = qr->qr_regions; in dlm_match_regions() local 1001 r = remote; in dlm_match_regions() 1014 r = remote; in dlm_match_regions() 1034 r = remote; in dlm_match_regions() 1175 struct dlm_node_info *remote; in dlm_match_nodes() local 1186 remote = NULL; in dlm_match_nodes() 1189 remote = &(qn->qn_nodes[j]); in dlm_match_nodes() 1194 if (!local && !remote) in dlm_match_nodes() 1197 if ((local && !remote) || (!local && remote)) in dlm_match_nodes() 1201 ((remote->ni_nodenum != local->nd_num) || in dlm_match_nodes() [all …]
|
/linux-4.19.296/drivers/of/ |
D | property.c | 791 struct device_node *endpoint_node, *remote; in of_graph_get_remote_node() local 800 remote = of_graph_get_remote_port_parent(endpoint_node); in of_graph_get_remote_node() 802 if (!remote) { in of_graph_get_remote_node() 807 if (!of_device_is_available(remote)) { in of_graph_get_remote_node() 809 of_node_put(remote); in of_graph_get_remote_node() 813 return remote; in of_graph_get_remote_node()
|
/linux-4.19.296/fs/gfs2/ |
D | trace_gfs2.h | 164 TP_PROTO(const struct gfs2_glock *gl, bool remote), 166 TP_ARGS(gl, remote), 175 __field( bool, remote ) 185 __entry->remote = remote; 194 __entry->remote ? "remote" : "local")
|
/linux-4.19.296/drivers/siox/ |
D | Kconfig | 6 remote monitoring systems for commercial and industrial refrigeration
|
/linux-4.19.296/drivers/media/rc/keymaps/ |
D | Kconfig | 9 don't use a remote controller, or prefer to load the
|
/linux-4.19.296/drivers/media/ |
D | media-entity.c | 638 struct media_entity *remote; in __media_entity_remove_link() local 641 remote = link->sink->entity; in __media_entity_remove_link() 643 remote = link->source->entity; in __media_entity_remove_link() 645 list_for_each_entry_safe(rlink, tmp, &remote->links, list) { in __media_entity_remove_link() 650 remote->num_backlinks--; in __media_entity_remove_link() 657 if (--remote->num_links == 0) in __media_entity_remove_link()
|
/linux-4.19.296/drivers/ntb/ |
D | Kconfig | 7 mapped memory will be mirrored to a buffer on the remote system. The
|
/linux-4.19.296/include/uapi/linux/ |
D | if_pppox.h | 45 unsigned char remote[ETH_ALEN]; /* Remote address */ member
|
/linux-4.19.296/fs/coda/ |
D | Kconfig | 6 enables you to mount file systems of a remote server and access them
|
/linux-4.19.296/drivers/clk/meson/ |
D | gxbb-aoclk.c | 27 GXBB_AO_GATE(remote, 0);
|
D | axg-aoclk.c | 34 AXG_AO_GATE(remote, 0);
|
/linux-4.19.296/drivers/base/ |
D | property.c | 1442 struct fwnode_handle *remote; in fwnode_graph_get_remote_node() local 1452 remote = fwnode_graph_get_remote_port_parent(endpoint); in fwnode_graph_get_remote_node() 1453 if (!remote) in fwnode_graph_get_remote_node() 1456 return fwnode_device_is_available(remote) ? remote : NULL; in fwnode_graph_get_remote_node()
|
/linux-4.19.296/fs/autofs/ |
D | Kconfig | 16 The automounter is a tool to automatically mount remote file systems
|
/linux-4.19.296/include/linux/ |
D | vlynq.h | 73 struct vlynq_regs *remote; member
|