| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | sysmacros.h | 37 DECL_TEMPL(unsigned int, major, (__dev_t __dev)) 43 __major = ((__dev & (__dev_t) 0x00000000000fff00u) >> 8); \ 44 __major |= ((__dev & (__dev_t) 0xfffff00000000000u) >> 32); \ 49 DECL_TEMPL(unsigned int, minor, (__dev_t __dev)) 55 __minor = ((__dev & (__dev_t) 0x00000000000000ffu) >> 0); \ 56 __minor |= ((__dev & (__dev_t) 0x00000ffffff00000u) >> 12); \ 66 __dev_t __dev; \ 67 __dev = (((__dev_t) (__major & 0x00000fffu)) << 8); \ 68 __dev |= (((__dev_t) (__major & 0xfffff000u)) << 32); \ 69 __dev |= (((__dev_t) (__minor & 0x000000ffu)) << 0); \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | sysmacros.h | 37 DECL_TEMPL(unsigned int, major, (__dev_t __dev)) 43 __major = ((__dev & (__dev_t) 0x00000000000fff00u) >> 8); \ 44 __major |= ((__dev & (__dev_t) 0xfffff00000000000u) >> 32); \ 49 DECL_TEMPL(unsigned int, minor, (__dev_t __dev)) 55 __minor = ((__dev & (__dev_t) 0x00000000000000ffu) >> 0); \ 56 __minor |= ((__dev & (__dev_t) 0x00000ffffff00000u) >> 12); \ 66 __dev_t __dev; \ 67 __dev = (((__dev_t) (__major & 0x00000fffu)) << 8); \ 68 __dev |= (((__dev_t) (__major & 0xfffff000u)) << 32); \ 69 __dev |= (((__dev_t) (__minor & 0x000000ffu)) << 0); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | mlx5_core.h | 50 #define mlx5_core_dbg(__dev, format, ...) \ argument 51 dev_dbg((__dev)->device, "%s:%d:(pid %d): " format, \ 55 #define mlx5_core_dbg_once(__dev, format, ...) \ argument 56 dev_dbg_once((__dev)->device, \ 61 #define mlx5_core_dbg_mask(__dev, mask, format, ...) \ argument 64 mlx5_core_dbg(__dev, format, ##__VA_ARGS__); \ 67 #define mlx5_core_err(__dev, format, ...) \ argument 68 dev_err((__dev)->device, "%s:%d:(pid %d): " format, \ 72 #define mlx5_core_err_rl(__dev, format, ...) \ argument 73 dev_err_ratelimited((__dev)->device, \ [all …]
|
| H A D | eswitch.h | 474 #define esw_info(__dev, format, ...) \ argument 475 dev_info((__dev)->device, "E-Switch: " format, ##__VA_ARGS__) 477 #define esw_warn(__dev, format, ...) \ argument 478 dev_warn((__dev)->device, "E-Switch: " format, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00queue.h | 493 #define queue_end(__dev) \ argument 494 &(__dev)->rx[(__dev)->data_queues] 504 #define tx_queue_end(__dev) \ argument 505 &(__dev)->tx[(__dev)->ops->tx_queues] 540 #define queue_for_each(__dev, __entry) \ argument 541 queue_loop(__entry, (__dev)->rx, queue_end(__dev)) 551 #define tx_queue_for_each(__dev, __entry) \ argument 552 queue_loop(__entry, (__dev)->tx, tx_queue_end(__dev)) 562 #define txall_queue_for_each(__dev, __entry) \ argument 563 queue_loop(__entry, (__dev)->tx, queue_end(__dev))
|
| H A D | rt2400pci.c | 40 #define WAIT_FOR_BBP(__dev, __reg) \ argument 41 rt2x00mmio_regbusy_read((__dev), BBPCSR, BBPCSR_BUSY, (__reg)) 42 #define WAIT_FOR_RF(__dev, __reg) \ argument 43 rt2x00mmio_regbusy_read((__dev), RFCSR, RFCSR_BUSY, (__reg))
|
| H A D | rt2500usb.c | 117 #define WAIT_FOR_BBP(__dev, __reg) \ argument 118 rt2500usb_regbusy_read((__dev), PHY_CSR8, PHY_CSR8_BUSY, (__reg)) 119 #define WAIT_FOR_RF(__dev, __reg) \ argument 120 rt2500usb_regbusy_read((__dev), PHY_CSR10, PHY_CSR10_RF_BUSY, (__reg))
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/ |
| H A D | mlx5_vdpa.h | 84 #define mlx5_vdpa_warn(__dev, format, ...) \ argument 85 dev_warn((__dev)->mdev->device, "%s:%d:(pid %d) warning: " format, __func__, __LINE__, \ 88 #define mlx5_vdpa_info(__dev, format, ...) \ argument 89 dev_info((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \ 92 #define mlx5_vdpa_dbg(__dev, format, ...) \ argument 93 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | genhd.h | 23 #define dev_to_disk(device) container_of((device), struct gendisk, part0.__dev) 24 #define dev_to_part(device) container_of((device), struct hd_struct, __dev) 25 #define disk_to_dev(disk) (&(disk)->part0.__dev) 26 #define part_to_dev(part) (&((part)->__dev)) 69 struct device __dev; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/ |
| H A D | tidss_drv.h | 34 #define to_tidss(__dev) container_of(__dev, struct tidss_device, ddev) argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_hw.h | 607 #define CSIO_DEVID(__dev) ((__dev)->dev_num) argument 608 #define CSIO_DEVID_LO(__dev) (CSIO_DEVID((__dev)) & 0xFFFF) argument 609 #define CSIO_DEVID_HI(__dev) ((CSIO_DEVID((__dev)) >> 16) & 0xFFFF) argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/ |
| H A D | pdm360ng.c | 74 unsigned long event, void *__dev) in pdm360ng_touchscreen_notifier_call() argument 76 struct device *dev = __dev; in pdm360ng_touchscreen_notifier_call()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_dcb.h | 54 #define IEEE_FAUX_SYNC(__dev, __dcb) \ argument 57 cxgb4_dcb_state_fsm((__dev), \
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-highbank/ |
| H A D | highbank.c | 68 unsigned long event, void *__dev) in highbank_platform_notifier() argument 73 struct device *dev = __dev; in highbank_platform_notifier()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | coherency.c | 95 unsigned long event, void *__dev) in mvebu_hwcc_notifier() argument 97 struct device *dev = __dev; in mvebu_hwcc_notifier()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | rtsx.c | 355 static int rtsx_control_thread(void *__dev) in rtsx_control_thread() argument 357 struct rtsx_dev *dev = __dev; in rtsx_control_thread() 463 static int rtsx_polling_thread(void *__dev) in rtsx_polling_thread() argument 465 struct rtsx_dev *dev = __dev; in rtsx_polling_thread() 661 static int rtsx_scan_thread(void *__dev) in rtsx_scan_thread() argument 663 struct rtsx_dev *dev = __dev; in rtsx_scan_thread()
|
| /OK3568_Linux_fs/kernel/drivers/usb/c67x00/ |
| H A D | c67x00-drv.c | 72 static irqreturn_t c67x00_irq(int irq, void *__dev) in c67x00_irq() argument 74 struct c67x00_device *c67x00 = __dev; in c67x00_irq()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | ts2020.c | 535 static void ts2020_regmap_lock(void *__dev) in ts2020_regmap_lock() argument 537 struct ts2020_priv *dev = __dev; in ts2020_regmap_lock() 544 static void ts2020_regmap_unlock(void *__dev) in ts2020_regmap_unlock() argument 546 struct ts2020_priv *dev = __dev; in ts2020_regmap_unlock()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | stat.h | 332 extern int mknod (const char *__path, __mode_t __mode, __dev_t __dev) 340 __dev_t __dev) __THROW __nonnull ((2));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | stat.h | 332 extern int mknod (const char *__path, __mode_t __mode, __dev_t __dev) 340 __dev_t __dev) __THROW __nonnull ((2));
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_hwi.h | 213 #define dev_to_asd_ha(__dev) pci_get_drvdata(to_pci_dev(__dev)) argument
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-common.h | 48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ argument 51 dev_printk(KERN_DEBUG, __dev, __fmt, ##__arg); \
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | dm9620.c | 110 #define dm9620_print(__dev, format, args...) netdev_dbg((__dev)->net, format, ##args) argument 111 #define dm9620_err(__dev, format, args...) netdev_err((__dev)->net, format, ##args) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | trace.h | 71 #define trace_mt_submit_urb_sync(__dev, __pipe, __len) ({ \ argument 75 trace_mt_submit_urb(__dev, &u); \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A D | gm12u320.c | 102 #define to_gm12u320(__dev) container_of(__dev, struct gm12u320_device, dev) argument
|