Home
last modified time | relevance | path

Searched refs:size_type (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/char/agp/
H A Dintel-agp.c453 .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 Dgeneric.c291 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 Duninorth-agp.c381 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 Dali-agp.c205 .size_type = U32_APER_SIZE,
230 .size_type = U32_APER_SIZE,
H A Dvia-agp.c173 .size_type = U8_APER_SIZE,
200 .size_type = U8_APER_SIZE,
H A Dsis-agp.c125 .size_type = U8_APER_SIZE,
172 sis_driver.size_type = U16_APER_SIZE; in sis_get_driver()
H A Dalpha-agp.c126 .size_type = FIXED_APER_SIZE,
H A Dagp.h101 enum aper_size_type size_type; member
H A Defficeon-agp.c315 .size_type = LVL2_APER_SIZE,
H A Dparisc-agp.c229 .size_type = FIXED_APER_SIZE,
H A Dnvidia-agp.c314 .size_type = U8_APER_SIZE,
H A Damd-k7-agp.c366 .size_type = LVL2_APER_SIZE,
H A Dsworks-agp.c422 .size_type = LVL2_APER_SIZE,
H A Dati-agp.c414 .size_type = LVL2_APER_SIZE,
H A Damd64-agp.c219 .size_type = U32_APER_SIZE,
H A Dintel-gtt.c1208 .size_type = FIXED_APER_SIZE,
/linux/kernel/bpf/
H A Dbtf.c2175 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 …]