Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 25 of 92) sorted by relevance

1234

/drivers/thunderbolt/
Ddomain.c126 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_show() local
168 struct tb *tb = container_of(dev, struct tb, dev); in boot_acl_store() local
258 struct tb *tb = container_of(dev, struct tb, dev); in security_show() local
279 struct tb *tb = container_of(dev, struct tb, dev); in domain_attr_is_visible() local
312 struct tb *tb = container_of(dev, struct tb, dev); in tb_domain_release() local
342 struct tb *tb; in tb_domain_alloc() local
387 struct tb *tb = data; in tb_domain_event_cb() local
417 int tb_domain_add(struct tb *tb) in tb_domain_add()
486 void tb_domain_remove(struct tb *tb) in tb_domain_remove()
505 int tb_domain_suspend_noirq(struct tb *tb) in tb_domain_suspend_noirq()
[all …]
Dicm.c112 struct tb *tb; member
282 static int icm_request(struct tb *tb, const void *request, size_t request_size, in icm_request()
326 static void icm_postpone_rescan(struct tb *tb) in icm_postpone_rescan()
335 static void icm_veto_begin(struct tb *tb) in icm_veto_begin()
346 static void icm_veto_end(struct tb *tb) in icm_veto_end()
366 static bool icm_fr_is_supported(struct tb *tb) in icm_fr_is_supported()
382 static int icm_fr_get_route(struct tb *tb, u8 link, u8 depth, u64 *route) in icm_fr_get_route()
433 static void icm_fr_save_devices(struct tb *tb) in icm_fr_save_devices()
439 icm_fr_driver_ready(struct tb *tb, enum tb_security_level *security_level, in icm_fr_driver_ready()
460 static int icm_fr_approve_switch(struct tb *tb, struct tb_switch *sw) in icm_fr_approve_switch()
[all …]
Dtb.c43 struct tb *tb; member
51 static void tb_queue_hotplug(struct tb *tb, u64 route, u8 port, bool unplug) in tb_queue_hotplug()
107 struct tb *tb = sw->tb; in tb_discover_tunnels() local
182 struct tb *tb = sw->tb; in tb_scan_xdomain() local
256 static struct tb_tunnel *tb_find_tunnel(struct tb *tb, enum tb_tunnel_type type, in tb_find_tunnel()
274 static struct tb_tunnel *tb_find_first_usb3_tunnel(struct tb *tb, in tb_find_first_usb3_tunnel()
301 static int tb_available_bandwidth(struct tb *tb, struct tb_port *src_port, in tb_available_bandwidth()
394 static int tb_release_unused_usb3_bandwidth(struct tb *tb, in tb_release_unused_usb3_bandwidth()
404 static void tb_reclaim_usb3_bandwidth(struct tb *tb, struct tb_port *src_port, in tb_reclaim_usb3_bandwidth()
433 static int tb_tunnel_usb3(struct tb *tb, struct tb_switch *sw) in tb_tunnel_usb3()
[all …]
Dnhi.c856 struct tb *tb = pci_get_drvdata(pdev); in __nhi_suspend_noirq() local
881 struct tb *tb = pci_get_drvdata(pdev); in nhi_freeze_noirq() local
889 struct tb *tb = pci_get_drvdata(pdev); in nhi_thaw_noirq() local
936 struct tb *tb = pci_get_drvdata(pdev); in nhi_resume_noirq() local
962 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend() local
970 struct tb *tb = pci_get_drvdata(pdev); in nhi_complete() local
986 struct tb *tb = pci_get_drvdata(pdev); in nhi_runtime_suspend() local
1005 struct tb *tb = pci_get_drvdata(pdev); in nhi_runtime_resume() local
1166 struct tb *tb; in nhi_probe() local
1266 struct tb *tb = pci_get_drvdata(pdev); in nhi_remove() local
Dnhi_ops.c27 struct tb *tb = pci_get_drvdata(nhi->pdev); in icl_nhi_is_device_connected() local
124 struct tb *tb = pci_get_drvdata(nhi->pdev); in icl_nhi_suspend() local
147 struct tb *tb = pci_get_drvdata(nhi->pdev); in icl_nhi_suspend_noirq() local
Dtunnel.c63 static struct tb_tunnel *tb_tunnel_alloc(struct tb *tb, size_t npaths, in tb_tunnel_alloc()
141 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down) in tb_tunnel_discover_pci()
218 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_pci()
654 struct tb_tunnel *tb_tunnel_discover_dp(struct tb *tb, struct tb_port *in) in tb_tunnel_discover_dp()
738 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, in tb_tunnel_alloc_dp()
840 struct tb_tunnel *tb_tunnel_alloc_dma(struct tb *tb, struct tb_port *nhi, in tb_tunnel_alloc_dma()
1033 struct tb_tunnel *tb_tunnel_discover_usb3(struct tb *tb, struct tb_port *down) in tb_tunnel_discover_usb3()
1137 struct tb_tunnel *tb_tunnel_alloc_usb3(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_usb3()
Dxdomain.c28 struct tb *tb; member
376 static int tb_xdp_properties_response(struct tb *tb, struct tb_ctl *ctl, in tb_xdp_properties_response()
558 struct tb *tb = xw->tb; in tb_xdp_handle_request() local
635 tb_xdp_schedule_request(struct tb *tb, const struct tb_xdp_header *hdr, in tb_xdp_schedule_request()
950 struct tb *tb = xd->tb; in tb_xdomain_get_uuid() local
1000 struct tb *tb = xd->tb; in tb_xdomain_get_properties() local
1271 struct tb_xdomain *tb_xdomain_alloc(struct tb *tb, struct device *parent, in tb_xdomain_alloc()
1510 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid()
1539 struct tb_xdomain *tb_xdomain_find_by_link_depth(struct tb *tb, u8 link, in tb_xdomain_find_by_link_depth()
1568 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route) in tb_xdomain_find_by_route()
[all …]
Ddebugfs.c127 struct tb *tb = sw->tb; in regs_write() local
213 struct tb *tb = port->sw->tb; in counters_write() local
399 struct tb *tb = sw->tb; in port_regs_show() local
503 struct tb *tb = sw->tb; in switch_regs_show() local
555 struct tb *tb = sw->tb; in path_show() local
618 struct tb *tb = sw->tb; in counters_show() local
Dtb.h148 struct tb *tb; member
232 struct tb *tb; member
313 struct tb *tb; member
398 static inline void *tb_priv(struct tb *tb) in tb_priv()
564 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
565 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
566 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
567 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
568 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) argument
627 static inline struct tb *tb_domain_get(struct tb *tb) in tb_domain_get()
[all …]
Dswitch.c491 static void tb_dump_port(struct tb *tb, struct tb_regs_port_header *port) in tb_dump_port()
1255 static void tb_dump_switch(const struct tb *tb, const struct tb_switch *sw) in tb_dump_switch()
1881 struct tb_switch *tb_switch_alloc(struct tb *tb, struct device *parent, in tb_switch_alloc()
1993 tb_switch_alloc_safe_mode(struct tb *tb, struct device *parent, u64 route) in tb_switch_alloc_safe_mode()
2030 struct tb *tb = sw->tb; in tb_switch_configure() local
2812 struct tb *tb; member
2853 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) in tb_switch_find_by_link_depth()
2878 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid) in tb_switch_find_by_uuid()
2902 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route) in tb_switch_find_by_route()
/drivers/net/wireless/ti/wlcore/
Dtestmode.c58 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test()
140 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate()
207 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure()
239 static int wl1271_tm_detect_fem(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_detect_fem()
276 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode()
307 static int wl12xx_tm_cmd_get_mac(struct wl1271 *wl, struct nlattr *tb[]) in wl12xx_tm_cmd_get_mac()
357 struct nlattr *tb[WL1271_TM_ATTR_MAX + 1]; in wl1271_tm_cmd() local
Dvendor_cmd.c33 struct nlattr *tb[NUM_WLCORE_VENDOR_ATTR]; in wlcore_vendor_cmd_smart_config_start() local
114 struct nlattr *tb[NUM_WLCORE_VENDOR_ATTR]; in wlcore_vendor_cmd_smart_config_set_group_key() local
/drivers/net/wireless/ath/ath10k/
Dtestmode.c100 static int ath10k_tm_cmd_get_version(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_get_version()
226 static int ath10k_tm_cmd_utf_start(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_start()
347 static int ath10k_tm_cmd_utf_stop(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_stop()
371 static int ath10k_tm_cmd_wmi(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_wmi()
431 struct nlattr *tb[ATH10K_TM_ATTR_MAX + 1]; in ath10k_tm_cmd() local
Dwmi-tlv.c125 const void **tb = data; in ath10k_wmi_tlv_iter_parse() local
133 static int ath10k_wmi_tlv_parse(struct ath10k *ar, const void **tb, in ath10k_wmi_tlv_parse()
144 const void **tb; in ath10k_wmi_tlv_parse_alloc() local
171 const void **tb; in ath10k_wmi_tlv_event_bcn_tx_status() local
264 const void **tb; in ath10k_wmi_tlv_op_pull_peer_stats_info() local
313 const void **tb; in ath10k_wmi_tlv_event_diag_data() local
376 const void **tb; in ath10k_wmi_tlv_event_diag() local
404 const void **tb; in ath10k_wmi_tlv_event_p2p_noa() local
438 const void **tb; in ath10k_wmi_tlv_event_tx_pause() local
504 const void **tb; in ath10k_wmi_tlv_event_rfkill_state_change() local
[all …]
/drivers/infiniband/core/
Dnldev.c873 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_get_doit() local
919 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_set_doit() local
1009 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_port_get_doit() local
1063 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_port_get_dumpit() local
1121 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_res_get_doit() local
1249 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in res_get_common_doit() local
1330 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in res_get_common_dumpit() local
1520 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_newlink() local
1567 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_dellink() local
1594 struct nlattr *tb[RDMA_NLDEV_ATTR_MAX]; in nldev_get_chardev() local
[all …]
/drivers/target/
Dtarget_core_hba.c40 struct target_backend *tb, *old; in transport_backend_register() local
68 struct target_backend *tb; in target_backend_unregister() local
92 struct target_backend *tb; in core_get_backend() local
/drivers/net/wireless/ath/ath11k/
Dtestmode.c86 static int ath11k_tm_cmd_get_version(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_get_version()
118 static int ath11k_tm_cmd_wmi(struct ath11k *ar, struct nlattr *tb[]) in ath11k_tm_cmd_wmi()
180 struct nlattr *tb[ATH11K_TM_ATTR_MAX + 1]; in ath11k_tm_cmd() local
Dwmi.c194 const void **tb = data; in ath11k_wmi_tlv_iter_parse() local
202 static int ath11k_wmi_tlv_parse(struct ath11k_base *ar, const void **tb, in ath11k_wmi_tlv_parse()
213 const void **tb; in ath11k_wmi_tlv_parse_alloc() local
4008 const void **tb; in ath11k_pull_vdev_start_resp_tlv() local
4083 const void **tb; in ath11k_pull_reg_chan_list_update_ev() local
4188 const void **tb; in ath11k_pull_peer_del_resp_ev() local
4220 const void **tb; in ath11k_pull_bcn_tx_status_ev() local
4248 const void **tb; in ath11k_pull_vdev_stopped_param_tlv() local
4276 const void **tb; in ath11k_pull_mgmt_rx_params_tlv() local
4368 const void **tb; in ath11k_pull_mgmt_tx_compl_param_tlv() local
[all …]
/drivers/net/bonding/
Dbond_netlink.c118 static int bond_validate(struct nlattr *tb[], struct nlattr *data[], in bond_validate()
132 struct nlattr *tb[], struct nlattr *data[], in bond_slave_changelink()
158 static int bond_changelink(struct net_device *bond_dev, struct nlattr *tb[], in bond_changelink()
449 struct nlattr *tb[], struct nlattr *data[], in bond_newlink()
/drivers/tty/
Dtty_buffer.c320 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_string_fixed_flag() local
355 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_string_flags() local
382 struct tty_buffer *tb; in __tty_insert_flip_char() local
415 struct tty_buffer *tb = port->buf.tail; in tty_prepare_flip_string() local
/drivers/net/wireless/ath/wcn36xx/
Dtestmode.c44 struct nlattr *tb[]) in wcn36xx_tm_cmd_ptt()
130 struct nlattr *tb[WCN36XX_TM_ATTR_MAX + 1]; in wcn36xx_tm_cmd() local
/drivers/infiniband/ulp/ipoib/
Dipoib_netlink.c72 static int ipoib_changelink(struct net_device *dev, struct nlattr *tb[], in ipoib_changelink()
102 struct nlattr *tb[], struct nlattr *data[], in ipoib_new_child_link()
/drivers/net/fddi/skfp/
Dfplustm.c1057 struct s_fpmc *tb ; in mac_get_mc_table() local
1098 struct s_fpmc *tb ; in mac_clear_multicast() local
1141 struct s_fpmc *tb ; in mac_add_multicast() local
1194 struct s_fpmc *tb ; in mac_update_multicast() local
/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_config.c116 struct nlattr *tb[], struct nlattr *data[], in rmnet_newlink()
271 static int rmnet_rtnl_validate(struct nlattr *tb[], struct nlattr *data[], in rmnet_rtnl_validate()
290 static int rmnet_changelink(struct net_device *dev, struct nlattr *tb[], in rmnet_changelink()
/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.h207 struct iwl_tfd_tb *tb; in iwl_txq_gen1_tfd_tb_get_len() local
211 struct iwl_tfh_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len() local

1234