Home
last modified time | relevance | path

Searched defs:ddp (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes.c815 static ssize_t adapter_show(struct device_driver *ddp, char *buf) in adapter_show()
834 static ssize_t adapter_store(struct device_driver *ddp, in adapter_store()
843 static ssize_t eeprom_cmd_show(struct device_driver *ddp, char *buf) in eeprom_cmd_show()
859 static ssize_t eeprom_cmd_store(struct device_driver *ddp, in eeprom_cmd_store()
880 static ssize_t eeprom_data_show(struct device_driver *ddp, char *buf) in eeprom_data_show()
897 static ssize_t eeprom_data_store(struct device_driver *ddp, in eeprom_data_store()
918 static ssize_t flash_cmd_show(struct device_driver *ddp, char *buf) in flash_cmd_show()
935 static ssize_t flash_cmd_store(struct device_driver *ddp, in flash_cmd_store()
956 static ssize_t flash_data_show(struct device_driver *ddp, char *buf) in flash_data_show()
973 static ssize_t flash_data_store(struct device_driver *ddp, in flash_data_store()
[all …]
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp.c389 struct mtk_ddp *ddp = dev_get_drvdata(dev); in mtk_disp_mutex_get() local
403 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_put() local
413 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_prepare() local
420 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_unprepare() local
428 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_add_comp() local
475 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_remove_comp() local
510 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_enable() local
520 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_disable() local
530 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_acquire() local
543 struct mtk_ddp *ddp = container_of(mutex, struct mtk_ddp, in mtk_disp_mutex_release() local
[all …]
/Linux-v4.19/drivers/scsi/
Dscsi_debug.c4703 static ssize_t delay_show(struct device_driver *ddp, char *buf) in delay_show()
4710 static ssize_t delay_store(struct device_driver *ddp, const char *buf, in delay_store()
4743 static ssize_t ndelay_show(struct device_driver *ddp, char *buf) in ndelay_show()
4749 static ssize_t ndelay_store(struct device_driver *ddp, const char *buf, in ndelay_store()
4784 static ssize_t opts_show(struct device_driver *ddp, char *buf) in opts_show()
4789 static ssize_t opts_store(struct device_driver *ddp, const char *buf, in opts_store()
4814 static ssize_t ptype_show(struct device_driver *ddp, char *buf) in ptype_show()
4818 static ssize_t ptype_store(struct device_driver *ddp, const char *buf, in ptype_store()
4831 static ssize_t dsense_show(struct device_driver *ddp, char *buf) in dsense_show()
4835 static ssize_t dsense_store(struct device_driver *ddp, const char *buf, in dsense_store()
[all …]
Dst.c4533 static ssize_t try_direct_io_show(struct device_driver *ddp, char *buf) in try_direct_io_show()
4539 static ssize_t fixed_buffer_size_show(struct device_driver *ddp, char *buf) in fixed_buffer_size_show()
4545 static ssize_t max_sg_segs_show(struct device_driver *ddp, char *buf) in max_sg_segs_show()
4558 static ssize_t debug_flag_store(struct device_driver *ddp, in debug_flag_store()
4577 static ssize_t debug_flag_show(struct device_driver *ddp, char *buf) in debug_flag_show()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c22 static inline void ixgbe_fcoe_clear_ddp(struct ixgbe_fcoe_ddp *ddp) in ixgbe_fcoe_clear_ddp()
48 struct ixgbe_fcoe_ddp *ddp; in ixgbe_fcoe_ddp_put() local
139 struct ixgbe_fcoe_ddp *ddp; in ixgbe_fcoe_ddp_setup() local
388 struct ixgbe_fcoe_ddp *ddp; in ixgbe_fcoe_ddp() local
Dixgbe_fcoe.h56 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX_X550]; member
/Linux-v4.19/net/appletalk/
Dddp.c1313 struct ddpehdr *ddp, __u16 len_hops, int origlen) in atalk_route_packet()
1415 struct ddpehdr *ddp; in atalk_rcv() local
1515 struct ddpehdr *ddp; in ltalk_rcv() local
1570 struct ddpehdr *ddp; in atalk_sendmsg() local
1732 struct ddpehdr *ddp; in atalk_recvmsg() local
Daarp.c561 struct ddpehdr *ddp = (struct ddpehdr *)skb->data; in aarp_send_ddp() local
/Linux-v4.19/drivers/net/appletalk/
Dipddp.c120 struct ddpehdr *ddp; in ipddp_xmit() local
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_scsi.h224 struct csio_dma_buf *ddp; in csio_get_scsi_ddp() local
237 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) in csio_put_scsi_ddp()
/Linux-v4.19/drivers/tty/hvc/
Dhvcs.c474 static ssize_t rescan_show(struct device_driver *ddp, char *buf) in rescan_show()
480 static ssize_t rescan_store(struct device_driver *ddp, const char * buf, in rescan_store()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h284 struct cxgb4_range ddp; member
/Linux-v4.19/drivers/mtd/nand/onenand/
Donenand_base.c3336 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local