/drivers/acpi/acpica/ |
D | utcache.c | 34 u16 max_depth, struct acpi_memory_list **return_cache) in acpi_os_create_cache() argument 56 cache->max_depth = max_depth; in acpi_os_create_cache() 165 if (cache->current_depth >= cache->max_depth) { in acpi_os_release_object()
|
D | nsdump.c | 623 u32 max_depth, in acpi_ns_dump_objects() argument 648 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_objects() 747 u32 max_depth, in acpi_ns_dump_object_paths() argument 769 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths() 777 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths() 828 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth) in acpi_ns_dump_tables() argument 852 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, max_depth, in acpi_ns_dump_tables()
|
D | dbnames.c | 174 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace() local 187 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace() 205 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace() 255 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace_by_owner() local 263 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner() 272 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace_by_owner()
|
D | dbstats.c | 75 if (list->max_depth > 0) { in acpi_db_list_info() 79 list->max_depth, list->max_depth - list->current_depth, in acpi_db_list_info() 83 if (list->max_depth > 0) { in acpi_db_list_info()
|
D | acnamesp.h | 79 u32 max_depth, 179 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth); 196 u32 max_depth, 202 u32 max_depth,
|
D | nswalk.c | 152 u32 max_depth, in acpi_ns_walk_namespace() argument 279 (level < max_depth) && (status != AE_CTRL_DEPTH)) { in acpi_ns_walk_namespace()
|
D | nsxfeval.c | 556 u32 max_depth, in acpi_walk_namespace() argument 568 (!max_depth) || (!descending_callback && !ascending_callback)) { in acpi_walk_namespace() 606 status = acpi_ns_walk_namespace(type, start_object, max_depth, in acpi_walk_namespace()
|
/drivers/staging/media/hantro/ |
D | rk3288_vpu_hw.c | 46 .max_depth = 2, 67 .max_depth = 2, 80 .max_depth = 2, 93 .max_depth = 2,
|
D | rk3399_vpu_hw.c | 45 .max_depth = 2, 66 .max_depth = 2, 79 .max_depth = 2,
|
D | hantro.h | 278 int max_depth; member
|
D | hantro_v4l2.c | 258 pix_mp->width * pix_mp->height * fmt->max_depth; in vidioc_try_fmt() 313 fmt->width * fmt->height * vpu_fmt->max_depth; in hantro_reset_encoded_fmt()
|
/drivers/firewire/ |
D | core-topology.c | 147 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count() 149 depths[0] = node->ports[i]->max_depth; in update_hop_count() 150 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count() 151 depths[1] = node->ports[i]->max_depth; in update_hop_count() 154 node->max_depth = depths[0] + 1; in update_hop_count()
|
D | core.h | 186 u8 max_depth:4; /* Maximum depth to any leaf node */ member
|
/drivers/net/ethernet/netronome/nfp/bpf/ |
D | verifier.c | 696 unsigned int max_depth = 0, depth = 0, frame = 0; in nfp_bpf_get_stack_usage() local 712 max_depth = max(max_depth, depth); in nfp_bpf_get_stack_usage() 738 return max_depth; in nfp_bpf_get_stack_usage()
|
/drivers/message/fusion/ |
D | mptscsih.c | 2318 int max_depth; in mptscsih_change_queue_depth() local 2326 max_depth = 1; in mptscsih_change_queue_depth() 2329 max_depth = MPT_SCSI_CMD_PER_DEV_HIGH; in mptscsih_change_queue_depth() 2331 max_depth = MPT_SCSI_CMD_PER_DEV_LOW; in mptscsih_change_queue_depth() 2333 max_depth = ioc->sh->can_queue; in mptscsih_change_queue_depth() 2336 max_depth = 1; in mptscsih_change_queue_depth() 2338 if (qdepth > max_depth) in mptscsih_change_queue_depth() 2339 qdepth = max_depth; in mptscsih_change_queue_depth()
|
/drivers/gpu/drm/hisilicon/kirin/ |
D | kirin_drm_dpe.c | 47 #define GET_FLUX_REQ_IN(max_depth) ((max_depth) * 50 / 100) argument 48 #define GET_FLUX_REQ_OUT(max_depth) ((max_depth) * 90 / 100) argument
|
/drivers/scsi/ |
D | virtio_scsi.c | 675 int max_depth = shost->cmd_per_lun; in virtscsi_change_queue_depth() local 677 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
|
/drivers/pci/ |
D | setup-bus.c | 1730 int max_depth = pci_bus_get_depth(bus); in pci_assign_unassigned_root_bus_resources() local 1732 pci_try_num = max_depth + 1; in pci_assign_unassigned_root_bus_resources() 1734 max_depth, pci_try_num); in pci_assign_unassigned_root_bus_resources()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 1516 int max_depth; in scsih_change_queue_depth() local 1523 max_depth = shost->can_queue; in scsih_change_queue_depth() 1545 max_depth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_change_queue_depth() 1554 max_depth = 1; in scsih_change_queue_depth() 1555 if (qdepth > max_depth) in scsih_change_queue_depth() 1556 qdepth = max_depth; in scsih_change_queue_depth()
|