| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_mr_tcam.c | 284 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_create() local 347 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_destroy() local 361 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_stats() local 373 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_action_update() local 405 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_min_mtu_update() local 437 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_irif_update() local 448 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_erif_add() local 467 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_erif_del() local 524 struct mlxsw_sp_mr_tcam_route *route = route_priv; in mlxsw_sp_mr_tcam_route_update() local
|
| H A D | spectrum1_mr_tcam.c | 91 struct mlxsw_sp1_mr_tcam_route *route, in mlxsw_sp1_mr_tcam_route_parman_item_add() 111 struct mlxsw_sp1_mr_tcam_route *route, in mlxsw_sp1_mr_tcam_route_parman_item_remove() 128 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_create() local 153 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_destroy() local 166 struct mlxsw_sp1_mr_tcam_route *route = route_priv; in mlxsw_sp1_mr_tcam_route_update() local
|
| /linux/drivers/thunderbolt/ |
| H A D | ctl.c | 196 enum tb_cfg_pkg_type type, u64 route) in check_header() 264 enum tb_cfg_pkg_type type, u64 route) in parse_header() 778 int tb_cfg_ack_notification(struct tb_ctl *ctl, u64 route, in tb_cfg_ack_notification() 842 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug) in tb_cfg_ack_plug() 859 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in tb_cfg_match() local 911 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route) in tb_cfg_reset() 957 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw() 1031 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_write_raw() 1111 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, in tb_cfg_read() 1137 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, in tb_cfg_write() [all …]
|
| H A D | xdomain.c | 228 static inline void tb_xdp_fill_header(struct tb_xdp_header *hdr, u64 route, in tb_xdp_fill_header() 263 static int tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, in tb_xdp_uuid_request() 292 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response() 309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response() 323 static int tb_xdp_properties_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_request() 468 static int tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_changed_request() 492 tb_xdp_properties_changed_response(struct tb_ctl *ctl, u64 route, u8 sequence) in tb_xdp_properties_changed_response() 503 static int tb_xdp_link_state_status_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_status_request() 566 static int tb_xdp_link_state_change_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_request() 593 static int tb_xdp_link_state_change_response(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_response() [all …]
|
| H A D | icm.c | 189 static inline u8 phy_port_from_route(u64 route, u8 depth) in phy_port_from_route() 207 static inline u64 get_parent_route(u64 route) in get_parent_route() 420 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route() 634 static struct tb_switch *alloc_switch(struct tb_switch *parent_sw, u64 route, in alloc_switch() 658 u64 route = tb_route(sw); in add_switch() local 672 static void update_switch(struct tb_switch *sw, u64 route, u8 connection_id, in update_switch() 704 static void add_xdomain(struct tb_switch *sw, u64 route, in add_xdomain() 728 static void update_xdomain(struct tb_xdomain *xd, u64 route, u8 link) in update_xdomain() 756 u64 route; in icm_fr_device_connected() local 934 u64 route; in icm_fr_xdomain_connected() local [all …]
|
| H A D | dma_port.c | 68 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in dma_port_match() local 88 static int dma_port_read(struct tb_ctl *ctl, void *buffer, u64 route, in dma_port_read() 129 static int dma_port_write(struct tb_ctl *ctl, const void *buffer, u64 route, in dma_port_write()
|
| H A D | tb.c | 80 u64 route; member 93 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug() 436 u64 route; in tb_scan_xdomain() local 2860 static void tb_queue_dp_bandwidth_request(struct tb *tb, u64 route, u8 port, in tb_queue_dp_bandwidth_request() 2877 static void tb_handle_notification(struct tb *tb, u64 route, in tb_handle_notification() 2912 u64 route = tb_cfg_get_route(&pkg->header); in tb_handle_event() local
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_path.c | 27 static void nft_default_forward_path(struct nf_flow_route *route, in nft_default_forward_path() 45 static int nft_dev_fill_forward_path(const struct nf_flow_route *route, in nft_dev_fill_forward_path() 203 struct nf_flow_route *route, in nft_flow_tunnel_update_route() 240 struct nf_flow_route *route, in nft_dev_forward_path() 285 struct nf_flow_route *route, enum ip_conntrack_dir dir, in nft_flow_route()
|
| H A D | nf_flow_table_core.c | 86 nft_route_dst_fetch(struct nf_flow_route * route,enum flow_offload_tuple_dir dir) nft_route_dst_fetch() argument 97 flow_offload_fill_route(struct flow_offload * flow,struct nf_flow_route * route,enum flow_offload_tuple_dir dir) flow_offload_fill_route() argument 156 flow_offload_route_init(struct flow_offload * flow,struct nf_flow_route * route) flow_offload_route_init() argument [all...] |
| /linux/sound/soc/sdca/ |
| H A D | sdca_asoc.c | 238 static void add_route(struct snd_soc_dapm_route **route, const char *sink, in add_route() 251 struct snd_soc_dapm_route **route, in entity_parse_simple() 269 struct snd_soc_dapm_route **route) in entity_parse_it() 301 struct snd_soc_dapm_route **route) in entity_parse_ot() 389 struct snd_soc_dapm_route **route) in entity_parse_pde() 442 struct snd_soc_dapm_route **route) in entity_parse_su_device() 508 struct snd_soc_dapm_route **route) in entity_parse_su_class() 558 struct snd_soc_dapm_route **route) in entity_parse_su() 585 struct snd_soc_dapm_route **route) in entity_parse_mu() 666 struct snd_soc_dapm_route **route) in entity_parse_cs() [all …]
|
| /linux/drivers/media/platform/nxp/imx8-isi/ |
| H A D | imx8-isi-crossbar.c | 101 struct v4l2_subdev_route *route; in __mxc_isi_crossbar_set_routing() local 132 struct v4l2_subdev_route *route; in mxc_isi_crossbar_xlate_streams() local 197 struct v4l2_subdev_route *route = &routes[i]; in mxc_isi_crossbar_init_state() local 256 struct v4l2_subdev_route *route; in mxc_isi_crossbar_set_fmt() local
|
| /linux/net/ax25/ |
| H A D | ax25_route.c | 72 static int __must_check ax25_rt_add(struct ax25_routes_struct *route) in ax25_rt_add() 151 static int ax25_rt_del(struct ax25_routes_struct *route) in ax25_rt_del() 232 struct ax25_routes_struct route; in ax25_rt_ioctl() local
|
| /linux/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835.c | 60 enum snd_bcm2835_route route; member 65 enum snd_bcm2835_route route, in bcm2835_audio_dual_newpcm() 85 enum snd_bcm2835_route route, in bcm2835_audio_simple_newpcm()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 1047 const struct v4l2_subdev_route *route = &routes[i]; in subdev_do_ioctl() local 1355 struct v4l2_subdev_route *route; in __v4l2_link_validate_get_streams() local 1584 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_has_pad_interdep() local 1879 struct v4l2_subdev_route *route; in v4l2_subdev_init_stream_configs() local 1993 struct v4l2_subdev_route *route) in __v4l2_subdev_next_active_route() 2040 struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_find_opposite_end() local 2085 struct v4l2_subdev_route *route; in v4l2_subdev_state_xlate_streams() local 2127 const struct v4l2_subdev_route *route = &routing->routes[i]; in v4l2_subdev_routing_validate() local 2502 struct v4l2_subdev_route *route; in v4l2_subdev_s_stream_helper() local
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_route.c | 23 enum vmci_route *route) in vmci_route()
|
| /linux/drivers/media/platform/renesas/rcar-vin/ |
| H A D | rcar-core.c | 609 const struct rvin_group_route *route; in rvin_csi2_link_notify() local 671 const struct rvin_group_route *route) in rvin_csi2_create_link() 734 const struct rvin_group_route *route; in rvin_csi2_setup_links() local
|
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_cs_amp.c | 42 struct snd_soc_dapm_route route = { "Speaker", NULL, widget_name }; asoc_sdw_cs_spk_rtd_init() local
|
| /linux/sound/soc/ |
| H A D | soc-usb.c | 110 long *route) in snd_soc_usb_update_offload_route()
|
| /linux/drivers/media/usb/stk1160/ |
| H A D | stk1160-core.c | 100 int route; in stk1160_select_input() local
|
| /linux/drivers/s390/char/ |
| H A D | sclp_diag.h | 72 u16 route; member
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | mpc5121_ads_cpld.c | 40 u8 route; member
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_kms.c | 467 const struct rzg2l_du_output_routing *route = in rzg2l_du_modeset_init() local
|
| /linux/include/sound/ |
| H A D | soc-usb.h | 118 long *route) in snd_soc_usb_update_offload_route()
|
| /linux/virt/kvm/ |
| H A D | irqchip.c | 50 struct kvm_kernel_irq_routing_entry route; in kvm_send_userspace_msi() local
|
| /linux/sound/soc/mediatek/common/ |
| H A D | mtk-dsp-sof-common.c | 198 struct snd_soc_dapm_route route; mtk_sof_card_late_probe() local [all...] |