| /linux-6.15/drivers/clk/tegra/ |
| H 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.15/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.c | 91 static bool handle_signal_unsupported(struct tdescr *td, in handle_signal_unsupported() 113 static bool handle_signal_trigger(struct tdescr *td, in handle_signal_trigger() 123 static bool handle_signal_ok(struct tdescr *td, in handle_signal_ok() 178 static bool handle_signal_copyctx(struct tdescr *td, in handle_signal_copyctx() 269 static int default_setup(struct tdescr *td) in default_setup() 305 static inline int default_trigger(struct tdescr *td) in default_trigger() 310 int test_init(struct tdescr *td) in test_init() 384 int test_setup(struct tdescr *td) in test_setup() 400 int test_run(struct tdescr *td) in test_run() 410 void test_result(struct tdescr *td) in test_result() [all …]
|
| /linux-6.15/drivers/usb/host/ |
| H 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
|
| H 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 …]
|
| H 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 …]
|
| H 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
|
| H 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
|
| H 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 …]
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | testmode.c | 33 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_pending() local 95 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_free_skb() local 106 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_alloc_skb() local 180 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_init() local 272 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_start() local 284 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_tx_stop() local 314 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_init_defaults() local 366 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_set_state() local 412 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_cmd() local 539 struct mt76_testmode_data *td = &phy->test; in mt76_testmode_dump_stats() local [all …]
|
| /linux-6.15/drivers/usb/c67x00/ |
| H 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.15/drivers/mtd/nand/raw/ |
| H 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() 629 struct nand_bbt_descr *td, in search_read_bbts() 717 struct nand_bbt_descr *td, in mark_bbt_block_bad() 953 struct nand_bbt_descr *td = this->bbt_td; in check_create() local 1079 struct nand_bbt_descr *td = this->bbt_td; in nand_update_bbt() local [all …]
|
| /linux-6.15/kernel/time/ |
| H A D | tick-common.c | 184 static void tick_setup_device(struct tick_device *td, in tick_setup_device() 263 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_install_replacement() local 328 struct tick_device *td; in tick_check_new_device() local 376 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_broadcast_oneshot_control() local 422 struct tick_device *td = &per_cpu(tick_cpu_device, cpu); in tick_shutdown() local 448 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_suspend_local() local 462 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_resume_local() local
|
| H A D | tick-broadcast.c | 330 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_receive_broadcast() local 349 struct tick_device *td; in tick_do_broadcast() local 402 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_handle_periodic_broadcast() local 441 struct tick_device *td; in tick_broadcast_control() local 673 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_check_oneshot_broadcast_this_cpu() local 692 struct tick_device *td; in tick_handle_oneshot_broadcast() local 797 struct tick_device *td, in ___tick_broadcast_oneshot_control() 935 struct tick_device *td, in tick_oneshot_wakeup_control() 965 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in __tick_broadcast_oneshot_control() local 995 struct tick_device *td; in tick_broadcast_init_next_event() local [all …]
|
| /linux-6.15/tools/perf/tests/ |
| H A D | dlfilter-test.c | 69 struct test_data *td = container_of(tool, struct test_data, tool); in process() local 112 static int write_attr(struct test_data *td, u64 sample_type, u64 *id) in write_attr() 173 static int write_sample(struct test_data *td, u64 sample_type, u64 id, pid_t pid, pid_t tid) in write_sample() 245 static int check_filter_desc(struct test_data *td) in check_filter_desc() 263 static int get_ip_addr(struct test_data *td) in get_ip_addr() 288 static int do_run_perf_script(struct test_data *td, int do_early) in do_run_perf_script() 302 static int run_perf_script(struct test_data *td) in run_perf_script() 320 static int test__dlfilter_test(struct test_data *td) in test__dlfilter_test() 395 static void test_data__free(struct test_data *td) in test_data__free() 408 struct test_data td = {.fd = -1}; in test__dlfilter_ver() local
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-multitouch.c | 421 struct mt_device *td = hid_get_drvdata(hdev); in mt_show_quirks() local 431 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_quirks() local 496 struct mt_device *td = hid_get_drvdata(hdev); in mt_feature_mapping() local 733 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_mapping() local 1211 struct mt_device *td = hid_get_drvdata(hid); in mt_touch_report() local 1312 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_configured() local 1359 struct mt_device *td = hid_get_drvdata(hdev); in mt_input_mapping() local 1448 struct mt_device *td = hid_get_drvdata(hid); in mt_event() local 1484 struct mt_device *td = hid_get_drvdata(hid); in mt_report() local 1724 struct mt_device *td = hid_get_drvdata(hid); in mt_release_contacts() local [all …]
|
| /linux-6.15/drivers/md/ |
| H A D | dm-thin-metadata.c | 852 struct dm_thin_device *td, *tmp; in __write_changed_details() local 998 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close() local 1038 struct dm_thin_device **td) in __open_device() 1110 struct dm_thin_device *td; in __create_thin() local 1164 struct dm_thin_device *td; in __set_snapshot_details() local 1186 struct dm_thin_device *td; in __create_snap() local 1253 struct dm_thin_device *td; in __delete_device() local 1496 struct dm_thin_device **td) in dm_pool_open_thin_device() 1760 int dm_thin_remove_range(struct dm_thin_device *td, in dm_thin_remove_range() 1827 struct dm_thin_device *td, *tmp; in dm_pool_changed_this_transaction() local [all …]
|
| /linux-6.15/drivers/thermal/ |
| H A D | thermal_core.c | 280 struct thermal_trip_desc *td; in thermal_zone_broken_disable() local 443 struct thermal_trip_desc *td) in move_to_trips_reached() 450 struct thermal_trip_desc *td) in move_to_trips_invalid() 469 struct thermal_trip_desc *td, in thermal_trip_crossed() 565 struct thermal_trip_desc *td, *next; in thermal_zone_handle_trips() local 793 struct thermal_trip_desc *td) in thermal_instance_add() 932 struct thermal_trip_desc *td, in thermal_unbind_cdev_from_trip() 991 struct thermal_trip_desc *td; in __thermal_zone_cdev_bind() local 1320 struct thermal_trip_desc *td; in __thermal_zone_cdev_unbind() local 1369 const struct thermal_trip_desc *td; in thermal_zone_get_crit_temp() local [all …]
|
| H A D | gov_fair_share.c | 21 const struct thermal_trip_desc *td; in get_trip_level() local 64 const struct thermal_trip_desc *td, in fair_share_throttle() 99 const struct thermal_trip_desc *td; in fair_share_manage() local
|
| /linux-6.15/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | gcs_write_fault.c | 22 static bool alloc_gcs(struct tdescr *td) in alloc_gcs() 37 static int gcs_write_fault_trigger(struct tdescr *td) in gcs_write_fault_trigger() 48 static int gcs_write_fault_signal(struct tdescr *td, siginfo_t *si, in gcs_write_fault_signal()
|
| H A D | tpidr2_restore.c | 45 static bool save_tpidr2(struct tdescr *td) in save_tpidr2() 53 static int modify_tpidr2(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in modify_tpidr2() 64 static void check_tpidr2(struct tdescr *td) in check_tpidr2()
|
| H A D | za_no_regs.c | 23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() 36 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() 82 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
| H A D | sve_regs.c | 23 static bool sve_get_vls(struct tdescr *td) in sve_get_vls() 42 static int do_one_sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sve_vl() 84 static int sve_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sve_regs()
|
| H A D | ssve_regs.c | 23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() 42 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() 96 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
| H A D | za_regs.c | 23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() 44 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() 102 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs()
|
| /linux-6.15/tools/thermal/thermal-engine/ |
| H A D | thermal-engine.c | 130 struct thermal_data *td = arg; in tz_disable() local 140 struct thermal_data *td = arg; in tz_enable() local 150 struct thermal_data *td = arg; in trip_high() local 161 struct thermal_data *td = arg; in trip_low() local 188 struct thermal_data *td = arg; in trip_change() local 224 struct thermal_data *td = arg; in gov_change() local 294 struct thermal_data *td = arg; in thermal_event() local 365 struct thermal_data td; in main() local
|