Searched refs:cdl (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/host1x/ |
| H A D | context.c | 23 struct host1x_memory_context_list *cdl = &host1x->context_list; in host1x_memory_context_list_init() local 29 cdl->devs = NULL; in host1x_memory_context_list_init() 30 cdl->len = 0; in host1x_memory_context_list_init() 31 mutex_init(&cdl->lock); in host1x_memory_context_list_init() 37 cdl->len = err / 4; in host1x_memory_context_list_init() 38 cdl->devs = kzalloc_objs(*cdl->devs, cdl->len); in host1x_memory_context_list_init() 39 if (!cdl->devs) in host1x_memory_context_list_init() 42 for (i = 0; i < cdl->len; i++) { in host1x_memory_context_list_init() 43 ctx = &cdl->devs[i]; in host1x_memory_context_list_init() 99 device_unregister(&cdl->devs[i].dev); in host1x_memory_context_list_init() [all …]
|
| H A D | context.h | 26 void host1x_memory_context_list_free(struct host1x_memory_context_list *cdl); 33 static inline void host1x_memory_context_list_free(struct host1x_memory_context_list *cdl) in host1x_memory_context_list_free() argument
|
| /linux/drivers/platform/surface/ |
| H A D | surface_acpi_notify.c | 423 u16 cdl; /* Payload length. */ member 497 if (get_unaligned(&rqsx->cdl) != b->len - sizeof(struct gsb_data_rqsx)) { in san_validate_rqsx() 499 type, b->len, get_unaligned(&rqsx->cdl)); in san_validate_rqsx() 503 if (get_unaligned(&rqsx->cdl) > SAN_GSB_MAX_RQSX_PAYLOAD) { in san_validate_rqsx() 505 type, get_unaligned(&rqsx->cdl)); in san_validate_rqsx() 580 rqst.length = get_unaligned(&gsb_rqst->cdl); in san_rqst() 620 evt.length = get_unaligned(&gsb_rqsg->cdl); in san_rqsg()
|
| /linux/drivers/ata/ |
| H A D | libata-core.c | 703 static inline void ata_set_tf_cdl(struct ata_queued_cmd *qc, int cdl) in ata_set_tf_cdl() argument 708 tf->auxiliary |= cdl; in ata_set_tf_cdl() 710 tf->feature |= cdl; in ata_set_tf_cdl() 741 unsigned int tf_flags, int cdl, int class) in ata_build_rw_tf() argument 781 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl) in ata_build_rw_tf() 782 ata_set_tf_cdl(qc, cdl); in ata_build_rw_tf() 787 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl) in ata_build_rw_tf() 788 ata_set_tf_cdl(qc, cdl); in ata_build_rw_tf() 2550 kfree(dev->cdl); in ata_dev_cleanup_cdl_resources() 2551 dev->cdl = NULL; in ata_dev_cleanup_cdl_resources() [all …]
|
| H A D | libata-scsi.c | 2504 u8 *b, *cdl, *desc; in ata_msense_control_spgt2() local 2508 if (!(dev->flags & ATA_DFLAG_CDL) || !dev->cdl) in ata_msense_control_spgt2() 2511 cdl = dev->cdl->desc_log_buf; in ata_msense_control_spgt2() 2526 buf[7] = (cdl[0] & 0x03) << 4; in ata_msense_control_spgt2() 2527 desc = cdl + 64; in ata_msense_control_spgt2() 2530 desc = cdl + 288; in ata_msense_control_spgt2() 2535 policy = get_unaligned_le32(&cdl[0]); in ata_msense_control_spgt2()
|
| H A D | libata-sata.c | 1542 u8 *buf = dev->cdl->ncq_sense_log_buf; in ata_eh_get_ncq_success_sense()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pciercx-defs.h | 259 __BITFIELD_FIELD(uint32_t cdl:1,
|