/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | keyspan_remote.c | 26 /* Defines for converting the data from the remote. */ 85 /* Structure to store all the real stuff that a remote sends to us. */ 115 /* variables used to parse messages from remote. */ 124 * Debug routine that prints out what we've received from the remote. 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() 177 * Routine that handles all the logic needed to parse out the message from the remote. 179 static void keyspan_check_data(struct usb_keyspan *remote) in keyspan_check_data() argument 185 switch(remote in keyspan_check_data() 407 struct usb_keyspan *remote = input_get_drvdata(dev); keyspan_open() local 418 struct usb_keyspan *remote = input_get_drvdata(dev); keyspan_close() local 448 struct usb_keyspan *remote; keyspan_probe() local 560 struct usb_keyspan *remote; keyspan_disconnect() local [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | keyspan_remote.c | 26 /* Defines for converting the data from the remote. */ 85 /* Structure to store all the real stuff that a remote sends to us. */ 115 /* variables used to parse messages from remote. */ 124 * Debug routine that prints out what we've received from the remote. 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() 177 * Routine that handles all the logic needed to parse out the message from the remote. 179 static void keyspan_check_data(struct usb_keyspan *remote) in keyspan_check_data() argument 185 switch(remote in keyspan_check_data() 407 struct usb_keyspan *remote = input_get_drvdata(dev); keyspan_open() local 418 struct usb_keyspan *remote = input_get_drvdata(dev); keyspan_close() local 448 struct usb_keyspan *remote; keyspan_probe() local 560 struct usb_keyspan *remote; keyspan_disconnect() local [all...] |
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 91 const struct vxlan_mdb_remote *remote, in vxlan_br_mdb_entry_fill() 100 if (remote->flags & VXLAN_MDB_REMOTE_F_BLOCKED) in vxlan_br_mdb_entry_fill() 118 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill_srcs() 123 if (hlist_empty(&remote->src_list)) in vxlan_mdb_entry_info_fill_srcs() 130 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_entry_info_fill_srcs() 157 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill() 159 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_entry_info_fill() 167 vxlan_br_mdb_entry_fill(vxlan, mdb_entry, remote, &e); in vxlan_mdb_entry_info_fill() 177 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill() 178 nla_put_u8(skb, MDBA_MDB_EATTR_GROUP_MODE, remote in vxlan_mdb_entry_info_fill() 89 vxlan_br_mdb_entry_fill(const struct vxlan_dev *vxlan, const struct vxlan_mdb_entry *mdb_entry, const struct vxlan_mdb_remote *remote, struct br_mdb_entry *e) vxlan_br_mdb_entry_fill() argument 117 vxlan_mdb_entry_info_fill_srcs(struct sk_buff *skb, const struct vxlan_mdb_remote *remote) vxlan_mdb_entry_info_fill_srcs() argument 154 vxlan_mdb_entry_info_fill(const struct vxlan_dev *vxlan, struct sk_buff *skb, const struct vxlan_mdb_entry *mdb_entry, const struct vxlan_mdb_remote *remote) vxlan_mdb_entry_info_fill() argument 216 struct vxlan_mdb_remote *remote; vxlan_mdb_entry_fill() local 668 struct vxlan_mdb_remote *remote; vxlan_mdb_remote_lookup() local 688 vxlan_mdb_remote_rdst_init(const struct vxlan_mdb_config *cfg, struct vxlan_mdb_remote *remote) vxlan_mdb_remote_rdst_init() argument 720 vxlan_mdb_remote_init(const struct vxlan_mdb_config *cfg, struct vxlan_mdb_remote *remote) vxlan_mdb_remote_init() argument 737 vxlan_mdb_remote_fini(struct vxlan_dev *vxlan, struct vxlan_mdb_remote *remote) vxlan_mdb_remote_fini() argument 745 vxlan_mdb_remote_src_entry_lookup(const struct vxlan_mdb_remote *remote, const union vxlan_addr *addr) vxlan_mdb_remote_src_entry_lookup() argument 759 vxlan_mdb_remote_src_entry_add(struct vxlan_mdb_remote *remote, const union vxlan_addr *addr) vxlan_mdb_remote_src_entry_add() argument 808 vxlan_mdb_remote_src_fwd_del(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group, const struct vxlan_mdb_remote *remote, const union vxlan_addr *addr) vxlan_mdb_remote_src_fwd_del() argument 828 vxlan_mdb_remote_src_add(const struct vxlan_mdb_config *cfg, struct vxlan_mdb_remote *remote, const struct vxlan_mdb_config_src_entry *src, struct netlink_ext_ack *extack) vxlan_mdb_remote_src_add() argument 862 vxlan_mdb_remote_src_del(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group, const struct vxlan_mdb_remote *remote, struct vxlan_mdb_src_entry *ent) vxlan_mdb_remote_src_del() argument 871 vxlan_mdb_remote_srcs_add(const struct vxlan_mdb_config *cfg, struct vxlan_mdb_remote *remote, struct netlink_ext_ack *extack) vxlan_mdb_remote_srcs_add() argument 894 vxlan_mdb_remote_srcs_del(struct vxlan_dev *vxlan, const struct vxlan_mdb_entry_key *group, struct vxlan_mdb_remote *remote) vxlan_mdb_remote_srcs_del() argument 906 vxlan_mdb_nlmsg_src_list_size(const struct vxlan_mdb_entry_key *group, const struct vxlan_mdb_remote *remote) vxlan_mdb_nlmsg_src_list_size() argument 930 vxlan_mdb_nlmsg_size(const struct vxlan_dev *vxlan, const struct vxlan_mdb_entry *mdb_entry, const struct vxlan_mdb_remote *remote) vxlan_mdb_nlmsg_size() argument 974 vxlan_mdb_nlmsg_fill(const struct vxlan_dev *vxlan, struct sk_buff *skb, const struct vxlan_mdb_entry *mdb_entry, const struct vxlan_mdb_remote *remote, int type) vxlan_mdb_nlmsg_fill() argument 1014 vxlan_mdb_remote_notify(const struct vxlan_dev *vxlan, const struct vxlan_mdb_entry *mdb_entry, const struct vxlan_mdb_remote *remote, int type) vxlan_mdb_remote_notify() argument 1041 vxlan_mdb_remote_srcs_replace(const struct vxlan_mdb_config *cfg, const struct vxlan_mdb_entry *mdb_entry, struct vxlan_mdb_remote *remote, struct netlink_ext_ack *extack) vxlan_mdb_remote_srcs_replace() argument 1072 vxlan_mdb_remote_replace(const struct vxlan_mdb_config *cfg, const struct vxlan_mdb_entry *mdb_entry, struct vxlan_mdb_remote *remote, struct netlink_ext_ack *extack) vxlan_mdb_remote_replace() argument 1109 struct vxlan_mdb_remote *remote; vxlan_mdb_remote_add() local 1152 vxlan_mdb_remote_del(struct vxlan_dev *vxlan, struct vxlan_mdb_entry *mdb_entry, struct vxlan_mdb_remote *remote) vxlan_mdb_remote_del() argument 1243 struct vxlan_mdb_remote *remote; __vxlan_mdb_del() local 1384 struct vxlan_mdb_remote *remote, *fremote = NULL; vxlan_mdb_xmit() local 1423 struct vxlan_mdb_remote *remote, *tmp; vxlan_mdb_remotes_flush() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A 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 in ia_css_queue_store() [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A 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 in ia_css_queue_store() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_of.c | 119 struct device_node *ep, *port, *remote; in drm_of_component_probe() local 153 * For bound crtcs, bind the encoders attached to their remote endpoint in drm_of_component_probe() 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() 242 struct device_node *remote; drm_of_find_panel_or_bridge() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_of.c | 117 struct device_node *ep, *port, *remote; in drm_of_component_probe() local 151 * For bound crtcs, bind the encoders attached to their remote endpoint in drm_of_component_probe() 164 remote = of_graph_get_remote_port_parent(ep); in drm_of_component_probe() 165 if (!remote || !of_device_is_available(remote)) { in drm_of_component_probe() 166 of_node_put(remote); in drm_of_component_probe() 168 } else if (!of_device_is_available(remote->parent)) { in drm_of_component_probe() 170 remote); in drm_of_component_probe() 171 of_node_put(remote); in drm_of_component_probe() 176 remote); in drm_of_component_probe() 243 struct device_node *remote; drm_of_find_panel_or_bridge() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A 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-6.6/drivers/media/usb/uvc/ |
H A 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/hid/ |
H A D | wacom_sys.c | 1876 static struct kobj_attribute remote##SET_ID##_mode_attr = { \ 1881 static struct attribute *remote##SET_ID##_serial_attrs[] = { \ 1882 &remote##SET_ID##_mode_attr.attr, \ 1885 static struct attribute_group remote##SET_ID##_serial_group = { \ 1887 .attrs = remote##SET_ID##_serial_attrs, \ 1900 struct wacom_remote *remote = wacom->remote; in wacom_remote_create_attr_group() local 1902 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group() 1905 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1908 error = __wacom_devm_sysfs_create_group(wacom, remote in wacom_remote_create_attr_group() 1979 struct wacom_remote *remote = wacom->remote; wacom_remotes_destroy() local 1992 struct wacom_remote *remote; wacom_initialize_remotes() local 2557 struct wacom_remote *remote = wacom->remote; wacom_remote_destroy_battery() local 2569 struct wacom_remote *remote = wacom->remote; wacom_remote_destroy_one() local 2597 struct wacom_remote *remote = wacom->remote; wacom_remote_create_one() local 2664 struct wacom_remote *remote = wacom->remote; wacom_remote_attach_battery() local 2690 struct wacom_remote *remote = wacom->remote; wacom_remote_work() local [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_sys.c | 1868 static struct kobj_attribute remote##SET_ID##_mode_attr = { \ 1873 static struct attribute *remote##SET_ID##_serial_attrs[] = { \ 1874 &remote##SET_ID##_mode_attr.attr, \ 1877 static const struct attribute_group remote##SET_ID##_serial_group = { \ 1879 .attrs = remote##SET_ID##_serial_attrs, \ 1892 struct wacom_remote *remote = wacom->remote; in wacom_remote_create_attr_group() local 1894 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group() 1897 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1900 error = __wacom_devm_sysfs_create_group(wacom, remote in wacom_remote_create_attr_group() 1971 struct wacom_remote *remote = wacom->remote; wacom_remotes_destroy() local 1984 struct wacom_remote *remote; wacom_initialize_remotes() local 2551 struct wacom_remote *remote = wacom->remote; wacom_remote_destroy_battery() local 2563 struct wacom_remote *remote = wacom->remote; wacom_remote_destroy_one() local 2591 struct wacom_remote *remote = wacom->remote; wacom_remote_create_one() local 2658 struct wacom_remote *remote = wacom->remote; wacom_remote_attach_battery() local 2684 struct wacom_remote *remote = wacom->remote; wacom_remote_work() local [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | kcov.c | 51 * - each code section for remote coverage collection 63 /* Collecting coverage from remote (background) threads. */ 64 bool remote; member 65 /* Size of remote area (in long's). */ 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 in kcov_remote_add() 374 struct kcov_remote *remote; kcov_remote_reset() local 567 struct kcov_remote *remote; kcov_ioctl_locked() local 814 struct kcov_remote *remote; kcov_remote_start() local [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | kcov.c | 52 * - each code section for remote coverage collection 64 /* Collecting coverage from remote (background) threads. */ 65 bool remote; member 66 /* Size of remote area (in long's). */ 108 struct kcov_remote *remote; in kcov_remote_find() local 110 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) { in kcov_remote_find() 111 if (remote->handle == handle) in kcov_remote_find() 112 return remote; in kcov_remote_find() 120 struct kcov_remote *remote; in kcov_remote_add() local 124 remote in kcov_remote_add() 395 struct kcov_remote *remote; kcov_remote_reset() local 582 struct kcov_remote *remote; kcov_ioctl_locked() local 840 struct kcov_remote *remote; kcov_remote_start() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A 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() 143 dev_err(thc63->dev, "port@%u remote endpoint is disabled\n", 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() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A 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() 143 dev_err(thc63->dev, "port@%u remote endpoint is disabled\n", 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() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A 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, "hdm in sun8i_dw_hdmi_find_connector_pdev() [all...] |
/kernel/linux/linux-5.10/drivers/vlynq/ |
H A D | vlynq.c | 72 printk(KERN_DEBUG "VLYNQ local=%p remote=%p\n", in vlynq_dump_regs() 73 dev->local, dev->remote); in vlynq_dump_regs() 77 printk(KERN_DEBUG "VLYNQ: remote %d: %08x\n", 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 in vlynq_irq_type() [all...] |
/kernel/linux/linux-6.6/drivers/vlynq/ |
H A D | vlynq.c | 72 printk(KERN_DEBUG "VLYNQ local=%p remote=%p\n", in vlynq_dump_regs() 73 dev->local, dev->remote); in vlynq_dump_regs() 77 printk(KERN_DEBUG "VLYNQ: remote %d: %08x\n", 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 in vlynq_irq_type() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_context.c | 71 /* Wait for all barriers to complete (remote CPU) before we check */ in context_sync() 319 static int __remote_sync(struct intel_context *ce, struct intel_context *remote) in __remote_sync() argument 324 err = intel_context_pin(remote); in __remote_sync() 334 err = intel_context_prepare_remote_request(remote, rq); in __remote_sync() 343 intel_context_unpin(remote); in __remote_sync() 349 struct intel_context *local, *remote; in __live_remote_context() local 368 remote = intel_context_create(engine); in __live_remote_context() 369 if (IS_ERR(remote)) in __live_remote_context() 370 return PTR_ERR(remote); in __live_remote_context() 383 err = __remote_sync(local, remote); in __live_remote_context() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_context.c | 70 /* Wait for all barriers to complete (remote CPU) before we check */ in context_sync() 326 static int __remote_sync(struct intel_context *ce, struct intel_context *remote) in __remote_sync() argument 331 err = intel_context_pin(remote); in __remote_sync() 341 err = intel_context_prepare_remote_request(remote, rq); in __remote_sync() 350 intel_context_unpin(remote); in __remote_sync() 356 struct intel_context *local, *remote; in __live_remote_context() local 379 remote = intel_context_create(engine); in __live_remote_context() 380 if (IS_ERR(remote)) in __live_remote_context() 381 return PTR_ERR(remote); in __live_remote_context() 394 err = __remote_sync(local, remote); in __live_remote_context() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-media-internal-sd.c | 20 int remote; member 49 .remote = IPU_IC_PRP, 53 .remote = IPU_VDIC, 67 .remote = IPU_IC_PRP, 71 .remote = IPU_VDIC, 87 .remote = IPU_IC_PRP, 103 .remote = IPU_IC_PRPENC, 113 .remote = IPU_IC_PRPVF, 179 sink = imxmd->sync_sd[ipu_id][link->remote]; in create_ipu_internal_links()
|
/kernel/linux/linux-6.6/drivers/staging/media/imx/ |
H A D | imx-media-internal-sd.c | 20 int remote; member 49 .remote = IPU_IC_PRP, 53 .remote = IPU_VDIC, 67 .remote = IPU_IC_PRP, 71 .remote = IPU_VDIC, 87 .remote = IPU_IC_PRP, 103 .remote = IPU_IC_PRPENC, 113 .remote = IPU_IC_PRPVF, 179 sink = imxmd->sync_sd[ipu_id][link->remote]; in create_ipu_internal_links()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/ |
H A D | meson_drv.c | 113 struct device_node *ep, *remote; in meson_vpu_has_available_connectors() local 115 /* Parses each endpoint and check if remote exists */ in meson_vpu_has_available_connectors() 118 remote = of_graph_get_remote_port(ep); in meson_vpu_has_available_connectors() 119 if (remote) { in meson_vpu_has_available_connectors() 120 of_node_put(remote); in meson_vpu_has_available_connectors() 464 struct device_node *remote) in meson_probe_remote() 470 if (of_match_node(connectors_match, remote)) in meson_probe_remote() 473 component_match_add(&pdev->dev, match, compare_of, remote); in meson_probe_remote() 475 for_each_endpoint_of_node(remote, ep) { in meson_probe_remote() 484 count += meson_probe_remote(pdev, match, remote, remote_nod in meson_probe_remote() 461 meson_probe_remote(struct platform_device *pdev, struct component_match **match, struct device_node *parent, struct device_node *remote) meson_probe_remote() argument 507 struct device_node *ep, *remote; meson_drv_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-vipp.c | 73 struct media_entity *remote; in xvip_graph_build_one() local 127 /* Find the remote entity. */ in xvip_graph_build_one() 137 remote = ent->entity; in xvip_graph_build_one() 139 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one() 147 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one() 154 remote->name, remote_pad->index); in xvip_graph_build_one() 157 remote, remote_pad->index, in xvip_graph_build_one() 163 remote->name, remote_pad->index); in xvip_graph_build_one() 229 /* Find the remote entity. */ in xvip_graph_build_dma() 355 struct fwnode_handle *remote; in xvip_graph_parse_one() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-vipp.c | 80 struct media_entity *remote; in xvip_graph_build_one() local 134 /* Find the remote entity. */ in xvip_graph_build_one() 144 remote = ent->entity; in xvip_graph_build_one() 146 if (link.remote_port >= remote->num_pads) { in xvip_graph_build_one() 154 remote_pad = &remote->pads[link.remote_port]; in xvip_graph_build_one() 161 remote->name, remote_pad->index); in xvip_graph_build_one() 164 remote, remote_pad->index, in xvip_graph_build_one() 170 remote->name, remote_pad->index); in xvip_graph_build_one() 236 /* Find the remote entity. */ in xvip_graph_build_dma() 340 struct fwnode_handle *remote; in xvip_graph_parse_one() local [all...] |