/linux-4.4.14/drivers/clk/tegra/ |
D | clk-dfll.c | 322 static inline u32 dfll_readl(struct tegra_dfll *td, u32 offs) in dfll_readl() 327 static inline void dfll_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_writel() 333 static inline void dfll_wmb(struct tegra_dfll *td) in dfll_wmb() 340 static inline u32 dfll_i2c_readl(struct tegra_dfll *td, u32 offs) in dfll_i2c_readl() 345 static inline void dfll_i2c_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_i2c_writel() 350 static inline void dfll_i2c_wmb(struct tegra_dfll *td) in dfll_i2c_wmb() 362 static bool dfll_is_running(struct tegra_dfll *td) in dfll_is_running() 382 struct tegra_dfll *td = dev_get_drvdata(dev); in tegra_dfll_runtime_resume() local 419 struct tegra_dfll *td = dev_get_drvdata(dev); in tegra_dfll_runtime_suspend() local 441 static void dfll_tune_low(struct tegra_dfll *td) in dfll_tune_low() [all …]
|
/linux-4.4.14/drivers/usb/host/ |
D | fhci-q.c | 57 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame() 67 struct td *td = td_list[i]; in fhci_add_tds_to_ed() local 76 struct td *td; in peek_td_from_ed() local 88 struct td *td; in fhci_remove_td_from_frame() local 101 struct td *td; in fhci_peek_td_from_frame() local 113 struct td *td; in fhci_remove_td_from_ed() local 133 struct td *td; in fhci_remove_td_from_done_list() local 146 struct td *td; in fhci_move_td_from_ed_to_done_list() local 218 void fhci_done_td(struct urb *urb, struct td *td) in fhci_done_td() 271 struct td *td = peek_td_from_ed(ed); in fhci_del_ed_list() local
|
D | uhci-q.c | 109 struct uhci_td *td; in uhci_alloc_td() local 124 static void uhci_free_td(struct uhci_hcd *uhci, struct uhci_td *td) in uhci_free_td() 134 static inline void uhci_fill_td(struct uhci_hcd *uhci, struct uhci_td *td, in uhci_fill_td() 142 static void uhci_add_td_to_urbp(struct uhci_td *td, struct urb_priv *urbp) in uhci_add_td_to_urbp() 147 static void uhci_remove_td_from_urbp(struct uhci_td *td) in uhci_remove_td_from_urbp() 156 struct uhci_td *td, unsigned framenum) in uhci_insert_td_in_frame_list() 183 struct uhci_td *td) in uhci_remove_td_from_frame_list() 239 struct uhci_td *td; in uhci_unlink_isochronous_tds() local 319 struct uhci_td *td; in uhci_cleanup_queue() local 377 struct uhci_td *td; in uhci_fixup_toggles() local [all …]
|
D | ohci-q.c | 19 struct td *td; in urb_free_priv() local 412 struct td *td; in ed_get() local 518 struct td *td, *td_pt; in td_fill() local 754 static int td_done(struct ohci_hcd *ohci, struct urb *urb, struct td *td) in td_done() 831 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted() 897 static void add_to_done_list(struct ohci_hcd *ohci, struct td *td) in add_to_done_list() 936 struct td *td = NULL; in update_done_list() local 994 struct td *td; in finish_unlinks() local 1034 struct td *td; in finish_unlinks() local 1145 static void takeback_td(struct ohci_hcd *ohci, struct td *td) in takeback_td() [all …]
|
D | fhci-mem.c | 27 static void init_td(struct td *td) in init_td() 43 struct td *td; in get_empty_td() local 59 void fhci_recycle_empty_td(struct fhci_hcd *fhci, struct td *td) in fhci_recycle_empty_td() 94 struct td *td = get_empty_td(fhci); in fhci_td_fill() local
|
D | fhci-sched.c | 46 struct td *td; in fhci_transaction_confirm() local 133 struct td *td; in fhci_flush_all_transmissions() local 159 static int add_packet(struct fhci_usb *usb, struct ed *ed, struct td *td) in add_packet() 284 struct td *td; in scan_ed_list() local 639 struct td *td; in process_done_list() local 708 struct td *td; in fhci_queue_urb() local
|
D | ohci-mem.c | 75 struct td *td; in dma_to_td() local 89 struct td *td; in td_alloc() local 103 td_free (struct ohci_hcd *hc, struct td *td) in td_free()
|
D | fhci-tds.c | 77 struct usb_td __iomem *td, in next_bd() 156 struct usb_td __iomem *td; in fhci_create_ep() local 285 struct usb_td __iomem *td; in fhci_td_transaction_confirm() local 390 struct usb_td __iomem *td; in fhci_host_transaction() local 477 struct usb_td __iomem *td; in fhci_flush_bds() local 534 struct usb_td __iomem *td; in fhci_flush_actual_frame() local 598 struct usb_td __iomem *td; in fhci_host_transmit_actual_frame() local
|
D | r8a66597-hcd.c | 643 static void pipe_setting(struct r8a66597 *r8a66597, struct r8a66597_td *td) in pipe_setting() 850 struct r8a66597_td *td, *next; in force_dequeue() local 1080 struct r8a66597_td *td) in prepare_setup_packet() 1099 struct r8a66597_td *td) in prepare_packet_read() 1141 struct r8a66597_td *td) in prepare_packet_write() 1174 struct r8a66597_td *td) in prepare_status_packet() 1209 static int start_transfer(struct r8a66597 *r8a66597, struct r8a66597_td *td) in start_transfer() 1241 static int check_transfer_finish(struct r8a66597_td *td, struct urb *urb) in check_transfer_finish() 1257 static void set_td_timer(struct r8a66597 *r8a66597, struct r8a66597_td *td) in set_td_timer() 1282 static void finish_request(struct r8a66597 *r8a66597, struct r8a66597_td *td, in finish_request() [all …]
|
D | fhci.h | 345 struct td { struct 348 unsigned int actual_len; /* actual bytes transferred on this td */ argument 371 * field for the corresponding structure td */ argument
|
D | ohci.h | 87 struct td { struct 91 /* hwINFO bits for both general and iso tds: */ argument 131 struct td *td_hash; /* dma-->td hashtable */ argument 132 struct td *next_dl_td; argument 135 dma_addr_t td_dma; /* addr of this TD */ argument 138 struct list_head td_list; /* "shadow list", TDs on same ED */ argument 144 * Hardware transfer status codes -- CC from td->hwINFO or td->hwPSW argument 339 struct td *td [0]; // all TDs in this request member 674 const struct td *td, int index) in ohci_hwPSWp() 681 const struct td *td, int index) in ohci_hwPSW()
|
D | uhci-debug.c | 42 static int uhci_show_td(struct uhci_hcd *uhci, struct uhci_td *td, char *buf, in uhci_show_td() 103 struct uhci_td *td; in uhci_show_urbp() local 221 struct uhci_td *td = list_entry(urbp->td_list.next, in uhci_show_qh() local 378 struct uhci_td *td; in uhci_sprint_schedule() local
|
D | imx21-hcd.h | 350 struct td { struct 365 struct td *td; argument 414 struct td *td; member
|
D | fhci-hcd.c | 175 struct td *td; in fhci_mem_free() local 221 struct td *td; in fhci_mem_init() local 524 struct td *td = fhci_remove_td_from_ed(ed); in fhci_endpoint_disable() local
|
D | imx21-dbg.c | 42 int frame, struct td *td) {} in debug_isoc_submitted() 44 int frame, struct td *td, int cc, int len) {} in debug_isoc_completed() 132 int frame, struct td *td) in debug_isoc_submitted() 145 int frame, struct td *td, int cc, int len) in debug_isoc_completed()
|
D | xhci-ring.c | 1737 struct xhci_td *td, union xhci_trb *event_trb) in xhci_cleanup_halted_endpoint() 1801 static int finish_td(struct xhci_hcd *xhci, struct xhci_td *td, in finish_td() 1896 static int process_ctrl_td(struct xhci_hcd *xhci, struct xhci_td *td, in process_ctrl_td() 2014 static int process_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td, in process_isoc_td() 2104 static int skip_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td, in skip_isoc_td() 2135 static int process_bulk_intr_td(struct xhci_hcd *xhci, struct xhci_td *td, in process_bulk_intr_td() 2266 struct xhci_td *td = NULL; in handle_tx_event() local 2900 struct xhci_td *td; in prepare_transfer() local 3090 struct xhci_td *td; in queue_bulk_sg_tx() local 3260 struct xhci_td *td; in xhci_queue_bulk_tx() local [all …]
|
D | ohci-dbg.c | 255 const struct td *td) in ohci_dump_td() 350 struct td *td; in ohci_dump_ed() local 415 struct td *td; in show_list() local
|
D | imx21-hcd.c | 571 struct td *td; in schedule_isoc_etds() local 638 struct td *td = etd->td; in isoc_etd_done() local 747 struct td *td = NULL; in imx21_hc_urb_enqueue_isoc() local 884 struct td *td, *tmp; in dequeue_isoc_urb() local
|
D | uhci-hcd.h | 223 #define td_token(uhci, td) hc32_to_cpu((uhci), (td)->token) argument 274 #define td_status(uhci, td) hc32_to_cpu((uhci), \ argument 277 #define LINK_TO_TD(uhci, td) (cpu_to_hc32((uhci), (td)->dma_handle)) argument
|
D | ohci-hcd.c | 732 struct td *td, *td_start, *td_next; in io_watchdog_func() local
|
D | ehci-dbg.c | 416 struct ehci_qtd *td; in qh_lines() local
|
D | r8a66597.h | 160 struct r8a66597_td *td; in r8a66597_get_urb() local
|
D | xhci.c | 1536 struct xhci_td *td; in xhci_urb_dequeue() local 2925 unsigned int ep_index, struct xhci_td *td) in xhci_cleanup_stalled_ring()
|
D | fotg210-hcd.c | 369 struct fotg210_qtd *td; in qh_lines() local
|
D | xhci.h | 1428 struct xhci_td *td[0]; member
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 96 #define td_udev(td) ((td)->ep_data->dev) argument 129 #define td_residue(td) ((__s8)(td->residue)) argument 130 #define td_ly_base_addr(td) (__le16_to_cpu((td)->ly_base_addr)) argument 131 #define td_port_length(td) (__le16_to_cpu((td)->port_length)) argument 132 #define td_next_td_addr(td) (__le16_to_cpu((td)->next_td_addr)) argument 134 #define td_active(td) ((td)->retry_cnt & TD_RETRYCNTMASK_ACT_FLG) argument 135 #define td_length(td) (td_port_length(td) & TD_PORTLENMASK_DL) argument 137 #define td_sequence_ok(td) (!td->status || \ argument 141 #define td_acked(td) (!td->status || \ argument 143 #define td_actual_bytes(td) (td_length(td) - td_residue(td)) argument [all …]
|
/linux-4.4.14/kernel/time/ |
D | tick-common.c | 177 static void tick_setup_device(struct tick_device *td, in tick_setup_device() 238 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_install_replacement() local 303 struct tick_device *td; in tick_check_new_device() local 356 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_broadcast_oneshot_control() local 391 struct tick_device *td = &per_cpu(tick_cpu_device, cpu); in tick_shutdown() local 417 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_suspend_local() local 431 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_resume_local() local
|
D | tick-broadcast.c | 242 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_receive_broadcast() local 262 struct tick_device *td; in tick_do_broadcast() local 315 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_handle_periodic_broadcast() local 358 struct tick_device *td; in tick_broadcast_control() local 582 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_check_oneshot_broadcast_this_cpu() local 601 struct tick_device *td; in tick_handle_oneshot_broadcast() local 857 struct tick_device *td; in tick_broadcast_init_next_event() local
|
D | tick-oneshot.c | 78 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_switch_to_oneshot() local
|
D | timer_list.c | 206 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice()
|
D | clockevents.c | 660 struct tick_device *td; in sysfs_show_current_tick_dev() local
|
D | hrtimer.c | 1413 struct tick_device *td; in __hrtimer_peek_ahead_timers() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-multitouch.c | 170 static int cypress_compute_slot(struct mt_device *td) in cypress_compute_slot() 276 struct mt_device *td = hid_get_drvdata(hdev); in mt_show_quirks() local 286 struct mt_device *td = hid_get_drvdata(hdev); in mt_set_quirks() local 314 struct mt_device *td = hid_get_drvdata(hdev); in mt_get_feature() local 350 struct mt_device *td = hid_get_drvdata(hdev); in mt_feature_mapping() local 417 static void mt_store_field(struct hid_usage *usage, struct mt_device *td, in mt_store_field() 432 struct mt_device *td = hid_get_drvdata(hdev); in mt_touch_input_mapping() local 587 static int mt_compute_slot(struct mt_device *td, struct input_dev *input) in mt_compute_slot() 610 static void mt_complete_slot(struct mt_device *td, struct input_dev *input) in mt_complete_slot() 661 static void mt_sync_frame(struct mt_device *td, struct input_dev *input) in mt_sync_frame() [all …]
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_bbt.c | 95 static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td) in check_pattern_no_oob() 112 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_pattern() 133 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) in check_short_pattern() 147 static u32 add_marker_len(struct nand_bbt_descr *td) in add_marker_len() 172 struct nand_bbt_descr *td, int offs) in read_bbt() 264 static int read_abs_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, int chip) in read_abs_bbt() 291 struct nand_bbt_descr *td) in scan_read_data() 345 size_t len, struct nand_bbt_descr *td) in scan_read() 369 static u32 bbt_get_ver_offs(struct mtd_info *mtd, struct nand_bbt_descr *td) in bbt_get_ver_offs() 389 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-thin-metadata.c | 742 struct dm_thin_device *td, *tmp; in __write_changed_details() local 866 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close() local 906 struct dm_thin_device **td) in __open_device() 967 static void __close_device(struct dm_thin_device *td) in __close_device() 979 struct dm_thin_device *td; in __create_thin() local 1033 struct dm_thin_device *td; in __set_snapshot_details() local 1055 struct dm_thin_device *td; in __create_snap() local 1123 struct dm_thin_device *td; in __delete_device() local 1361 struct dm_thin_device **td) in dm_pool_open_thin_device() 1373 int dm_pool_close_thin_device(struct dm_thin_device *td) in dm_pool_close_thin_device() [all …]
|
D | dm.c | 774 static int open_table_device(struct table_device *td, dev_t dev, in open_table_device() 801 static void close_table_device(struct table_device *td, struct mapped_device *md) in close_table_device() 813 struct table_device *td; in find_table_device() local 825 struct table_device *td; in dm_get_table_device() local 860 struct table_device *td = container_of(d, struct table_device, dm_dev); in dm_put_table_device() local 877 struct table_device *td = list_entry(tmp, struct table_device, list); in free_table_devices() local
|
D | dm-thin.c | 120 static void build_key(struct dm_thin_device *td, enum lock_space ls, in build_key() 129 static void build_data_key(struct dm_thin_device *td, dm_block_t b, in build_data_key() 135 static void build_virtual_key(struct dm_thin_device *td, dm_block_t b, in build_virtual_key() 304 struct dm_thin_device *td; member 2541 struct dm_thin_device *td = tc->td; in thin_bio_map() local
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_trc.c | 33 struct snic_trc_data *td = NULL; in snic_get_trc_buf() local 65 snic_fmt_trc_data(struct snic_trc_data *td, char *buf, int buf_sz) in snic_fmt_trc_data() 91 struct snic_trc_data *td = NULL; in snic_get_trc_data() local
|
/linux-4.4.14/tools/perf/tests/ |
D | mmap-thread-lookup.c | 28 static int thread_init(struct thread_data *td) in thread_init() 50 struct thread_data *td = arg; in thread_fn() local 75 struct thread_data *td = &threads[i]; in thread_create() local 182 struct thread_data *td = &threads[i]; in mmap_events() local
|
/linux-4.4.14/drivers/dma/ |
D | timb_dma.c | 122 struct timb_dma *td = tdchantotd(td_chan); in __td_enable_chan_irq() local 137 struct timb_dma *td = (struct timb_dma *)((u8 *)td_chan - in __td_dma_done_ack() local 269 static u32 __td_ier_mask(struct timb_dma *td) in __td_ier_mask() 583 struct timb_dma *td = (struct timb_dma *)data; in td_tasklet() local 612 struct timb_dma *td = devid; in td_irq() local 630 struct timb_dma *td; in td_probe() local 760 struct timb_dma *td = platform_get_drvdata(pdev); in td_remove() local
|
D | cppi41.c | 536 struct cppi41_desc *td; in cppi41_tear_down_chan() local
|
D | tegra20-apb-dma.c | 263 struct dma_async_tx_descriptor *td) in txd_to_tegra_dma_desc()
|
/linux-4.4.14/drivers/base/power/ |
D | domain_governor.c | 45 struct gpd_timing_data *td = &dev_gpd_data(dev)->td; in default_stop_ok() local 160 struct gpd_timing_data *td; in default_power_down_ok() local
|
D | domain.c | 392 struct gpd_timing_data *td = &dev_gpd_data(dev)->td; in pm_genpd_runtime_suspend() local 465 struct gpd_timing_data *td = &dev_gpd_data(dev)->td; in pm_genpd_runtime_resume() local 1160 struct gpd_timing_data *td) in genpd_alloc_dev_data() 1226 struct gpd_timing_data *td) in __pm_genpd_add_device()
|
/linux-4.4.14/tools/perf/bench/ |
D | sched-pipe.c | 57 struct thread_data *td = __tdata; in worker_thread() local 80 struct thread_data threads[2], *td; in bench_sched_pipe() local
|
D | numa.c | 439 struct thread_data *td; in parse_setup_cpu_list() local 576 struct thread_data *td; in parse_setup_node_list() local 828 struct thread_data *td; in count_process_nodes() local 864 struct thread_data *td; in count_node_processes() local 936 struct thread_data *td = g->threads + t; in calc_convergence() local 1033 struct thread_data *td = __tdata; in worker_thread() local 1226 struct thread_data *td; in worker_process() local 1307 struct thread_data *td = g->threads + t; in init_thread_data() local 1574 struct thread_data *td; in __bench_numa() local
|
D | futex-wake-parallel.c | 75 static void wakeup_threads(struct thread_data *td, pthread_attr_t thread_attr) in wakeup_threads()
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | mace.c | 433 volatile struct dbdma_regs __iomem *td = mp->tx_dma; in mace_open() local 503 volatile struct dbdma_regs __iomem *td = mp->tx_dma; in mace_close() local 534 volatile struct dbdma_regs __iomem *td = mp->tx_dma; in mace_xmit_start() local 664 volatile struct dbdma_regs __iomem *td = mp->tx_dma; in mace_interrupt() local 810 volatile struct dbdma_regs __iomem *td = mp->tx_dma; in mace_tx_timeout() local
|
D | bmac.c | 230 volatile struct dbdma_regs __iomem *td = bp->tx_dma; in bmac_enable_and_reset_chip() local 478 volatile struct dbdma_regs __iomem *td = bp->tx_dma; in bmac_suspend() local 591 volatile struct dbdma_regs __iomem *td = bp->tx_dma; in bmac_init_tx_ring() local 647 volatile struct dbdma_regs __iomem *td = bp->tx_dma; in bmac_transmit_packet() local 1398 volatile struct dbdma_regs __iomem *td = bp->tx_dma; in bmac_close() local 1480 volatile struct dbdma_regs __iomem *td = bp->tx_dma; in bmac_tx_timeout() local
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | udc.h | 57 struct ci_hw_td td; member 64 struct list_head td; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | amd5536udc.c | 614 struct udc_data_dma *td; in udc_free_dma_chain() local 818 struct udc_data_dma *td = NULL; in udc_create_dma_chain() local 1052 struct udc_data_dma *td; in udc_get_last_dma_desc() local 1065 struct udc_data_dma *td; in udc_get_ppbdu_rxbytes() local 2128 struct udc_data_dma *td = NULL; in udc_data_out_isr() local 2342 struct udc_data_dma *td; in udc_data_in_isr() local
|
D | net2280.c | 570 struct net2280_dma *td; in net2280_alloc_request() local 804 struct net2280_dma *td = req->td; in fill_dma_desc() local 1836 struct net2280_dma *td; in queues_show() local 3664 struct net2280_dma *td; in net2280_probe() local
|
D | net2280.h | 144 struct net2280_dma *td; member
|
D | pch_udc.c | 1526 struct pch_udc_data_dma_desc *td = req->td_data; in pch_udc_free_dma_chain() local 1560 struct pch_udc_data_dma_desc *td = req->td_data, *last; in pch_udc_create_dma_chain() local 2194 struct pch_udc_data_dma_desc *td; in pch_udc_complete_receiver() local
|
D | fsl_udc_core.c | 706 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep()
|
D | amd5536udc.h | 498 struct udc_data_dma *td; member
|
/linux-4.4.14/block/ |
D | blk-throttle.c | 94 struct throtl_data *td; member 355 struct throtl_data *td = blkg->q->td; in throtl_pd_init() local 1023 struct throtl_data *td = sq_to_td(sq); in throtl_pending_timer_fn() local 1086 struct throtl_data *td = container_of(work, struct throtl_data, in blk_throtl_dispatch_work_fn() local 1381 struct throtl_data *td = q->td; in throtl_shutdown_wq() local 1522 struct throtl_data *td = q->td; in blk_throtl_drain() local 1557 struct throtl_data *td; in blk_throtl_init() local
|
/linux-4.4.14/kernel/ |
D | smpboot.c | 107 struct smpboot_thread_data *td = data; in smpboot_thread_fn() local 172 struct smpboot_thread_data *td; in __smpboot_create_thread() local
|
/linux-4.4.14/net/rxrpc/ |
D | ar-key.c | 178 static void rxrpc_free_krb5_tagged(struct krb5_tagged_data *td) in rxrpc_free_krb5_tagged() 288 static int rxrpc_krb5_decode_tagged_data(struct krb5_tagged_data *td, in rxrpc_krb5_decode_tagged_data() 337 struct krb5_tagged_data *td; in rxrpc_krb5_decode_tagged_array() local
|
/linux-4.4.14/drivers/char/agp/ |
D | isoch.c | 79 struct pci_dev *td = bridge->dev, *dev; in agp_3_5_isochronous_node_enable() local 318 struct pci_dev *td = bridge->dev, *dev = NULL; in agp_3_5_enable() local
|
/linux-4.4.14/lib/ |
D | inflate.c | 590 struct huft *td, /* distance decoder tables */ in inflate_codes() 771 struct huft *td; /* distance code table */ in inflate_fixed() local 837 struct huft *td; /* distance code table */ in inflate_dynamic() local
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | debugfs.c | 102 struct tssi_data *td = &dev->ee->tssi_data; in mt7601u_eeprom_param_read() local
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 427 struct sgiseeq_tx_desc *td; in kick_tx() local 454 struct sgiseeq_tx_desc *td; in sgiseeq_tx() local 586 struct sgiseeq_tx_desc *td; in sgiseeq_start_xmit() local
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | onenand_bbt.c | 33 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) in check_short_pattern()
|
/linux-4.4.14/net/sched/ |
D | act_ipt.c | 91 struct xt_entry_target *td, *t; in tcf_ipt_init() local
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | fplustm.c | 397 static void copy_tx_mac(struct s_smc *smc, u_long td, struct fddi_mac *mac, in copy_tx_mac() 477 u_int td ; in build_claim_beacon() local
|
/linux-4.4.14/include/linux/ |
D | pm_domain.h | 98 struct gpd_timing_data td; member 141 struct gpd_timing_data *td) in __pm_genpd_add_device()
|
D | blkdev.h | 455 struct throtl_data *td; member
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | asl.c | 103 struct whc_qtd *td; in process_qset() local
|
D | pzl.c | 109 struct whc_qtd *td; in pzl_process_qset() local
|
/linux-4.4.14/fs/ecryptfs/ |
D | file.c | 250 static int ecryptfs_flush(struct file *file, fl_owner_t td) in ecryptfs_flush()
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | se.c | 64 u8 td; in st21nfca_se_get_bwi() local
|
/linux-4.4.14/drivers/ide/ |
D | palm_bk3710.c | 115 u8 td, tkw, t0; in palm_bk3710_setdmamode() local
|
/linux-4.4.14/drivers/atm/ |
D | firestream.c | 709 struct FS_BPENTRY *td; in process_txdone_queue() local 1169 struct FS_BPENTRY *td; in fs_send() local
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | 7990.c | 355 volatile struct lance_tx_desc *td; in lance_tx() local
|
D | declance.c | 246 #define tds_ptr(td, rt, type) \ argument 646 volatile u16 *td; in lance_tx() local
|
D | sunlance.c | 576 struct lance_tx_desc *td = &ib->btx_ring [i]; in lance_tx_dvma() local 744 struct lance_tx_desc __iomem *td = &ib->btx_ring [i]; in lance_tx_pio() local
|
D | a2065.c | 328 volatile struct lance_tx_desc *td; in lance_tx() local
|
/linux-4.4.14/drivers/net/ethernet/ |
D | korina.c | 202 struct dma_desc *td; in korina_send_packet() local 522 struct dma_desc *td = &lp->td_ring[lp->tx_next_done]; in korina_tx() local
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 459 struct ima_template_desc *td, in ima_calc_field_array_hash_tfm()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 562 struct t3c_data *td = container_of(work, struct t3c_data, in t3_process_tid_release_list() local 606 struct t3c_data *td = T3C_DATA(tdev); in cxgb3_queue_tid_release() local
|
D | cxgb3_main.c | 1391 struct t3c_data *td = T3C_DATA(tdev); in offload_close() local
|
/linux-4.4.14/drivers/nfc/st-nci/ |
D | se.c | 129 u8 td; in st_nci_se_get_bwi() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 1124 struct ath5k_hw_5212_tx_desc *td = &ds->ud.ds_tx5212; in ath5k_debug_printtxbuf() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 527 struct drbd_thread_timing_details td; in seq_print_one_timing_detail() local
|
D | drbd_worker.c | 1900 struct drbd_thread_timing_details *td = tdp + i; in __update_timing_details() local
|
/linux-4.4.14/security/keys/ |
D | trusted.c | 466 struct tpm_digests *td; in tpm_seal() local
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-velocity.c | 1724 struct velocity_td_info *tdinfo, struct tx_desc *td) in velocity_free_tx_buf() 1903 struct tx_desc *td; in velocity_tx_srv() local
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 3183 dma_descr_data *td; in print_dma_descriptors() local 3211 dma_descr_data *td; in print_dma_descriptors() local
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 125 int int_set, int_clear, td; member
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 2736 struct skge_tx_desc *td; in skge_xmit_frame() local 2875 struct skge_tx_desc *td = e->desc; in skge_tx_clean() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 355 enum r600_td td) in r600_select_td()
|
D | sumo_dpm.c | 434 enum r600_td td = R600_TD_DFLT; in sumo_program_tp() local
|
D | rv770_dpm.c | 848 enum r600_td td = R600_TD_DFLT; in rv770_program_tp() local
|
D | si_dpm.c | 3784 enum r600_td td = R600_TD_DFLT; in si_program_tp() local
|
/linux-4.4.14/drivers/ata/ |
D | pata_mpc52xx.c | 82 u8 td; member
|
D | pata_bf54x.c | 374 unsigned short tm, td, tkr, tkw, teoc, th; in bfin_set_dmamode() local
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.c | 744 u64 ta, tb, tc, td, te; in ipath_ib_timer() local
|
/linux-4.4.14/sound/sparc/ |
D | dbri.c | 1772 int td = dbri->pipes[pipe].desc; in transmission_complete_intr() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 2967 u64 ta, tb, tc, td, te; in pma_6120_timer() local
|