Home
last modified time | relevance | path

Searched defs:tdev (Results 1 – 40 of 40) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c70 static inline int offload_activated(struct t3cdev *tdev) in offload_activated()
86 struct t3cdev *tdev; in cxgb3_register_client() local
111 struct t3cdev *tdev; in cxgb3_unregister_client() local
133 void cxgb3_add_clients(struct t3cdev *tdev) in cxgb3_add_clients()
152 void cxgb3_remove_clients(struct t3cdev *tdev) in cxgb3_remove_clients()
164 void cxgb3_event_notify(struct t3cdev *tdev, u32 event, u32 port) in cxgb3_event_notify()
373 static int cxgb_offload_ctl(struct t3cdev *tdev, unsigned int req, void *data) in cxgb_offload_ctl()
501 void *cxgb3_free_atid(struct t3cdev *tdev, int atid) in cxgb3_free_atid()
521 void cxgb3_free_stid(struct t3cdev *tdev, int stid) in cxgb3_free_stid()
535 void cxgb3_insert_tid(struct t3cdev *tdev, struct cxgb3_client *client, in cxgb3_insert_tid()
[all …]
Dsge.c1767 int t3_offload_tx(struct t3cdev *tdev, struct sk_buff *skb) in t3_offload_tx()
1809 static inline void deliver_partial_bundle(struct t3cdev *tdev, in deliver_partial_bundle()
1891 static inline int rx_offload(struct t3cdev *tdev, struct sge_rspq *rq, in rx_offload()
Dcxgb3_main.c890 static inline int offload_tx(struct t3cdev *tdev, struct sk_buff *skb) in offload_tx()
1349 struct t3cdev *tdev = dev2t3cdev(dev); in offload_open() local
1388 static int offload_close(struct t3cdev *tdev) in offload_close()
Dadapter.h222 struct t3cdev tdev; member
/linux-4.1.27/drivers/input/misc/
Dgpio_tilt_polled.c42 struct gpio_tilt_polled_dev *tdev = dev->private; in gpio_tilt_polled_poll() local
77 struct gpio_tilt_polled_dev *tdev = dev->private; in gpio_tilt_polled_open() local
91 struct gpio_tilt_polled_dev *tdev = dev->private; in gpio_tilt_polled_close() local
103 struct gpio_tilt_polled_dev *tdev; in gpio_tilt_polled_probe() local
184 struct gpio_tilt_polled_dev *tdev = platform_get_drvdata(pdev); in gpio_tilt_polled_remove() local
/linux-4.1.27/drivers/staging/android/
Dtimed_output.c33 struct timed_output_dev *tdev = dev_get_drvdata(dev); in enable_show() local
42 struct timed_output_dev *tdev = dev_get_drvdata(dev); in enable_store() local
75 int timed_output_dev_register(struct timed_output_dev *tdev) in timed_output_dev_register()
98 void timed_output_dev_unregister(struct timed_output_dev *tdev) in timed_output_dev_unregister()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.c139 static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e) in iwch_l2t_send()
155 int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb) in iwch_cxgb3_ofld_send()
171 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) in release_tid()
633 static int act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in act_establish()
1044 static int rx_data(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in rx_data()
1090 static int tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in tx_ack()
1137 static int abort_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in abort_rpl()
1182 static int act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in act_open_rpl()
1228 static int pass_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in pass_open_rpl()
1261 static int close_listsrv_rpl(struct t3cdev *tdev, struct sk_buff *skb, in close_listsrv_rpl()
[all …]
Diwch.c144 static void open_rnic_dev(struct t3cdev *tdev) in open_rnic_dev()
182 static void close_rnic_dev(struct t3cdev *tdev) in close_rnic_dev()
205 static void iwch_event_handler(struct t3cdev *tdev, u32 evt, u32 port_id) in iwch_event_handler()
Diwch_cm.h157 struct t3cdev *tdev; member
Dcxio_hal.c61 static struct cxio_rdev *cxio_hal_find_rdev_by_t3cdev(struct t3cdev *tdev) in cxio_hal_find_rdev_by_t3cdev()
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_object.c70 struct ttm_object_device *tdev; member
165 struct ttm_object_device *tdev = tfile->tdev; in ttm_base_object_init() local
202 struct ttm_object_device *tdev = base->tfile->tdev; in ttm_release_base() local
252 ttm_base_object_lookup_for_ref(struct ttm_object_device *tdev, uint32_t key) in ttm_base_object_lookup_for_ref()
460 struct ttm_object_file *ttm_object_file_init(struct ttm_object_device *tdev, in ttm_object_file_init()
500 struct ttm_object_device *tdev = kmalloc(sizeof(*tdev), GFP_KERNEL); in ttm_object_device_init() local
528 struct ttm_object_device *tdev = *p_tdev; in ttm_object_device_release() local
596 struct ttm_object_device *tdev = base->tfile->tdev; in ttm_prime_dmabuf_release() local
622 struct ttm_object_device *tdev = tfile->tdev; in ttm_prime_fd_to_handle() local
659 struct ttm_object_device *tdev = tfile->tdev; in ttm_prime_handle_to_fd() local
/linux-4.1.27/drivers/hid/
Dhid-thingm.c55 struct thingm_device *tdev; member
74 static int thingm_send(struct thingm_device *tdev, u8 buf[REPORT_SIZE]) in thingm_send()
88 static int thingm_recv(struct thingm_device *tdev, u8 buf[REPORT_SIZE]) in thingm_recv()
104 static int thingm_version(struct thingm_device *tdev) in thingm_version()
219 struct thingm_device *tdev; in thingm_probe() local
287 struct thingm_device *tdev = hid_get_drvdata(hdev); in thingm_remove() local
/linux-4.1.27/drivers/tc/
Dtc-driver.c60 struct tc_dev *tdev) in tc_match_device()
88 struct tc_dev *tdev = to_tc_dev(dev); in tc_bus_match() local
Dtc.c41 struct tc_dev *tdev; in tc_bus_add_devices() local
/linux-4.1.27/drivers/usb/serial/
Dti_usb_3410_5052.c293 struct ti_device *tdev; in ti_startup() local
353 struct ti_device *tdev = usb_get_serial_data(serial); in ti_release() local
396 struct ti_device *tdev; in ti_open() local
534 struct ti_device *tdev; in ti_close() local
923 struct ti_device *tdev = urb->context; in ti_interrupt_callback() local
1187 struct ti_device *tdev = tport->tp_tdev; in ti_get_lsr() local
1338 static int ti_command_out_sync(struct ti_device *tdev, __u8 command, in ti_command_out_sync()
1358 static int ti_command_in_sync(struct ti_device *tdev, __u8 command, in ti_command_in_sync()
1379 struct ti_device *tdev, unsigned long addr, in ti_write_byte()
1442 static int ti_download_firmware(struct ti_device *tdev) in ti_download_firmware()
/linux-4.1.27/drivers/usb/misc/
Dusbtest.c92 #define ERROR(tdev, fmt, args...) \ argument
94 #define WARNING(tdev, fmt, args...) \ argument
340 static int check_guard_bytes(struct usbtest_dev *tdev, struct urb *urb) in check_guard_bytes()
356 static int simple_check_buf(struct usbtest_dev *tdev, struct urb *urb) in simple_check_buf()
411 struct usbtest_dev *tdev, in simple_io()
553 struct usbtest_dev *tdev, in perform_sglist()
651 static int is_good_config(struct usbtest_dev *tdev, int len) in is_good_config()
688 static int is_good_ext(struct usbtest_dev *tdev, u8 *buf) in is_good_ext()
710 static int is_good_ss_cap(struct usbtest_dev *tdev, u8 *buf) in is_good_ss_cap()
739 static int is_good_con_id(struct usbtest_dev *tdev, u8 *buf) in is_good_con_id()
[all …]
/linux-4.1.27/drivers/video/fbdev/
Dpmag-ba-fb.c146 struct tc_dev *tdev = to_tc_dev(dev); in pmagbafb_probe() local
240 struct tc_dev *tdev = to_tc_dev(dev); in pmagbafb_remove() local
Dpmagb-b-fb.c251 struct tc_dev *tdev = to_tc_dev(dev); in pmagbbfb_probe() local
358 struct tc_dev *tdev = to_tc_dev(dev); in pmagbbfb_remove() local
/linux-4.1.27/arch/mips/dec/
Dtc.c70 void __init tc_device_get_irq(struct tc_dev *tdev) in tc_device_get_irq()
/linux-4.1.27/drivers/s390/char/
Dtape_core.c95 struct tape_device *tdev; in tape_medium_state_show() local
107 struct tape_device *tdev; in tape_first_minor_show() local
119 struct tape_device *tdev; in tape_state_show() local
132 struct tape_device *tdev; in tape_operation_show() local
159 struct tape_device *tdev; in tape_blocksize_show() local
/linux-4.1.27/drivers/dma/
Dmmp_tdma.c331 struct mmp_tdma_device *tdev = dev_id; in mmp_tdma_int_handler() local
536 struct mmp_tdma_device *tdev = platform_get_drvdata(pdev); in mmp_tdma_remove() local
542 static int mmp_tdma_chan_init(struct mmp_tdma_device *tdev, in mmp_tdma_chan_init()
600 struct mmp_tdma_device *tdev = ofdma->of_dma_data; in mmp_tdma_xlate() local
627 struct mmp_tdma_device *tdev; in mmp_tdma_probe() local
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c226 static void abort_arp_failure(struct t3cdev *tdev, struct sk_buff *skb) in abort_arp_failure()
474 static int do_act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_establish()
570 static int do_act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in do_act_open_rpl()
1212 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in t3_ddp_cleanup() local
1227 struct t3cdev *tdev = (struct t3cdev *)cdev->lldev; in cxgb3i_ddp_init() local
/linux-4.1.27/drivers/pnp/
Dresource.c168 struct pnp_dev *tdev; in pnp_check_port() local
231 struct pnp_dev *tdev; in pnp_check_mem() local
354 struct pnp_dev *tdev; in pnp_check_irq() local
418 struct pnp_dev *tdev; in pnp_check_dma() local
/linux-4.1.27/drivers/pci/
Daccess.c445 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_read() local
460 struct pci_dev *tdev = pci_get_slot(dev->bus, in pci_vpd_f0_write() local
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_xmit.c963 struct net_device *tdev; /* Device to other host */ in ip_vs_tunnel_xmit() local
1058 struct net_device *tdev; /* Device to other host */ in ip_vs_tunnel_xmit_v6() local
/linux-4.1.27/net/ipv4/
Dip_vti.c158 struct net_device *tdev; /* Device to other host */ in vti_xmit() local
Dip_tunnel.c357 struct net_device *tdev = NULL; in ip_tunnel_bind_dev() local
/linux-4.1.27/net/ipv6/
Dsit.c815 struct net_device *tdev; /* Device to other host */ in ipip6_tunnel_xmit() local
1044 struct net_device *tdev = NULL; in ipip6_tunnel_bind_dev() local
Dip6_vti.c435 struct net_device *tdev; in vti6_xmit() local
Dip6_gre.c611 struct net_device *tdev; /* Device to other host */ in ip6gre_xmit2() local
Dip6_tunnel.c984 struct net_device *tdev; in ip6_tnl_xmit2() local
/linux-4.1.27/drivers/net/ppp/
Dpptp.c188 struct net_device *tdev; in pptp_xmit() local
/linux-4.1.27/drivers/gpio/
Dgpiolib-sysfs.c654 struct device *tdev; in gpiod_export_link() local
/linux-4.1.27/drivers/ata/
Dlibata-acpi.c72 struct ata_device *tdev; in ata_acpi_detach_device() local
Dlibata-eh.c445 struct ata_device *tdev; in ata_eh_clear_action() local
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup.c942 struct txx9_sramc_dev *tdev; in txx9_device_release() local
/linux-4.1.27/include/linux/
Dlibata.h690 struct device tdev; member
783 struct device tdev; member
853 struct device tdev; member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h444 struct ttm_object_device *tdev; member
/linux-4.1.27/drivers/net/
Dvxlan.c850 struct net_device *tdev; in vxlan_fdb_parse() local
/linux-4.1.27/drivers/net/ethernet/neterion/
Ds2io.c1034 struct pci_dev *tdev = NULL; in s2io_on_nec_bridge() local