Searched refs:size_type (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/char/agp/ |
| H A D | intel-agp.c | 453 .size_type = U16_APER_SIZE, 480 .size_type = U8_APER_SIZE, 507 .size_type = U8_APER_SIZE, 534 .size_type = U8_APER_SIZE, 561 .size_type = U8_APER_SIZE, 588 .size_type = U8_APER_SIZE, 615 .size_type = U8_APER_SIZE, 642 .size_type = U8_APER_SIZE, 669 .size_type = U8_APER_SIZE,
|
| H A D | generic.c | 291 switch (agp_bridge->driver->size_type) { in agp_return_size() 326 switch (agp_bridge->driver->size_type) { in agp_num_entries() 861 if (bridge->driver->size_type == LVL2_APER_SIZE) in agp_generic_create_gatt_table() 869 if (bridge->driver->size_type != FIXED_APER_SIZE) { in agp_generic_create_gatt_table() 871 switch (bridge->driver->size_type) { in agp_generic_create_gatt_table() 898 switch (bridge->driver->size_type) { in agp_generic_create_gatt_table() 977 switch (bridge->driver->size_type) { in agp_generic_free_gatt_table() 1043 switch (bridge->driver->size_type) { in agp_generic_insert_memory()
|
| H A D | uninorth-agp.c | 381 if (bridge->driver->size_type == LVL2_APER_SIZE) in uninorth_create_gatt_table() 512 .size_type = U32_APER_SIZE, 540 .size_type = U32_APER_SIZE,
|
| H A D | ali-agp.c | 205 .size_type = U32_APER_SIZE, 230 .size_type = U32_APER_SIZE,
|
| H A D | via-agp.c | 173 .size_type = U8_APER_SIZE, 200 .size_type = U8_APER_SIZE,
|
| H A D | sis-agp.c | 125 .size_type = U8_APER_SIZE, 172 sis_driver.size_type = U16_APER_SIZE; in sis_get_driver()
|
| H A D | alpha-agp.c | 126 .size_type = FIXED_APER_SIZE,
|
| H A D | agp.h | 101 enum aper_size_type size_type; member
|
| H A D | efficeon-agp.c | 315 .size_type = LVL2_APER_SIZE,
|
| H A D | parisc-agp.c | 229 .size_type = FIXED_APER_SIZE,
|
| H A D | nvidia-agp.c | 314 .size_type = U8_APER_SIZE,
|
| H A D | amd-k7-agp.c | 366 .size_type = LVL2_APER_SIZE,
|
| H A D | sworks-agp.c | 422 .size_type = LVL2_APER_SIZE,
|
| H A D | ati-agp.c | 414 .size_type = LVL2_APER_SIZE,
|
| H A D | amd64-agp.c | 219 .size_type = U32_APER_SIZE,
|
| H A D | intel-gtt.c | 1208 .size_type = FIXED_APER_SIZE,
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 2175 const struct btf_type *size_type; in btf_type_id_size() local 2179 size_type = btf_type_by_id(btf, size_type_id); in btf_type_id_size() 2180 if (btf_type_nosize_or_null(size_type)) in btf_type_id_size() 2183 if (btf_type_has_size(size_type)) { in btf_type_id_size() 2184 size = size_type->size; in btf_type_id_size() 2185 } else if (btf_type_is_array(size_type)) { in btf_type_id_size() 2187 } else if (btf_type_is_ptr(size_type)) { in btf_type_id_size() 2190 if (WARN_ON_ONCE(!btf_type_is_modifier(size_type) && in btf_type_id_size() 2191 !btf_type_is_var(size_type))) in btf_type_id_size() 2195 size_type = btf_type_by_id(btf, size_type_id); in btf_type_id_size() [all …]
|