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

/linux-master/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) {
326 switch (agp_bridge->driver->size_type) {
861 if (bridge->driver->size_type == LVL2_APER_SIZE)
869 if (bridge->driver->size_type != FIXED_APER_SIZE) {
871 switch (bridge->driver->size_type) {
898 switch (bridge->driver->size_type) {
977 switch (bridge->driver->size_type) {
1043 switch (bridge->driver->size_type) {
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;
H A Duninorth-agp.c381 if (bridge->driver->size_type == LVL2_APER_SIZE)
514 .size_type = U32_APER_SIZE,
542 .size_type = U32_APER_SIZE,
H A Dalpha-agp.c126 .size_type = FIXED_APER_SIZE,
H A Dagp.h101 enum aper_size_type size_type; member in struct:agp_bridge_driver
H A Defficeon-agp.c315 .size_type = LVL2_APER_SIZE,
H A Dparisc-agp.c229 .size_type = FIXED_APER_SIZE,
H A Dnvidia-agp.c313 .size_type = U8_APER_SIZE,
H A Damd-k7-agp.c367 .size_type = LVL2_APER_SIZE,
H A Dsworks-agp.c423 .size_type = LVL2_APER_SIZE,
H A Damd64-agp.c219 .size_type = U32_APER_SIZE,
H A Dati-agp.c415 .size_type = LVL2_APER_SIZE,
H A Dintel-gtt.c1161 .size_type = FIXED_APER_SIZE,
/linux-master/kernel/bpf/
H A Dbtf.c2021 const struct btf_type *size_type; local
2025 size_type = btf_type_by_id(btf, size_type_id);
2026 if (btf_type_nosize_or_null(size_type))
2029 if (btf_type_has_size(size_type)) {
2030 size = size_type->size;
2031 } else if (btf_type_is_array(size_type)) {
2033 } else if (btf_type_is_ptr(size_type)) {
2036 if (WARN_ON_ONCE(!btf_type_is_modifier(size_type) &&
2037 !btf_type_is_var(size_type)))
2041 size_type
[all...]

Completed in 202 milliseconds