/linux-5.19.10/drivers/ntb/test/ |
D | ntb_tool.c | 208 struct tool_ctx *tc; member 233 struct tool_ctx *tc; member 239 struct tool_ctx *tc; member 244 struct tool_ctx *tc; member 291 struct tool_ctx *tc = ctx; in tool_link_event() local 306 struct tool_ctx *tc = ctx; in tool_db_event() local 320 struct tool_ctx *tc = ctx; in tool_msg_event() local 341 static ssize_t tool_fn_read(struct tool_ctx *tc, char __user *ubuf, in tool_fn_read() 359 static ssize_t tool_fn_write(struct tool_ctx *tc, in tool_fn_write() 415 struct tool_ctx *tc = filep->private_data; in tool_port_read() local [all …]
|
/linux-5.19.10/drivers/md/ |
D | dm-thin.c | 379 struct thin_c *tc; member 385 static void begin_discard(struct discard_op *op, struct thin_c *tc, struct bio *parent) in begin_discard() 397 struct thin_c *tc = op->tc; in issue_discard() local 584 struct thin_c *tc; member 608 static void error_thin_bio_list(struct thin_c *tc, struct bio_list *master, in error_thin_bio_list() 622 static void requeue_deferred_cells(struct thin_c *tc) in requeue_deferred_cells() 638 static void requeue_io(struct thin_c *tc) in requeue_io() 655 struct thin_c *tc; in error_retry_list_with_code() local 675 static dm_block_t get_bio_block(struct thin_c *tc, struct bio *bio) in get_bio_block() 691 static void get_bio_block_range(struct thin_c *tc, struct bio *bio, in get_bio_block_range() [all …]
|
D | dm-snap-transient.c | 42 struct transient_c *tc = store->context; in transient_prepare_exception() local 75 struct transient_c *tc; in transient_ctr() local
|
/linux-5.19.10/drivers/gpu/drm/bridge/ |
D | tc358767.c | 331 static inline int tc_poll_timeout(struct tc_data *tc, unsigned int addr, in tc_poll_timeout() 343 static int tc_aux_wait_busy(struct tc_data *tc) in tc_aux_wait_busy() 348 static int tc_aux_write_data(struct tc_data *tc, const void *data, in tc_aux_write_data() 363 static int tc_aux_read_data(struct tc_data *tc, void *data, size_t size) in tc_aux_read_data() 392 struct tc_data *tc = aux_to_tc(aux); in tc_aux_transfer() local 476 static u32 tc_srcctrl(struct tc_data *tc) in tc_srcctrl() 495 static int tc_pllupdate(struct tc_data *tc, unsigned int pllctrl) in tc_pllupdate() 509 static int tc_pxl_pll_en(struct tc_data *tc, u32 refclk, u32 pixelclock) in tc_pxl_pll_en() 619 static int tc_pxl_pll_dis(struct tc_data *tc) in tc_pxl_pll_dis() 625 static int tc_stream_clock_calc(struct tc_data *tc) in tc_stream_clock_calc() [all …]
|
D | tc358775.c | 283 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_pre_enable() local 306 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_post_disable() local 377 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_enable() local 497 struct tc_data *tc = bridge_to_tc(bridge); in tc_mode_valid() local 527 static int tc358775_parse_dt(struct device_node *np, struct tc_data *tc) in tc358775_parse_dt() 596 struct tc_data *tc = bridge_to_tc(bridge); in tc_bridge_attach() local 611 static int tc_attach_host(struct tc_data *tc) in tc_attach_host() 652 struct tc_data *tc; in tc_probe() local 718 struct tc_data *tc = i2c_get_clientdata(client); in tc_remove() local
|
/linux-5.19.10/net/rds/ |
D | tcp.c | 92 u32 rds_tcp_write_seq(struct rds_tcp_connection *tc) in rds_tcp_write_seq() 98 u32 rds_tcp_snd_una(struct rds_tcp_connection *tc) in rds_tcp_snd_una() 104 struct rds_tcp_connection *tc) in rds_tcp_restore_callbacks() 141 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_reset_callbacks() local 195 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_set_callbacks() local 236 struct rds_tcp_connection *tc; in rds_tcp_tc_info() local 282 struct rds_tcp_connection *tc; in rds6_tcp_tc_info() local 353 struct rds_tcp_connection *tc = arg; in rds_tcp_conn_free() local 368 struct rds_tcp_connection *tc; in rds_tcp_conn_alloc() local 408 struct rds_tcp_connection *tc, *_tc; in list_has_conn() local [all …]
|
D | tcp_send.c | 43 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_xmit_path_prepare() local 50 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_xmit_path_complete() local 74 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_xmit() local 182 struct rds_tcp_connection *tc; in rds_tcp_write_space() local
|
D | tcp_connect.c | 44 struct rds_tcp_connection *tc; in rds_tcp_state_change() local 100 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_conn_path_connect() local 206 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_conn_path_shutdown() local
|
D | tcp_recv.c | 159 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_data_recv() local 264 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_read_sock() local 292 struct rds_tcp_connection *tc = cp->cp_transport_data; in rds_tcp_recv_path() local 310 struct rds_tcp_connection *tc; in rds_tcp_data_ready() local
|
/linux-5.19.10/arch/mips/include/asm/ |
D | vpe.h | 68 struct list_head tc; member 82 struct tc { struct 83 enum tc_state state; argument 87 struct list_head tc; /* The list of TC's with this VPE */ argument 88 struct list_head list; /* The global list of tc's */ argument
|
/linux-5.19.10/tools/perf/util/ |
D | tsc.c | 18 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() 29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() 44 struct perf_tsc_conversion *tc) in perf_read_tsc_conversion() 87 struct perf_tsc_conversion tc; in perf_event__synth_time_conv() local 118 struct perf_record_time_conv *tc = (struct perf_record_time_conv *)event; in perf_event__fprintf_time_conv() local
|
/linux-5.19.10/kernel/time/ |
D | timecounter.c | 8 void timecounter_init(struct timecounter *tc, in timecounter_init() 31 static u64 timecounter_read_delta(struct timecounter *tc) in timecounter_read_delta() 52 u64 timecounter_read(struct timecounter *tc) in timecounter_read() 79 u64 timecounter_cyc2time(const struct timecounter *tc, in timecounter_cyc2time()
|
/linux-5.19.10/drivers/hwtracing/coresight/ |
D | coresight-cti-core.c | 248 struct cti_trig_con *tc, in cti_add_connection_entry() 281 struct cti_trig_con *tc = NULL; in cti_allocate_trig_con() local 316 struct cti_trig_con *tc = NULL; in cti_add_default_connection() local 480 struct cti_trig_con *tc) in cti_add_sysfs_link() 499 struct cti_trig_con *tc) in cti_remove_sysfs_link() 519 struct cti_trig_con *tc; in cti_match_fixup_csdev() local 587 struct cti_trig_con *tc; in cti_remove_assoc_from_csdev() local 622 struct cti_trig_con *tc; in cti_update_conn_xrefs() local 641 struct cti_trig_con *tc; in cti_remove_conn_xrefs() local
|
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.c | 165 int tc; in ixgbe_dcb_unpack_pfc() local 177 int tc; in ixgbe_dcb_unpack_refill() local 186 int tc; in ixgbe_dcb_unpack_max() local 196 int tc; in ixgbe_dcb_unpack_bwgid() local 206 int tc; in ixgbe_dcb_unpack_prio() local 216 u8 tc = cfg->num_tcs.pg_tcs; in ixgbe_dcb_get_tc_from_up() local
|
/linux-5.19.10/arch/mips/kernel/ |
D | smp-mt.c | 46 static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0, in smvp_vpe_init() 80 static void __init smvp_tc_init(unsigned int tc, unsigned int mvpconf0) in smvp_tc_init() 185 unsigned int mvpconf0, ntc, tc, ncpu = 0; in vsmp_smp_setup() local
|
/linux-5.19.10/fs/ntfs/ |
D | lcnalloc.c | 401 LCN tc; in ntfs_cluster_alloc() local 544 LCN tc; in ntfs_cluster_alloc() local 587 LCN tc; in ntfs_cluster_alloc() local 628 LCN tc; in ntfs_cluster_alloc() local
|
/linux-5.19.10/drivers/clocksource/ |
D | timer-atmel-tcb.c | 256 static int __init setup_clkevents(struct atmel_tc *tc, int divisor_idx) in setup_clkevents() 304 static int __init setup_clkevents(struct atmel_tc *tc, int divisor_idx) in setup_clkevents() 312 static void __init tcb_setup_dual_chan(struct atmel_tc *tc, int mck_divisor_idx) in tcb_setup_dual_chan() 340 static void __init tcb_setup_single_chan(struct atmel_tc *tc, int mck_divisor_idx) in tcb_setup_single_chan() 376 struct atmel_tc tc; in tcb_clksrc_init() local
|
/linux-5.19.10/drivers/gpu/drm/i915/display/ |
D | icl_dsi_regs.h | 12 #define _MMIO_DSI(tc, dsi0, dsi1) _MMIO_TRANS((tc) - TRANSCODER_DSI_0, \ argument 195 #define DSI_TRANS_FUNC_CONF(tc) _MMIO_DSI(tc, \ argument 241 #define DSI_CMD_RXCTL(tc) _MMIO_DSI(tc, \ argument 256 #define DSI_CMD_TXCTL(tc) _MMIO_DSI(tc, \ argument 269 #define DSI_CMD_TXHDR(tc) _MMIO_DSI(tc, \ argument 285 #define DSI_CMD_TXPYLD(tc) _MMIO_DSI(tc, \ argument 291 #define DSI_LP_MSG(tc) _MMIO_DSI(tc, \ argument 302 #define DSI_HSTX_TO(tc) _MMIO_DSI(tc, \ argument 312 #define DSI_LPRX_HOST_TO(tc) _MMIO_DSI(tc, \ argument 322 #define DSI_PWAIT_TO(tc) _MMIO_DSI(tc, \ argument [all …]
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.c | 188 struct mlx5e_txqsq *sq, int tc, in mlx5e_ptp_alloc_txqsq() 274 int tc, struct mlx5e_ptpsq *ptpsq) in mlx5e_ptp_open_txqsq() 329 int tc; in mlx5e_ptp_open_txqsqs() local 353 int tc; in mlx5e_ptp_close_txqsqs() local 368 int tc; in mlx5e_ptp_open_tx_cqs() local 431 int tc; in mlx5e_ptp_close_tx_cqs() local 728 int tc; in mlx5e_ptp_activate_channel() local 745 int tc; in mlx5e_ptp_deactivate_channel() local
|
D | reporter_tx.c | 150 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output_sq_common() 198 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output() 223 struct mlx5e_ptpsq *ptpsq, int tc) in mlx5e_tx_reporter_build_diagnose_output_ptpsq() 360 int i, tc, err = 0; in mlx5e_tx_reporter_diagnose() local 482 int i, tc, err; in mlx5e_tx_reporter_dump_all_sqs() local
|
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_sched.c | 282 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc) in ice_sched_get_tc_node() 562 ice_alloc_lan_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs) in ice_alloc_lan_q_ctx() 606 ice_alloc_rdma_q_ctx(struct ice_hw *hw, u16 vsi_handle, u8 tc, u16 new_numqs) in ice_alloc_rdma_q_ctx() 1483 ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc, in ice_sched_get_free_qparent() 1770 ice_sched_add_vsi_to_topo(struct ice_port_info *pi, u16 vsi_handle, u8 tc) in ice_sched_add_vsi_to_topo() 1799 u8 tc, u16 new_numqs, u8 owner) in ice_sched_update_vsi_child_nodes() 1873 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs, in ice_sched_cfg_vsi() 2256 u8 tc) in ice_sched_move_vsi_to_agg() 2338 struct ice_sched_agg_info *agg_info, u8 tc, in ice_move_all_vsi_to_dflt_agg() 2401 ice_sched_rm_agg_cfg(struct ice_port_info *pi, u32 agg_id, u8 tc) in ice_sched_rm_agg_cfg() [all …]
|
/linux-5.19.10/drivers/input/touchscreen/ |
D | tsc2007_core.c | 53 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values() 69 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance() 115 struct ts_event tc; in tsc2007_soft_irq() local
|
/linux-5.19.10/fs/ksmbd/mgmt/ |
D | tree_connect.c | 103 struct ksmbd_tree_connect *tc; in ksmbd_tree_conn_share() local 114 struct ksmbd_tree_connect *tc; in ksmbd_tree_conn_session_logoff() local
|
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/ |
D | mmio_warning_test.c | 41 struct thread_context *tc = (struct thread_context *)arg; in thr() local 58 struct thread_context tc; in test() local
|
/linux-5.19.10/include/linux/ |
D | transport_class.h | 84 static inline int transport_container_register(struct transport_container *tc) in transport_container_register() 89 static inline void transport_container_unregister(struct transport_container *tc) in transport_container_unregister()
|