Searched refs:dev_t (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dkobj_map.h11 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 Dkdev_t.h24 static __always_inline bool old_valid_dev(dev_t dev)
29 static __always_inline u16 old_encode_dev(dev_t dev)
34 static __always_inline dev_t old_decode_dev(u16 val)
39 static __always_inline u32 new_encode_dev(dev_t dev)
46 static __always_inline dev_t new_decode_dev(u32 dev)
53 static __always_inline u64 huge_encode_dev(dev_t dev)
58 static __always_inline dev_t huge_decode_dev(u64 dev)
63 static __always_inline int sysv_valid_dev(dev_t dev)
68 static __always_inline u32 sysv_encode_dev(dev_t dev)
H A Dif_tap.h78 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);
H A Droot_dev.h16 extern dev_t ROOT_DEV;
H A Dcdev.h19 dev_t dev;
29 int cdev_add(struct cdev *, dev_t, unsigned);
H A Dramfs.h8 umode_t mode, dev_t dev);
H A Ddevice_cgroup.h40 static inline int devcgroup_inode_mknod(int mode, dev_t dev)
65 static inline int devcgroup_inode_mknod(int mode, dev_t dev)
H A Dstat.h42 dev_t dev;
43 dev_t rdev;
/linux-master/include/linux/raid/
H A Ddetect.h3 void md_autodetect_dev(dev_t dev);
/linux-master/arch/arm/mach-omap2/
H A Dusb-tusb6010.c48 struct gpmc_device_timings dev_t; local
52 memset(&dev_t, 0, sizeof(dev_t));
54 dev_t.t_ceasu = 8 * 1000;
55 dev_t.t_avdasu = t_acsnh_advnh - 7000;
56 dev_t.t_ce_avd = 1000;
57 dev_t.t_avdp_r = t_acsnh_advnh;
58 dev_t.t_oeasu = t_acsnh_advnh + 1000;
59 dev_t.t_oe = 300;
60 dev_t
74 struct gpmc_device_timings dev_t; local
[all...]
/linux-master/arch/mips/include/asm/sn/
H A Dtypes.h21 typedef dev_t vertex_hdl_t; /* hardware graph vertex handle */
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.h10 int gpiolib_cdev_register(struct gpio_device *gdev, dev_t devt);
/linux-master/tools/include/nolibc/
H A Dstd.h24 typedef unsigned int dev_t; typedef
/linux-master/include/trace/events/
H A Dkyber.h16 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 Djbd2.h21 __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 Dblock.h23 __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...]
/linux-master/fs/xfs/
H A Dxfs_fsmap.h13 dev_t fmr_device; /* device id */
/linux-master/drivers/base/
H A Dmap.c7 * 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,
34 int (*lock)(dev_t, void *), void *data)
68 void kobj_unmap(struct kobj_map *domain, dev_t dev, unsigned long range)
95 struct kobject *kobj_lookup(struct kobj_map *domain, dev_t dev, int *index)
104 struct kobject *(*probe)(dev_t, int *, void *);
/linux-master/drivers/memory/
H A Domap-gpmc.c1198 struct gpmc_device_timings dev_t; local
1246 memset(&dev_t, 0, sizeof(dev_t));
1249 dev_t.t_avdp_w = max(t_avdp, t_cer) * 1000;
1250 dev_t.t_wpl = t_wpl * 1000;
1251 dev_t.t_wph = t_wph * 1000;
1252 dev_t.t_aavdh = t_aavdh * 1000;
1254 dev_t.ce_xdelay = true;
1255 dev_t.avd_xdelay = true;
1256 dev_t
1565 gpmc_calc_sync_read_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) argument
1620 gpmc_calc_sync_write_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) argument
1682 gpmc_calc_async_read_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) argument
1719 gpmc_calc_async_write_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool mux) argument
1761 gpmc_calc_sync_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t) argument
1791 gpmc_calc_common_timings(struct gpmc_timings *gpmc_t, struct gpmc_device_timings *dev_t, bool sync) argument
1842 gpmc_calc_timings(struct gpmc_timings *gpmc_t, struct gpmc_settings *gpmc_s, struct gpmc_device_timings *dev_t) argument
[all...]
/linux-master/drivers/s390/char/
H A Dtape_class.h52 dev_t dev,
/linux-master/fs/bcachefs/
H A Dfs-common.h16 uid_t, gid_t, umode_t, dev_t,
/linux-master/block/
H A Dearly-lookup.c33 * 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)
112 static int __init devt_from_partlabel(const char *label, dev_t *devt)
124 static dev_t __init blk_lookup_devt(const char *name, int partno)
126 dev_t devt = MKDEV(0, 0);
153 static int __init devt_from_devname(const char *name, dev_t *devt)
197 static int __init devt_from_devnum(const char *name, dev_t *devt)
244 int __init early_lookup_bdev(const char *name, dev_t *devt)
255 static char __init *bdevt_str(dev_t dev
[all...]
/linux-master/fs/smb/client/
H A Dreparse.h15 static inline dev_t reparse_nfs_mkdev(struct reparse_posix_data *buf)
22 static inline dev_t wsl_mkdev(void *ptr)
109 const char *full_path, umode_t mode, dev_t dev);
/linux-master/fs/ext4/
H A Dfsmap.h15 dev_t fmr_device; /* device id */
/linux-master/fs/proc/
H A Dproc_tty.c27 dev_t from, int num)
70 dev_t from = MKDEV(p->major, p->minor_start);
71 dev_t to = from + p->num;
94 dev_t next = MKDEV(MAJOR(from)+1, 0);

Completed in 286 milliseconds

1234567891011>>