| /kernel/linux/linux-5.10/include/linux/isdn/ |
| D | capiutil.h | 18 #define CAPIMSG_BASELEN 8 19 #define CAPIMSG_U8(m, off) (m[off]) argument 20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument 21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument 22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument 23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument 24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument 25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument 26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument 27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| D | HalHWImg8723B_RF.c | 27 pDM_Odm->SupportInterface << 8 | in CheckPositive() 32 pDM_Odm->TypeGPA << 8 | in CheckPositive() 336 0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 340 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 344 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 350 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 354 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 358 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 364 0, 1, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 8, 9, 9, 10, 368 0, 1, 2, 3, 3, 4, 5, 6, 6, 6, 7, 7, 8, 8, 9, 10, [all …]
|
| /kernel/linux/linux-5.10/net/can/ |
| D | proc.c | 68 static const char rx_list_name[][8] = { 187 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() argument 194 " %-5s %08x %08x %pK %pK %8ld %s\n" : in can_print_rcvlist() 195 " %-5s %03x %08x %pK %pK %8ld %s\n"; in can_print_rcvlist() 197 seq_printf(m, fmt, DNAME(dev), r->can_id, r->mask, in can_print_rcvlist() 202 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() argument 208 seq_puts(m, " device can_id can_mask function" in can_print_recv_banner() 212 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() argument 214 struct net *net = m->private; in can_stats_proc_show() 218 seq_putc(m, '\n'); in can_stats_proc_show() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_mqd_manager_vi.c | 50 struct vi_mqd *m; in update_cu_mask() local 59 m = get_mqd(mqd); in update_cu_mask() 60 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask() 61 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask() 62 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask() 63 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask() 66 m->compute_static_thread_mgmt_se0, in update_cu_mask() 67 m->compute_static_thread_mgmt_se1, in update_cu_mask() 68 m->compute_static_thread_mgmt_se2, in update_cu_mask() 69 m->compute_static_thread_mgmt_se3); in update_cu_mask() [all …]
|
| D | kfd_mqd_manager_v10.c | 47 struct v10_compute_mqd *m; in update_cu_mask() local 56 m = get_mqd(mqd); in update_cu_mask() 57 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask() 58 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask() 59 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask() 60 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask() 63 m->compute_static_thread_mgmt_se0, in update_cu_mask() 64 m->compute_static_thread_mgmt_se1, in update_cu_mask() 65 m->compute_static_thread_mgmt_se2, in update_cu_mask() 66 m->compute_static_thread_mgmt_se3); in update_cu_mask() [all …]
|
| D | kfd_mqd_manager_v9.c | 48 struct v9_mqd *m; in update_cu_mask() local 57 m = get_mqd(mqd); in update_cu_mask() 58 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask() 59 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask() 60 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask() 61 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask() 62 m->compute_static_thread_mgmt_se4 = se_mask[4]; in update_cu_mask() 63 m->compute_static_thread_mgmt_se5 = se_mask[5]; in update_cu_mask() 64 m->compute_static_thread_mgmt_se6 = se_mask[6]; in update_cu_mask() 65 m->compute_static_thread_mgmt_se7 = se_mask[7]; in update_cu_mask() [all …]
|
| D | kfd_mqd_manager_cik.c | 47 struct cik_mqd *m; in update_cu_mask() local 56 m = get_mqd(mqd); in update_cu_mask() 57 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask() 58 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask() 59 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask() 60 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask() 63 m->compute_static_thread_mgmt_se0, in update_cu_mask() 64 m->compute_static_thread_mgmt_se1, in update_cu_mask() 65 m->compute_static_thread_mgmt_se2, in update_cu_mask() 66 m->compute_static_thread_mgmt_se3); in update_cu_mask() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | msm_media_info.h | 20 * YUV 4:2:0 image with a plane of 8 bit Y samples followed 21 * by an interleaved U/V plane containing 8 bit 2x2 subsampled 53 * + max(Extradata, Y_Stride * 8), 4096) 58 * YUV 4:2:0 image with a plane of 8 bit Y samples followed 59 * by an interleaved V/U plane containing 8 bit 2x2 subsampled 91 * + max(Extradata, Y_Stride * 8), 4096) 97 * with a plane of 8 bit Y samples followed 98 * by an interleaved U/V plane containing 8 bit 2x2 subsampled 170 * Y_UBWC_Plane data to produce loss-less uncompressed 8 bit Y samples. 176 * UV_UBWC_Plane data to produce loss-less uncompressed 8 bit 2x2 [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
| D | cal_regs.h | 43 #define CAL_HL_IRQSTATUS_RAW(m) (0x20U + (m) * 0x10U) argument 44 #define CAL_HL_IRQSTATUS(m) (0x24U + (m) * 0x10U) argument 45 #define CAL_HL_IRQENABLE_SET(m) (0x28U + (m) * 0x10U) argument 46 #define CAL_HL_IRQENABLE_CLR(m) (0x2cU + (m) * 0x10U) argument 47 #define CAL_PIX_PROC(m) (0xc0U + (m) * 0x4U) argument 63 #define CAL_WR_DMA_CTRL(m) (0x200U + (m) * 0x10U) argument 64 #define CAL_WR_DMA_ADDR(m) (0x204U + (m) * 0x10U) argument 65 #define CAL_WR_DMA_OFST(m) (0x208U + (m) * 0x10U) argument 66 #define CAL_WR_DMA_XSIZE(m) (0x20cU + (m) * 0x10U) argument 67 #define CAL_CSI2_PPI_CTRL(m) (0x300U + (m) * 0x80U) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | Kconfig | 17 default m if !MEDIA_SUBDRV_AUTOSELECT 25 default m if !MEDIA_SUBDRV_AUTOSELECT 33 default m if !MEDIA_SUBDRV_AUTOSELECT 41 default m if !MEDIA_SUBDRV_AUTOSELECT 50 default m if !MEDIA_SUBDRV_AUTOSELECT 57 default m if !MEDIA_SUBDRV_AUTOSELECT 66 default m if !MEDIA_SUBDRV_AUTOSELECT 76 default m if !MEDIA_SUBDRV_AUTOSELECT 86 default m if !MEDIA_SUBDRV_AUTOSELECT 95 default m if !MEDIA_SUBDRV_AUTOSELECT [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/uniphier/ |
| D | clk-uniphier-mio.c | 12 UNIPHIER_CLK_FACTOR("sd-44m", -1, "sd-133m", 1, 3), \ 13 UNIPHIER_CLK_FACTOR("sd-33m", -1, "sd-200m", 1, 6), \ 14 UNIPHIER_CLK_FACTOR("sd-50m", -1, "sd-200m", 1, 4), \ 15 UNIPHIER_CLK_FACTOR("sd-67m", -1, "sd-200m", 1, 3), \ 16 UNIPHIER_CLK_FACTOR("sd-100m", -1, "sd-200m", 1, 2), \ 17 UNIPHIER_CLK_FACTOR("sd-40m", -1, "sd-200m", 1, 5), \ 18 UNIPHIER_CLK_FACTOR("sd-25m", -1, "sd-200m", 1, 8), \ 19 UNIPHIER_CLK_FACTOR("sd-22m", -1, "sd-133m", 1, 6) 28 "sd-44m", \ 29 "sd-33m", \ [all …]
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | proc_tty.c | 28 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range() argument 31 seq_printf(m, "%-20s ", p->driver_name ? p->driver_name : "unknown"); in show_tty_range() 32 seq_printf(m, "/dev/%-8s ", p->name); in show_tty_range() 34 seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from), in show_tty_range() 37 seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from)); in show_tty_range() 41 seq_puts(m, "system"); in show_tty_range() 43 seq_puts(m, ":/dev/tty"); in show_tty_range() 45 seq_puts(m, ":console"); in show_tty_range() 47 seq_puts(m, ":vtmaster"); in show_tty_range() 50 seq_puts(m, "console"); in show_tty_range() [all …]
|
| D | meminfo.c | 25 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo() argument 29 static void show_val_kb(struct seq_file *m, const char *s, unsigned long num) in show_val_kb() argument 31 seq_put_decimal_ull_width(m, s, num << (PAGE_SHIFT - 10), 8); in show_val_kb() 32 seq_write(m, " kB\n", 4); in show_val_kb() 35 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show() argument 73 show_val_kb(m, "MemTotal: ", i.totalram); in meminfo_proc_show() 74 show_val_kb(m, "MemFree: ", i.freeram); in meminfo_proc_show() 75 show_val_kb(m, "MemAvailable: ", available); in meminfo_proc_show() 76 show_val_kb(m, "Buffers: ", i.bufferram); in meminfo_proc_show() 77 show_val_kb(m, "Cached: ", cached); in meminfo_proc_show() [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
| D | mtd-abi.h | 49 #define MTD_MLCNANDFLASH 8 87 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) 88 #define MEMERASE _IOW('M', 2, struct erase_info_user) 89 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 90 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf) 91 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 92 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 93 #define MEMGETREGIONCOUNT _IOR('M', 7, int) 94 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user) 95 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo) [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
| D | matroxfb_maven.c | 42 { 8, 23, 47, 73, 147, 244, 220, 80, 195}, 253 unsigned int m; in matroxfb_PLL_mavenclock() local 256 for (m = pll->in_div_min; m <= pll->in_div_max; m++) { in matroxfb_PLL_mavenclock() 261 n = (fwant * m) / fxtal; in matroxfb_PLL_mavenclock() 268 dvd = m << p; in matroxfb_PLL_mavenclock() 279 dprintk(KERN_DEBUG "Match: %u / %u / %u / %u\n", n, m, p, ln); in matroxfb_PLL_mavenclock() 284 *in = m; in matroxfb_PLL_mavenclock() 523 #define LR(x) maven_set_reg(c, (x), m->regs[(x)]) 524 #define LRP(x) maven_set_reg_pair(c, (x), m->regs[(x)] | (m->regs[(x)+1] << 8)) 525 static void maven_init_TV(struct i2c_client* c, const struct mavenregs* m) { in maven_init_TV() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
| D | ccu-sun50i-a100.c | 40 * The M factor is present in the register's description, but not in the 41 * frequency formula, and it's documented as "M is only used for backdoor 48 .mult = _SUNXI_CCU_MULT_MIN(8, 8, 12), 62 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), 63 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */ 78 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), 79 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */ 95 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), 96 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */ 113 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), [all …]
|
| D | ccu-sun50i-h6.c | 31 * The M factor is present in the register's description, but not in the 32 * frequency formula, and it's documented as "M is only used for backdoor 39 .mult = _SUNXI_CCU_MULT_MIN(8, 8, 12), 53 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), 54 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */ 68 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), 69 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */ 85 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), 86 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */ 102 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12), [all …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | aic7xxx.rst | 27 aic7850 10 PCI/32 10MHz 8Bit 3 28 aic7855 10 PCI/32 10MHz 8Bit 3 29 aic7856 10 PCI/32 10MHz 8Bit 3 30 aic7859 10 PCI/32 20MHz 8Bit 3 31 aic7860 10 PCI/32 20MHz 8Bit 3 34 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8 35 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8 36 aic7892 20 PCI/64-66 80MHz 16Bit 16 3 4 5 6 7 8 38 aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8 39 aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8 [all …]
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | synaptics.h | 33 #define SYN_MODEL_ROT180(m) ((m) & BIT(23)) argument 34 #define SYN_MODEL_PORTRAIT(m) ((m) & BIT(22)) argument 35 #define SYN_MODEL_SENSOR(m) (((m) & GENMASK(21, 16)) >> 16) argument 36 #define SYN_MODEL_HARDWARE(m) (((m) & GENMASK(15, 9)) >> 9) argument 37 #define SYN_MODEL_NEWABS(m) ((m) & BIT(7)) argument 38 #define SYN_MODEL_PEN(m) ((m) & BIT(6)) argument 39 #define SYN_MODEL_SIMPLIC(m) ((m) & BIT(5)) argument 40 #define SYN_MODEL_GEOMETRY(m) ((m) & GENMASK(3, 0)) argument 50 #define SYN_CAP_SUBMODEL_ID(c) (((c) & GENMASK(15, 8)) >> 8) 55 #define SYN_MEXT_CAP_BIT(m) ((m) & BIT(1)) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/sprd/ |
| D | sc9863a-clk.c | 26 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll0_gate, "mpll0-gate", "ext-26m", 0x94, 28 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll0_gate, "dpll0-gate", "ext-26m", 0x98, 30 static SPRD_PLL_SC_GATE_CLK_FW_NAME(lpll_gate, "lpll-gate", "ext-26m", 0x9c, 32 static SPRD_PLL_SC_GATE_CLK_FW_NAME(gpll_gate, "gpll-gate", "ext-26m", 0xa8, 34 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll1_gate, "dpll1-gate", "ext-26m", 0x1dc, 36 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll1_gate, "mpll1-gate", "ext-26m", 0x1e0, 38 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll2_gate, "mpll2-gate", "ext-26m", 0x1e4, 40 static SPRD_PLL_SC_GATE_CLK_FW_NAME(isppll_gate, "isppll-gate", "ext-26m", 85 { .shift = 8, .width = 11 }, /* n */ 91 static SPRD_PLL_FW_NAME(twpll, "twpll", "ext-26m", 0x4, 3, itable, [all …]
|
| D | sc9860-clk.c | 25 static CLK_FIXED_FACTOR(fac_4m, "fac-4m", "ext-26m", 27 static CLK_FIXED_FACTOR(fac_2m, "fac-2m", "ext-26m", 29 static CLK_FIXED_FACTOR(fac_1m, "fac-1m", "ext-26m", 31 static CLK_FIXED_FACTOR(fac_250k, "fac-250k", "ext-26m", 33 static CLK_FIXED_FACTOR(fac_rpll0_26m, "rpll0-26m", "ext-26m", 35 static CLK_FIXED_FACTOR(fac_rpll1_26m, "rpll1-26m", "ext-26m", 37 static CLK_FIXED_FACTOR(fac_rco_25m, "rco-25m", "ext-rc0-100m", 39 static CLK_FIXED_FACTOR(fac_rco_4m, "rco-4m", "ext-rc0-100m", 41 static CLK_FIXED_FACTOR(fac_rco_2m, "rco-2m", "ext-rc0-100m", 48 static SPRD_SC_GATE_CLK(mpll0_gate, "mpll0-gate", "ext-26m", 0xb0, [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | debugfs_gt_pm.c | 21 static int fw_domains_show(struct seq_file *m, void *data) in fw_domains_show() argument 23 struct intel_gt *gt = m->private; in fw_domains_show() 28 seq_printf(m, "user.bypass_count = %u\n", in fw_domains_show() 32 seq_printf(m, "%s.wake_count = %u\n", in fw_domains_show() 40 static void print_rc6_res(struct seq_file *m, in print_rc6_res() argument 44 struct intel_gt *gt = m->private; in print_rc6_res() 48 seq_printf(m, "%s %u (%llu us)\n", title, in print_rc6_res() 53 static int vlv_drpc(struct seq_file *m) in vlv_drpc() argument 55 struct intel_gt *gt = m->private; in vlv_drpc() 62 seq_printf(m, "RC6 Enabled: %s\n", in vlv_drpc() [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
| D | mtd-abi.h | 62 #define MTD_MLCNANDFLASH 8 101 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user) 102 #define MEMERASE _IOW('M', 2, struct erase_info_user) 103 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf) 104 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf) 105 #define MEMLOCK _IOW('M', 5, struct erase_info_user) 106 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user) 107 #define MEMGETREGIONCOUNT _IOR('M', 7, int) 108 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user) 109 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo) [all …]
|
| /kernel/linux/linux-5.10/sound/firewire/ |
| D | Kconfig | 24 To compile this driver as a module, choose M here: the module 47 To compile this driver as a module, choose M here: the module 57 To compile this driver as a module, choose M here: the module 68 * Echo AudioFire12/8(until 2009 July) 69 * Echo AudioFire2/4/Pre8/8(since 2009 July) 70 * Echo Fireworks 8/HDMI 73 To compile this driver as a module, choose M here: the module 101 * Lynx Aurora 8/16 (LT-FW) 103 * PrismSound Orpheus/ADA-8XR 109 * M-Audio FireWire410/AudioPhile/Solo [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| D | Kconfig | 54 To compile this driver as a module, choose M here: the module will be 65 To compile this driver as a module, choose M here: the module will be 76 To compile this driver as a module, choose M here: the module will be 85 To compile this driver as a module, choose M here: the module will be 107 To compile this driver as a module, choose M here: the module will be 128 To compile this driver as a module, choose M here: the module will be 136 To compile this driver as a module, choose M here: the module will be 140 tristate "Simple Digital I/O board support (8-bit ports)" 143 These boards all use 8-bit I/O ports. 148 Advantech PCM-3730 iso - 8 in/8 out ttl - 16 in/16 out [all …]
|