Home
last modified time | relevance | path

Searched defs:device_data (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/crypto/ux500/cryp/
Dcryp.c21 void cryp_wait_until_done(struct cryp_device_data *device_data) in cryp_wait_until_done()
31 int cryp_check(struct cryp_device_data *device_data) in cryp_check()
69 void cryp_activity(struct cryp_device_data *device_data, in cryp_activity()
82 void cryp_flush_inoutfifo(struct cryp_device_data *device_data) in cryp_flush_inoutfifo()
110 int cryp_set_configuration(struct cryp_device_data *device_data, in cryp_set_configuration()
164 int cryp_configure_protection(struct cryp_device_data *device_data, in cryp_configure_protection()
185 int cryp_is_logic_busy(struct cryp_device_data *device_data) in cryp_is_logic_busy()
196 void cryp_configure_for_dma(struct cryp_device_data *device_data, in cryp_configure_for_dma()
209 int cryp_configure_key_values(struct cryp_device_data *device_data, in cryp_configure_key_values()
254 int cryp_configure_init_vector(struct cryp_device_data *device_data, in cryp_configure_init_vector()
[all …]
Dcryp_core.c195 struct cryp_device_data *device_data; in cryp_interrupt_handler() local
266 static int cfg_iv(struct cryp_device_data *device_data, u32 left, u32 right, in cfg_iv()
281 static int cfg_ivs(struct cryp_device_data *device_data, struct cryp_ctx *ctx) in cfg_ivs()
313 static int set_key(struct cryp_device_data *device_data, in set_key()
370 struct cryp_device_data *device_data) in cryp_setup_context()
424 struct cryp_device_data **device_data) in cryp_get_device_data()
475 static void cryp_dma_setup_channel(struct cryp_device_data *device_data, in cryp_dma_setup_channel()
654 struct cryp_device_data *device_data) in cryp_polling_mode()
674 struct cryp_device_data *device_data, in cryp_disable_power()
711 struct cryp_device_data *device_data, in cryp_enable_power()
[all …]
Dcryp_irq.c20 void cryp_enable_irq_src(struct cryp_device_data *device_data, u32 irq_src) in cryp_enable_irq_src()
31 void cryp_disable_irq_src(struct cryp_device_data *device_data, u32 irq_src) in cryp_disable_irq_src()
42 bool cryp_pending_irq_src(struct cryp_device_data *device_data, u32 irq_src) in cryp_pending_irq_src()
/Linux-v5.4/drivers/crypto/ux500/hash/
Dhash_core.c92 static void release_hash_device(struct hash_device_data *device_data) in release_hash_device()
106 static void hash_dma_setup_channel(struct hash_device_data *device_data, in hash_dma_setup_channel()
217 struct hash_device_data *device_data, in get_empty_message_digest()
283 static int hash_disable_power(struct hash_device_data *device_data, in hash_disable_power()
320 static int hash_enable_power(struct hash_device_data *device_data, in hash_enable_power()
366 struct hash_device_data **device_data) in hash_get_device_data()
426 static void hash_hw_write_key(struct hash_device_data *device_data, in hash_hw_write_key()
470 static int init_hash_hw(struct hash_device_data *device_data, in init_hash_hw()
589 static void hash_processblock(struct hash_device_data *device_data, in hash_processblock()
614 static void hash_messagepad(struct hash_device_data *device_data, in hash_messagepad()
[all …]
/Linux-v5.4/drivers/vfio/mdev/
Dvfio_mdev.c24 static int vfio_mdev_open(void *device_data) in vfio_mdev_open()
43 static void vfio_mdev_release(void *device_data) in vfio_mdev_release()
54 static long vfio_mdev_unlocked_ioctl(void *device_data, in vfio_mdev_unlocked_ioctl()
66 static ssize_t vfio_mdev_read(void *device_data, char __user *buf, in vfio_mdev_read()
78 static ssize_t vfio_mdev_write(void *device_data, const char __user *buf, in vfio_mdev_write()
90 static int vfio_mdev_mmap(void *device_data, struct vm_area_struct *vma) in vfio_mdev_mmap()
/Linux-v5.4/sound/core/
Ddevice.c30 void *device_data, struct snd_device_ops *ops) in snd_device_new()
82 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev()
106 void snd_device_disconnect(struct snd_card *card, void *device_data) in snd_device_disconnect()
130 void snd_device_free(struct snd_card *card, void *device_data) in snd_device_free()
171 int snd_device_register(struct snd_card *card, void *device_data) in snd_device_register()
/Linux-v5.4/drivers/vfio/platform/
Dvfio_platform_common.c221 static void vfio_platform_release(void *device_data) in vfio_platform_release()
247 static int vfio_platform_open(void *device_data) in vfio_platform_open()
297 static long vfio_platform_ioctl(void *device_data, in vfio_platform_ioctl()
459 static ssize_t vfio_platform_read(void *device_data, char __user *buf, in vfio_platform_read()
535 static ssize_t vfio_platform_write(void *device_data, const char __user *buf, in vfio_platform_write()
577 static int vfio_platform_mmap(void *device_data, struct vm_area_struct *vma) in vfio_platform_mmap()
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci.c466 static void vfio_pci_release(void *device_data) in vfio_pci_release()
482 static int vfio_pci_open(void *device_data) in vfio_pci_open()
691 static long vfio_pci_ioctl(void *device_data, in vfio_pci_ioctl()
1145 static ssize_t vfio_pci_rw(void *device_data, char __user *buf, in vfio_pci_rw()
1177 static ssize_t vfio_pci_read(void *device_data, char __user *buf, in vfio_pci_read()
1186 static ssize_t vfio_pci_write(void *device_data, const char __user *buf, in vfio_pci_write()
1195 static int vfio_pci_mmap(void *device_data, struct vm_area_struct *vma) in vfio_pci_mmap()
1257 static void vfio_pci_request(void *device_data, unsigned int count) in vfio_pci_request()
/Linux-v5.4/sound/aoa/core/
Dalsa.c62 void * device_data, struct snd_device_ops * ops) in aoa_snd_device_new()
/Linux-v5.4/drivers/net/can/m_can/
Dm_can.h89 void *device_data; member
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_mem.c220 struct lpfc_device_data *device_data; in lpfc_mem_free() local
Dlpfc_scsi.c5500 struct lpfc_device_data *device_data; in lpfc_slave_alloc() local
5634 struct lpfc_device_data *device_data = sdev->hostdata; in lpfc_slave_destroy() local
/Linux-v5.4/drivers/vfio/
Dvfio.c98 void *device_data; member
538 void *device_data) in vfio_group_create_device()
801 const struct vfio_device_ops *ops, void *device_data) in vfio_add_group_dev()
910 void *device_data = device->device_data; in vfio_del_group_dev() local
/Linux-v5.4/drivers/input/misc/
Dsoc_button_array.c323 const struct soc_device_data *device_data; in soc_button_probe() local
/Linux-v5.4/include/linux/
Ddmi.h86 void *device_data; /* Type specific data */ member
/Linux-v5.4/drivers/input/touchscreen/
Dbu21013_ts.c236 static irqreturn_t bu21013_gpio_irq(int irq, void *device_data) in bu21013_gpio_irq()
/Linux-v5.4/include/sound/
Dcore.h71 void *device_data; /* device structure */ member
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_dev.h448 uint8_t device_data[QXL_CURSOR_DEVICE_DATA_SIZE]; member