/linux-6.3-rc2/drivers/clk/tegra/ |
A D | clk-dfll.c | 1016 static int dfll_lock(struct tegra_dfll *td) in dfll_lock() 1090 struct tegra_dfll *td = clk_hw_to_dfll(hw); in dfll_clk_is_enabled() local 1276 struct tegra_dfll *td = data; in attr_enable_get() local 1284 struct tegra_dfll *td = data; in attr_enable_set() local 1293 struct tegra_dfll *td = data; in attr_lock_get() local 1301 struct tegra_dfll *td = data; in attr_lock_set() local 1309 struct tegra_dfll *td = data; in attr_rate_get() local 1318 struct tegra_dfll *td = data; in attr_rate_set() local 1327 struct tegra_dfll *td = s->private; in attr_registers_show() local 1457 static int dfll_init(struct tegra_dfll *td) in dfll_init() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/ |
A D | test_signals_utils.c | 90 static bool handle_signal_unsupported(struct tdescr *td, in handle_signal_unsupported() 112 static bool handle_signal_trigger(struct tdescr *td, in handle_signal_trigger() 122 static bool handle_signal_ok(struct tdescr *td, in handle_signal_ok() 168 static bool handle_signal_copyctx(struct tdescr *td, in handle_signal_copyctx() 258 static int default_setup(struct tdescr *td) in default_setup() 294 static inline int default_trigger(struct tdescr *td) in default_trigger() 299 int test_init(struct tdescr *td) in test_init() 371 int test_setup(struct tdescr *td) in test_setup() 387 int test_run(struct tdescr *td) in test_run() 397 void test_result(struct tdescr *td) in test_result() [all …]
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | fhci-q.c | 53 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame() 63 struct td *td = td_list[i]; in fhci_add_tds_to_ed() local 72 struct td *td; in peek_td_from_ed() local 84 struct td *td; in fhci_remove_td_from_frame() local 97 struct td *td; in fhci_peek_td_from_frame() local 109 struct td *td; in fhci_remove_td_from_ed() local 129 struct td *td; in fhci_remove_td_from_done_list() local 142 struct td *td; in fhci_move_td_from_ed_to_done_list() local 214 void fhci_done_td(struct urb *urb, struct td *td) in fhci_done_td() 267 struct td *td = peek_td_from_ed(ed); in fhci_del_ed_list() local
|
A D | uhci-q.c | 109 struct uhci_td *td; in uhci_alloc_td() local 183 struct uhci_td *td) in uhci_remove_td_from_frame_list() 239 struct uhci_td *td; in uhci_unlink_isochronous_tds() local 318 struct uhci_td *td; in uhci_cleanup_queue() local 376 struct uhci_td *td; in uhci_fixup_toggles() local 743 struct uhci_td *td, *tmp; in uhci_free_urb_priv() local 792 struct uhci_td *td; in uhci_submit_control() local 918 struct uhci_td *td; in uhci_submit_common() local 1125 struct uhci_td *td; in uhci_fixup_short_transfer() local 1174 struct uhci_td *td, *tmp; in uhci_result_common() local [all …]
|
A D | ohci-q.c | 20 struct td *td; in urb_free_priv() local 414 struct td *td; in ed_get() local 520 struct td *td, *td_pt; in td_fill() local 756 static int td_done(struct ohci_hcd *ohci, struct urb *urb, struct td *td) in td_done() 833 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted() 899 static void add_to_done_list(struct ohci_hcd *ohci, struct td *td) in add_to_done_list() 938 struct td *td = NULL; in update_done_list() local 996 struct td *td; in finish_unlinks() local 1038 struct td *td; in finish_unlinks() local 1150 static void takeback_td(struct ohci_hcd *ohci, struct td *td) in takeback_td() [all …]
|
A D | fhci-mem.c | 23 static void init_td(struct td *td) in init_td() 39 struct td *td; in get_empty_td() local 55 void fhci_recycle_empty_td(struct fhci_hcd *fhci, struct td *td) in fhci_recycle_empty_td() 90 struct td *td = get_empty_td(fhci); in fhci_td_fill() local
|
A D | fhci-tds.c | 73 struct usb_td __iomem *td, in next_bd() 152 struct usb_td __iomem *td; in fhci_create_ep() local 281 struct usb_td __iomem *td; in fhci_td_transaction_confirm() local 386 struct usb_td __iomem *td; in fhci_host_transaction() local 471 struct usb_td __iomem *td; in fhci_flush_bds() local 527 struct usb_td __iomem *td; in fhci_flush_actual_frame() local 591 struct usb_td __iomem *td; in fhci_host_transmit_actual_frame() local
|
A D | r8a66597-hcd.c | 1065 struct r8a66597_td *td) in prepare_setup_packet() 1084 struct r8a66597_td *td) in prepare_packet_read() 1126 struct r8a66597_td *td) in prepare_packet_write() 1500 struct r8a66597_td *td; in irq_pipe_ready() local 1535 struct r8a66597_td *td; in irq_pipe_empty() local 1551 struct r8a66597_td *td; in irq_pipe_empty() local 1587 struct r8a66597_td *td; in irq_pipe_nrdy() local 1727 struct r8a66597_td *td; in r8a66597_interval_timer() local 1858 struct r8a66597_td *td; in r8a66597_make_td() local 1956 struct r8a66597_td *td; in r8a66597_urb_dequeue() local [all …]
|
A D | fhci.h | 339 struct td { struct 342 unsigned int actual_len; /* actual bytes transferred on this td */ argument 365 * field for the corresponding structure td */ argument
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | testmode.c | 32 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_pending() local 94 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_free_skb() local 105 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_alloc_skb() local 179 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_init() local 271 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_start() local 283 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_stop() local 313 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_init_defaults() local 365 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_set_state() local 411 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_cmd() local 538 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_dump_stats() local [all …]
|
/linux-6.3-rc2/drivers/usb/c67x00/ |
A D | c67x00-sched.c | 82 #define td_udev(td) ((td)->ep_data->dev) argument 115 #define td_residue(td) ((__s8)(td->residue)) argument 123 #define td_sequence_ok(td) (!td->status || \ argument 127 #define td_acked(td) (!td->status || \ argument 200 struct c67x00_td *td; in c67x00_release_urb() local 567 struct c67x00_td *td; in c67x00_create_td() local 798 struct c67x00_td *td, *ttd; in c67x00_fill_frame() local 892 struct c67x00_td *td, *tmp; in c67x00_clear_pipe() local 908 struct c67x00_td *td) in c67x00_handle_successful_td() 980 struct c67x00_td *td, *tmp; in c67x00_check_td_list() local [all …]
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | nand_bbt.c | 142 static u32 add_marker_len(struct nand_bbt_descr *td) in add_marker_len() 167 struct nand_bbt_descr *td, int offs) in read_bbt() 260 struct nand_bbt_descr *td, int chip) in read_abs_bbt() 288 struct nand_bbt_descr *td) in scan_read_data() 344 size_t len, struct nand_bbt_descr *td) in scan_read() 553 struct nand_bbt_descr *td) in search_bbt() 630 struct nand_bbt_descr *td, in search_read_bbts() 718 struct nand_bbt_descr *td, in mark_bbt_block_bad() 954 struct nand_bbt_descr *td = this->bbt_td; in check_create() local 1080 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt() local [all …]
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | dlfilter-test.c | 65 struct test_data *td = container_of(tool, struct test_data, tool); in process() local 108 static int write_attr(struct test_data *td, u64 sample_type, u64 *id) in write_attr() 169 static int write_sample(struct test_data *td, u64 sample_type, u64 id, pid_t pid, pid_t tid) in write_sample() 241 static int check_filter_desc(struct test_data *td) in check_filter_desc() 259 static int get_ip_addr(struct test_data *td) in get_ip_addr() 284 static int do_run_perf_script(struct test_data *td, int do_early) in do_run_perf_script() 298 static int run_perf_script(struct test_data *td) in run_perf_script() 316 static int test__dlfilter_test(struct test_data *td) in test__dlfilter_test() 391 static void test_data__free(struct test_data *td) in test_data__free() 404 struct test_data td = {.fd = -1}; in test__dlfilter() local
|
A D | mmap-thread-lookup.c | 34 static int thread_init(struct thread_data *td) in thread_init() 56 struct thread_data *td = arg; in thread_fn() local 81 struct thread_data *td = &threads[i]; in thread_create() local 186 struct thread_data *td = &threads[i]; in mmap_events() local
|
/linux-6.3-rc2/kernel/time/ |
A D | tick-common.c | 205 static void tick_setup_device(struct tick_device *td, in tick_setup_device() 279 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_install_replacement() local 344 struct tick_device *td; in tick_check_new_device() local 392 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_broadcast_oneshot_control() local 423 struct tick_device *td = &per_cpu(tick_cpu_device, cpu); in tick_shutdown() local 449 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_suspend_local() local 463 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_resume_local() local
|
A D | tick-broadcast.c | 329 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_receive_broadcast() local 348 struct tick_device *td; in tick_do_broadcast() local 401 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_handle_periodic_broadcast() local 440 struct tick_device *td; in tick_broadcast_control() local 672 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_check_oneshot_broadcast_this_cpu() local 691 struct tick_device *td; in tick_handle_oneshot_broadcast() local 796 struct tick_device *td, in ___tick_broadcast_oneshot_control() 934 struct tick_device *td, in tick_oneshot_wakeup_control() 964 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in __tick_broadcast_oneshot_control() local 994 struct tick_device *td; in tick_broadcast_init_next_event() local
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-multitouch.c | 408 struct mt_device *td = hid_get_drvdata(hdev); in mt_show_quirks() local 418 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_quirks() local 483 struct mt_device *td = hid_get_drvdata(hdev); in mt_feature_mapping() local 720 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_mapping() local 1198 struct mt_device *td = hid_get_drvdata(hid); in mt_touch_report() local 1299 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_configured() local 1346 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapping() local 1435 struct mt_device *td = hid_get_drvdata(hid); in mt_event() local 1447 struct mt_device *td = hid_get_drvdata(hid); in mt_report() local 1693 struct mt_device *td = hid_get_drvdata(hid); in mt_release_contacts() local [all …]
|
/linux-6.3-rc2/tools/thermal/thermal-engine/ |
A D | thermal-engine.c | 96 struct thermal_data *td = arg; in tz_disable() local 106 struct thermal_data *td = arg; in tz_enable() local 116 struct thermal_data *td = arg; in trip_high() local 127 struct thermal_data *td = arg; in trip_low() local 154 struct thermal_data *td = arg; in trip_change() local 190 struct thermal_data *td = arg; in gov_change() local 218 struct thermal_data *td = arg; in thermal_event() local 288 struct thermal_data td; in main() local
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-thin-metadata.c | 835 struct dm_thin_device *td, *tmp; in __write_changed_details() local 981 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close() local 1022 struct dm_thin_device **td) in __open_device() 1094 struct dm_thin_device *td; in __create_thin() local 1148 struct dm_thin_device *td; in __set_snapshot_details() local 1170 struct dm_thin_device *td; in __create_snap() local 1237 struct dm_thin_device *td; in __delete_device() local 1480 struct dm_thin_device **td) in dm_pool_open_thin_device() 1744 int dm_thin_remove_range(struct dm_thin_device *td, in dm_thin_remove_range() 1807 struct dm_thin_device *td, *tmp; in dm_pool_changed_this_transaction() local [all …]
|
/linux-6.3-rc2/block/ |
A D | blk-throttle.c | 150 struct throtl_data *td; in tg_bps_limit() local 180 struct throtl_data *td; in tg_iops_limit() local 390 struct throtl_data *td = blkg->q->td; in throtl_pd_init() local 421 struct throtl_data *td = tg->td; in tg_update_has_rules() local 1691 struct throtl_data *td = q->td; in throtl_shutdown_wq() local 1950 struct throtl_data *td = tg->td; in throtl_tg_can_downgrade() local 1967 struct throtl_data *td = tg->td; in throtl_hierarchy_can_downgrade() local 2173 struct throtl_data *td = tg->td; in __blk_throtl_bio() local 2301 struct throtl_data *td = q->td; in blk_throtl_stat_add() local 2365 struct throtl_data *td; in blk_throtl_init() local [all …]
|
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/testcases/ |
A D | za_no_regs.c | 23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() 52 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() 98 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
A D | sve_regs.c | 23 static bool sve_get_vls(struct tdescr *td) in sve_get_vls() 58 static int do_one_sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sve_vl() 100 static int sve_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sve_regs()
|
A D | ssve_regs.c | 23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() 62 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() 111 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
A D | za_regs.c | 23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() 64 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() 117 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
/linux-6.3-rc2/drivers/scsi/snic/ |
A D | snic_trc.c | 19 struct snic_trc_data *td = NULL; in snic_get_trc_buf() local 51 snic_fmt_trc_data(struct snic_trc_data *td, char *buf, int buf_sz) in snic_fmt_trc_data() 77 struct snic_trc_data *td = NULL; in snic_get_trc_data() local
|