/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 48 struct gpmc_device_timings dev_t; in tusb_set_async_mode() local 52 memset(&dev_t, 0, sizeof(dev_t)); in tusb_set_async_mode() 54 dev_t.t_ceasu = 8 * 1000; in tusb_set_async_mode() 55 dev_t.t_avdasu = t_acsnh_advnh - 7000; in tusb_set_async_mode() 56 dev_t.t_ce_avd = 1000; in tusb_set_async_mode() 57 dev_t.t_avdp_r = t_acsnh_advnh; in tusb_set_async_mode() 58 dev_t.t_oeasu = t_acsnh_advnh + 1000; in tusb_set_async_mode() 59 dev_t.t_oe = 300; in tusb_set_async_mode() 60 dev_t in tusb_set_async_mode() 74 struct gpmc_device_timings dev_t; tusb_set_sync_mode() local [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 48 struct gpmc_device_timings dev_t; in tusb_set_async_mode() local 52 memset(&dev_t, 0, sizeof(dev_t)); in tusb_set_async_mode() 54 dev_t.t_ceasu = 8 * 1000; in tusb_set_async_mode() 55 dev_t.t_avdasu = t_acsnh_advnh - 7000; in tusb_set_async_mode() 56 dev_t.t_ce_avd = 1000; in tusb_set_async_mode() 57 dev_t.t_avdp_r = t_acsnh_advnh; in tusb_set_async_mode() 58 dev_t.t_oeasu = t_acsnh_advnh + 1000; in tusb_set_async_mode() 59 dev_t.t_oe = 300; in tusb_set_async_mode() 60 dev_t in tusb_set_async_mode() 74 struct gpmc_device_timings dev_t; tusb_set_sync_mode() local [all...] |
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | omap-gpmc.c | 1128 struct gpmc_device_timings dev_t; in gpmc_omap_onenand_calc_sync_timings() local 1176 memset(&dev_t, 0, sizeof(dev_t)); in gpmc_omap_onenand_calc_sync_timings() 1179 dev_t.t_avdp_w = max(t_avdp, t_cer) * 1000; in gpmc_omap_onenand_calc_sync_timings() 1180 dev_t.t_wpl = t_wpl * 1000; in gpmc_omap_onenand_calc_sync_timings() 1181 dev_t.t_wph = t_wph * 1000; in gpmc_omap_onenand_calc_sync_timings() 1182 dev_t.t_aavdh = t_aavdh * 1000; in gpmc_omap_onenand_calc_sync_timings() 1184 dev_t.ce_xdelay = true; in gpmc_omap_onenand_calc_sync_timings() 1185 dev_t.avd_xdelay = true; in gpmc_omap_onenand_calc_sync_timings() 1186 dev_t in gpmc_omap_onenand_calc_sync_timings() 1489 gpmc_calc_sync_read_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_sync_read_timings() argument 1544 gpmc_calc_sync_write_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_sync_write_timings() argument 1606 gpmc_calc_async_read_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_async_read_timings() argument 1643 gpmc_calc_async_write_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_async_write_timings() argument 1685 gpmc_calc_sync_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t) gpmc_calc_sync_common_timings() argument 1715 gpmc_calc_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool sync) gpmc_calc_common_timings() argument 1766 gpmc_calc_timings(struct gpmc_timings *gpmc_t, struct gpmc_settings *gpmc_s, struct gpmc_device_timings *dev_t) gpmc_calc_timings() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | kdev_t.h | 24 static __always_inline bool old_valid_dev(dev_t dev) in old_valid_dev() 29 static __always_inline u16 old_encode_dev(dev_t dev) in old_encode_dev() 34 static __always_inline dev_t old_decode_dev(u16 val) in old_decode_dev() 39 static __always_inline u32 new_encode_dev(dev_t dev) in new_encode_dev() 46 static __always_inline dev_t new_decode_dev(u32 dev) in new_decode_dev() 53 static __always_inline u64 huge_encode_dev(dev_t dev) in huge_encode_dev() 58 static __always_inline dev_t huge_decode_dev(u64 dev) in huge_decode_dev() 63 static __always_inline int sysv_valid_dev(dev_t dev) in sysv_valid_dev() 68 static __always_inline u32 sysv_encode_dev(dev_t dev) in sysv_encode_dev()
|
H A D | kobj_map.h | 11 typedef struct kobject *kobj_probe_t(dev_t, int *, void *); 14 int kobj_map(struct kobj_map *, dev_t, unsigned long, struct module *, 15 kobj_probe_t *, int (*)(dev_t, void *), void *); 16 void kobj_unmap(struct kobj_map *, dev_t, unsigned long); 17 void kobj_delete(struct kobj_map *, dev_t, unsigned long, 19 struct kobject *kobj_lookup(struct kobj_map *, dev_t, int *);
|
H A D | genhd.h | 101 * dynamic ``dev_t``, i.e. it wants extended device numbers 243 static inline dev_t disk_devt(struct gendisk *disk) in disk_devt() 248 static inline dev_t part_devt(struct hd_struct *part) in part_devt() 304 extern struct gendisk *get_gendisk(dev_t dev, int *partno); 346 extern void blk_register_region(dev_t devt, unsigned long range, 348 struct kobject *(*probe)(dev_t, int *, void *), 349 int (*lock)(dev_t, void *), 351 extern void blk_unregister_region(dev_t devt, unsigned long range); 352 extern void blk_delete_region(dev_t devt, unsigned long range, 353 struct kobject *(*probe)(dev_t, in [all...] |
H A D | if_tap.h | 77 int tap_get_minor(dev_t major, struct tap_dev *tap); 78 void tap_free_minor(dev_t major, struct tap_dev *tap); 80 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major, 82 void tap_destroy_cdev(dev_t major, struct cdev *tap_cdev);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kdev_t.h | 24 static __always_inline bool old_valid_dev(dev_t dev) in old_valid_dev() 29 static __always_inline u16 old_encode_dev(dev_t dev) in old_encode_dev() 34 static __always_inline dev_t old_decode_dev(u16 val) in old_decode_dev() 39 static __always_inline u32 new_encode_dev(dev_t dev) in new_encode_dev() 46 static __always_inline dev_t new_decode_dev(u32 dev) in new_decode_dev() 53 static __always_inline u64 huge_encode_dev(dev_t dev) in huge_encode_dev() 58 static __always_inline dev_t huge_decode_dev(u64 dev) in huge_decode_dev() 63 static __always_inline int sysv_valid_dev(dev_t dev) in sysv_valid_dev() 68 static __always_inline u32 sysv_encode_dev(dev_t dev) in sysv_encode_dev()
|
H A D | kobj_map.h | 11 typedef struct kobject *kobj_probe_t(dev_t, int *, void *); 14 int kobj_map(struct kobj_map *, dev_t, unsigned long, struct module *, 15 kobj_probe_t *, int (*)(dev_t, void *), void *); 16 void kobj_unmap(struct kobj_map *, dev_t, unsigned long); 17 struct kobject *kobj_lookup(struct kobj_map *, dev_t, int *);
|
H A D | if_tap.h | 78 int tap_get_minor(dev_t major, struct tap_dev *tap); 79 void tap_free_minor(dev_t major, struct tap_dev *tap); 81 int tap_create_cdev(struct cdev *tap_cdev, dev_t *tap_major, 83 void tap_destroy_cdev(dev_t major, struct cdev *tap_cdev);
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | jbd2.h | 21 __field( dev_t, dev ) 41 __field( dev_t, dev ) 98 __field( dev_t, dev ) 122 __field( dev_t, dev ) 137 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 143 __field( dev_t, dev ) 165 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 172 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 179 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 186 __field( dev_t, de [all...] |
H A D | block.h | 22 __field( dev_t, dev ) 80 __field( dev_t, dev ) 122 __field( dev_t, dev ) 154 __field( dev_t, dev ) 243 __field( dev_t, dev ) 279 __field( dev_t, dev ) 307 __field( dev_t, dev ) 374 __field( dev_t, dev ) 402 __field( dev_t, dev ) 537 __field( dev_t, de [all...] |
H A D | ext4.h | 129 __field( dev_t, dev ) 159 __field( dev_t, dev ) 188 __field( dev_t, dev ) 210 __field( dev_t, dev ) 235 __field( dev_t, dev ) 257 __field( dev_t, dev ) 279 __field( dev_t, dev ) 299 __field( dev_t, dev ) 321 __field( dev_t, dev ) 346 __field( dev_t, de [all...] |
H A D | f2fs.h | 178 __field(dev_t, dev) 217 __field(dev_t, dev) 247 __field(dev_t, dev) 277 __field(dev_t, dev) 329 __field(dev_t, dev) 380 __field(dev_t, dev) 409 __field(dev_t, dev) 467 __field(dev_t, dev) 514 __field(dev_t, dev) 549 __field(dev_t, de [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | jbd2.h | 21 __field( dev_t, dev ) 41 __field( dev_t, dev ) 98 __field( dev_t, dev ) 122 __field( dev_t, dev ) 137 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 143 __field( dev_t, dev ) 165 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 172 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 179 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 186 __field( dev_t, de [all...] |
H A D | ext4.h | 143 __field( dev_t, dev ) 173 __field( dev_t, dev ) 202 __field( dev_t, dev ) 224 __field( dev_t, dev ) 249 __field( dev_t, dev ) 271 __field( dev_t, dev ) 293 __field( dev_t, dev ) 313 __field( dev_t, dev ) 335 __field( dev_t, dev ) 359 __field( dev_t, de [all...] |
H A D | kyber.h | 16 TP_PROTO(dev_t dev, const char *domain, const char *type, 23 __field( dev_t, dev ) 50 TP_PROTO(dev_t dev, const char *domain, unsigned int depth), 55 __field( dev_t, dev ) 73 TP_PROTO(dev_t dev, const char *domain), 78 __field( dev_t, dev )
|
H A D | block.h | 23 __field( dev_t, dev ) 82 __field( dev_t, dev ) 112 __field( dev_t, dev ) 179 __field( dev_t, dev ) 291 __field( dev_t, dev ) 319 __field( dev_t, dev ) 476 __field( dev_t, dev ) 509 TP_PROTO(struct bio *bio, dev_t dev, sector_t from), 514 __field( dev_t, dev ) 517 __field( dev_t, old_de [all...] |
H A D | f2fs.h | 177 __field(dev_t, dev) 216 __field(dev_t, dev) 246 __field(dev_t, dev) 276 __field(dev_t, dev) 328 __field(dev_t, dev) 379 __field(dev_t, dev) 408 __field(dev_t, dev) 466 __field(dev_t, dev) 513 __field(dev_t, dev) 548 __field(dev_t, de [all...] |
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | omap-gpmc.c | 1198 struct gpmc_device_timings dev_t; in gpmc_omap_onenand_calc_sync_timings() local 1246 memset(&dev_t, 0, sizeof(dev_t)); in gpmc_omap_onenand_calc_sync_timings() 1249 dev_t.t_avdp_w = max(t_avdp, t_cer) * 1000; in gpmc_omap_onenand_calc_sync_timings() 1250 dev_t.t_wpl = t_wpl * 1000; in gpmc_omap_onenand_calc_sync_timings() 1251 dev_t.t_wph = t_wph * 1000; in gpmc_omap_onenand_calc_sync_timings() 1252 dev_t.t_aavdh = t_aavdh * 1000; in gpmc_omap_onenand_calc_sync_timings() 1254 dev_t.ce_xdelay = true; in gpmc_omap_onenand_calc_sync_timings() 1255 dev_t.avd_xdelay = true; in gpmc_omap_onenand_calc_sync_timings() 1256 dev_t in gpmc_omap_onenand_calc_sync_timings() 1565 gpmc_calc_sync_read_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_sync_read_timings() argument 1620 gpmc_calc_sync_write_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_sync_write_timings() argument 1682 gpmc_calc_async_read_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_async_read_timings() argument 1719 gpmc_calc_async_write_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) gpmc_calc_async_write_timings() argument 1761 gpmc_calc_sync_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t) gpmc_calc_sync_common_timings() argument 1791 gpmc_calc_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool sync) gpmc_calc_common_timings() argument 1842 gpmc_calc_timings(struct gpmc_timings *gpmc_t, struct gpmc_settings *gpmc_s, struct gpmc_device_timings *dev_t) gpmc_calc_timings() argument [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | map.c | 7 * NOTE: data structure needs to be changed. It works, but for large dev_t 22 dev_t dev; 26 int (*lock)(dev_t, void *); 32 int kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, in kobj_map() 34 int (*lock)(dev_t, void *), void *data) in kobj_map() 68 void kobj_unmap(struct kobj_map *domain, dev_t dev, unsigned long range) in kobj_unmap() 95 struct kobject *kobj_lookup(struct kobj_map *domain, dev_t dev, int *index) in kobj_lookup() 104 struct kobject *(*probe)(dev_t, int *, void *); in kobj_lookup()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | map.c | 7 * NOTE: data structure needs to be changed. It works, but for large dev_t 22 dev_t dev; 26 int (*lock)(dev_t, void *); 32 int kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, in kobj_map() 34 int (*lock)(dev_t, void *), void *data) in kobj_map() 68 void kobj_unmap(struct kobj_map *domain, dev_t dev, unsigned long range) in kobj_unmap() 95 void kobj_delete(struct kobj_map *domain, dev_t dev, unsigned long range, in kobj_delete() 123 struct kobject *kobj_lookup(struct kobj_map *domain, dev_t dev, int *index) in kobj_lookup() 132 struct kobject *(*probe)(dev_t, int *, void *); in kobj_lookup()
|
/kernel/linux/linux-6.6/block/ |
H A D | early-lookup.c | 33 * devt_from_partuuid - looks up the dev_t of a partition by its UUID 35 * @devt: dev_t result 46 static int __init devt_from_partuuid(const char *uuid_str, dev_t *devt) in devt_from_partuuid() 112 static int __init devt_from_partlabel(const char *label, dev_t *devt) in devt_from_partlabel() 124 static dev_t __init blk_lookup_devt(const char *name, int partno) in blk_lookup_devt() 126 dev_t devt = MKDEV(0, 0); in blk_lookup_devt() 153 static int __init devt_from_devname(const char *name, dev_t *devt) in devt_from_devname() 197 static int __init devt_from_devnum(const char *name, dev_t *devt) in devt_from_devnum() 244 int __init early_lookup_bdev(const char *name, dev_t *devt) in early_lookup_bdev() 255 static char __init *bdevt_str(dev_t dev [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | char_dev.c | 200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region() 203 dev_t to = from + count; in register_chrdev_region() 204 dev_t n, next; in register_chrdev_region() 236 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region() 311 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region() 313 dev_t to = from + count; in unregister_chrdev_region() 314 dev_t n, next; in unregister_chrdev_region() 457 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() 463 static int exact_lock(dev_t dev, void *data) in exact_lock() 479 int cdev_add(struct cdev *p, dev_t de [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | char_dev.c | 200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region() 203 dev_t to = from + count; in register_chrdev_region() 204 dev_t n, next; in register_chrdev_region() 236 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region() 311 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region() 313 dev_t to = from + count; in unregister_chrdev_region() 314 dev_t n, next; in unregister_chrdev_region() 457 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() 463 static int exact_lock(dev_t dev, void *data) in exact_lock() 479 int cdev_add(struct cdev *p, dev_t de [all...] |