size_type 101 drivers/char/agp/agp.h enum aper_size_type size_type; size_type 205 drivers/char/agp/ali-agp.c .size_type = U32_APER_SIZE, size_type 230 drivers/char/agp/ali-agp.c .size_type = U32_APER_SIZE, size_type 126 drivers/char/agp/alpha-agp.c .size_type = FIXED_APER_SIZE, size_type 367 drivers/char/agp/amd-k7-agp.c .size_type = LVL2_APER_SIZE, size_type 219 drivers/char/agp/amd64-agp.c .size_type = U32_APER_SIZE, size_type 424 drivers/char/agp/ati-agp.c .size_type = LVL2_APER_SIZE, size_type 315 drivers/char/agp/efficeon-agp.c .size_type = LVL2_APER_SIZE, size_type 291 drivers/char/agp/generic.c switch (agp_bridge->driver->size_type) { size_type 326 drivers/char/agp/generic.c switch (agp_bridge->driver->size_type) { size_type 861 drivers/char/agp/generic.c if (bridge->driver->size_type == LVL2_APER_SIZE) size_type 869 drivers/char/agp/generic.c if (bridge->driver->size_type != FIXED_APER_SIZE) { size_type 871 drivers/char/agp/generic.c switch (bridge->driver->size_type) { size_type 901 drivers/char/agp/generic.c switch (bridge->driver->size_type) { size_type 981 drivers/char/agp/generic.c switch (bridge->driver->size_type) { size_type 1047 drivers/char/agp/generic.c switch (bridge->driver->size_type) { size_type 419 drivers/char/agp/hp-agp.c .size_type = FIXED_APER_SIZE, size_type 559 drivers/char/agp/i460-agp.c .size_type = U8_APER_SIZE, size_type 453 drivers/char/agp/intel-agp.c .size_type = U16_APER_SIZE, size_type 480 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 507 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 534 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 561 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 588 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 615 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 642 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 669 drivers/char/agp/intel-agp.c .size_type = U8_APER_SIZE, size_type 1161 drivers/char/agp/intel-gtt.c .size_type = FIXED_APER_SIZE, size_type 312 drivers/char/agp/nvidia-agp.c .size_type = U8_APER_SIZE, size_type 215 drivers/char/agp/parisc-agp.c .size_type = FIXED_APER_SIZE, size_type 125 drivers/char/agp/sis-agp.c .size_type = U8_APER_SIZE, size_type 172 drivers/char/agp/sis-agp.c sis_driver.size_type = U16_APER_SIZE; size_type 426 drivers/char/agp/sworks-agp.c .size_type = LVL2_APER_SIZE, size_type 380 drivers/char/agp/uninorth-agp.c if (bridge->driver->size_type == LVL2_APER_SIZE) size_type 513 drivers/char/agp/uninorth-agp.c .size_type = U32_APER_SIZE, size_type 541 drivers/char/agp/uninorth-agp.c .size_type = U32_APER_SIZE, size_type 176 drivers/char/agp/via-agp.c .size_type = U8_APER_SIZE, size_type 203 drivers/char/agp/via-agp.c .size_type = U8_APER_SIZE, size_type 1057 kernel/bpf/btf.c const struct btf_type *size_type; size_type 1061 kernel/bpf/btf.c size_type = btf_type_by_id(btf, size_type_id); size_type 1062 kernel/bpf/btf.c if (btf_type_nosize_or_null(size_type)) size_type 1065 kernel/bpf/btf.c if (btf_type_has_size(size_type)) { size_type 1066 kernel/bpf/btf.c size = size_type->size; size_type 1067 kernel/bpf/btf.c } else if (btf_type_is_array(size_type)) { size_type 1069 kernel/bpf/btf.c } else if (btf_type_is_ptr(size_type)) { size_type 1072 kernel/bpf/btf.c if (WARN_ON_ONCE(!btf_type_is_modifier(size_type) && size_type 1073 kernel/bpf/btf.c !btf_type_is_var(size_type))) size_type 1077 kernel/bpf/btf.c size_type = btf_type_by_id(btf, size_type_id); size_type 1078 kernel/bpf/btf.c if (btf_type_nosize_or_null(size_type)) size_type 1080 kernel/bpf/btf.c else if (btf_type_has_size(size_type)) size_type 1081 kernel/bpf/btf.c size = size_type->size; size_type 1082 kernel/bpf/btf.c else if (btf_type_is_array(size_type)) size_type 1084 kernel/bpf/btf.c else if (btf_type_is_ptr(size_type)) size_type 1094 kernel/bpf/btf.c return size_type;