/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 63 enum: [001BA, 1.6BA, 2.5BA, 004BA, 006BA, 010BA, 1.6MD, 2.5MD, 004MD, 64 006MD, 010MD, 016MD, 025MD, 040MD, 060MD, 100MD, 160MD, 250MD, 65 400MD, 600MD, 001BD, 1.6BD, 2.5BD, 004BD, 2.5MG, 004MG, 006MG, 66 010MG, 016MG, 025MG, 040MG, 060MG, 100MG, 160MG, 250MG, 400MG, 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 72 160KG, 250KG, 400KG, 600KG, 001GG, 015PA, 030PA, 060PA, 100PA,
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa.c | 99 [HSC1_6MD] = "1.6MD", [HSC2_5MD] = "2.5MD", [HSC004MD] = "004MD", 100 [HSC006MD] = "006MD", [HSC010MD] = "010MD", [HSC016MD] = "016MD", 101 [HSC025MD] = "025MD", [HSC040MD] = "040MD", [HSC060MD] = "060MD", 102 [HSC100MD] = "100MD", [HSC160MD] = "160MD", [HSC250MD] = "250MD", 103 [HSC400MD] = "400MD", [HSC600MD] = "600MD", [HSC001BD] = "001BD", 108 [HSC160MG] = "160MG", [HSC250MG] = "250MG", [HSC400MG] = "400MG", 112 [HSC250KA] = "250KA", [HSC400KA] = "400KA", [HSC600KA] = "600KA", 114 [HSC400LD] = "400LD", [HSC600LD] = "600LD", [HSC001KD] = "001KD", 119 [HSC400KD] = "400KD", [HSC250LG] = "250LG", [HSC400LG] = "400LG", 124 [HSC160KG] = "160KG", [HSC250KG] = "250KG", [HSC400KG] = "400KG", [all …]
|
H A D | bmp280-core.c | 57 enum { AC1, AC2, AC3, AC4, AC5, AC6, B1, B2, MB, MC, MD }; enumerator 1786 timeout = 400; in bmp580_nvm_operation() 2373 calib->MD = be16_to_cpu(data->bmp180_cal_buf[MD]); in bmp180_read_calib() 2391 x2 = (calib->MC << 11) / (x1 + calib->MD); in bmp180_calc_t_fine()
|
/linux/drivers/clk/qcom/ |
H A D | apcs-sdx55.c | 38 struct clk_regmap_mux_div *md = container_of(nb, in a7cc_notifier_cb() local 42 /* set the mux and divider to safe frequency (400mhz) */ in a7cc_notifier_cb() 43 ret = mux_div_set_src_div(md, 1, 2); in a7cc_notifier_cb()
|
H A D | apcs-msm8916.c | 35 struct clk_regmap_mux_div *md = container_of(nb, in a53cc_notifier_cb() local 39 /* set the mux and divider to safe frequency (400mhz) */ in a53cc_notifier_cb() 40 ret = mux_div_set_src_div(md, 4, 3); in a53cc_notifier_cb()
|
/linux/drivers/video/fbdev/core/ |
H A D | modedb.c | 39 { NULL, 70, 640, 400, 39721, 40, 24, 39, 9, 96, 2, 0, 55 { NULL, 85, 640, 400, 31746, 96, 32, 41, 1, 64, 3, 232 /* 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio */ 233 { NULL, 56, 400, 300, 55555, 64, 16, 10, 1, 32, 1, 0, 236 /* 400x300 @ 60 Hz, 37.8 kHz hsync */ 237 { NULL, 60, 400, 300, 50000, 48, 16, 11, 1, 64, 2, 0, 240 /* 400x300 @ 72 Hz, 48.0 kHz hsync */ 241 { NULL, 72, 400, 300, 40000, 32, 24, 11, 19, 64, 3, 0, 302 { NULL, 85, 640, 400, 31746, 96, 32, 41, 01, 64, 3, 305 { NULL, 85, 721, 400, 28169, 108, 36, 42, 01, 72, 3, [all …]
|
/linux/drivers/clk/renesas/ |
H A D | r8a779a0-cpg-mssr.c | 149 DEF_MOD("csi41", 400, R8A779A0_CLK_CSI0), 251 * MD EXTAL PLL1 PLL20 PLL30 PLL4 PLL5 OSC 259 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 13) | \ argument 260 (((md) & BIT(13)) >> 13))
|
H A D | r8a779g0-cpg-mssr.c | 171 DEF_MOD("csi41", 400, R8A779G0_CLK_CSI), 250 * MD EXTAL PLL1 PLL2 PLL3 PLL4 PLL5 PLL6 OSC 258 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 13) | \ argument 259 (((md) & BIT(13)) >> 13))
|
H A D | r8a779h0-cpg-mssr.c | 181 DEF_MOD("csi41", 400, R8A779H0_CLK_CSI), 247 * MD EXTAL PLL1 PLL2 PLL3 PLL4 PLL5 PLL6 OSC 255 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 13) | \ argument 256 (((md) & BIT(13)) >> 13))
|
/linux/drivers/iio/imu/ |
H A D | adis16475.c | 198 u16 md, year; in adis16475_show_firmware_date() local 207 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_DM, &md); in adis16475_show_firmware_date() 211 len = snprintf(buf, sizeof(buf), "%.2x-%.2x-%.4x\n", md >> 8, md & 0xff, in adis16475_show_firmware_date() 882 { ADIS16475_SYNC_SCALED, 1, 400 }, 908 .deltvel_max_val = 400, 984 .deltvel_max_val = 400, 1004 .deltvel_max_val = 400, 1024 .deltvel_max_val = 400, 1101 .deltvel_max_val = 400, 1120 .deltvel_max_val = 400, [all …]
|
H A D | adis16480.c | 225 u16 md, year; in adis16480_show_firmware_date() local 234 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_DM, &md); in adis16480_show_firmware_date() 239 md >> 8, md & 0xff, year); in adis16480_show_firmware_date() 1139 .deltvel_max_val = 400, 1158 .deltvel_max_val = 400, 1177 .deltvel_max_val = 400, 1256 .deltvel_max_val = 400, 1276 .deltvel_max_val = 400, 1296 .deltvel_max_val = 400,
|
/linux/fs/proc/ |
H A D | task_mmu.c | 1220 * 4k 8k 16k 400k in show_smaps_rollup() 2851 struct numa_maps md; 2854 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() 2860 md->pages += nr_pages; in gather_stats() 2862 md->dirty += nr_pages; in gather_stats() 2865 md->swapcache += nr_pages; in gather_stats() 2868 md->active += nr_pages; in gather_stats() 2871 md->writeback += nr_pages; in gather_stats() 2874 md->anon += nr_pages; in gather_stats() 2876 if (count > md in gather_stats() 2849 struct numa_maps md; global() member 2852 gather_stats(struct page * page,struct numa_maps * md,int pte_dirty,unsigned long nr_pages) gather_stats() argument 2932 struct numa_maps *md = walk->private; gather_pte_stats() local 2973 struct numa_maps *md; gather_hugetlb_stats() local 3008 struct numa_maps *md = &numa_priv->md; show_numa_map() local [all...] |
/linux/Documentation/admin-guide/media/ |
H A D | saa7134-cardlist.rst | 42 - Tevion MD 9717 50 - Terratec Cinergy 400 TV 206 - Terratec Cinergy 400 mobile
|
H A D | gspca-cardlist.rst | 24 spca500 041e:400a Creative PC-CAM 300 25 sunplus 041e:400b Creative PC-CAM 600 277 sunplus 08ca:2050 Medion MD 41437
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-firmware.c | 6 * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> 247 * Below I aim to run the PLLs' VCOs near 400 MHz to minimize errors. in cx18_init_power() 255 /* 1 * xtal_freq * 0x0d.f7df9b8 / 2 = 200 MHz: 400 MHz pre post-divide*/ in cx18_init_power()
|
H A D | cx18-av-audio.c | 8 * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> 49 * Below I aim to run the PLLs' VCOs near 400 MHz to minimize error. in set_audclk_freq()
|
H A D | cx18-av-core.c | 8 * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> 92 * Aim to run the PLLs' VCOs near 400 MHz to minimize errors. in cx18_av_init()
|
/linux/drivers/net/ieee802154/ |
H A D | cc2520.c | 5 * Md.Jamal Mohiuddin <mjmohiuddin@cdac.in> 721 case -400: in cc2520_set_tx_power() 770 500, 300, 200, 100, 0, -200, -400, -700, -1800,
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 2669 .disable = 400, 2687 .disable = 400, 3192 .disable = 400, 4588 .width = 400, 5022 .compatible = "urt,umsh-8596md-t", 5025 .compatible = "urt,umsh-8596md-1t", 5028 .compatible = "urt,umsh-8596md-7t", 5031 .compatible = "urt,umsh-8596md-11t", 5034 .compatible = "urt,umsh-8596md-19t", 5037 .compatible = "urt,umsh-8596md-20t",
|
/linux/drivers/net/ethernet/realtek/ |
H A D | atp.c | 23 Annapolis MD 21403 55 #define TX_TIMEOUT (400*HZ/1000)
|
/linux/include/linux/ |
H A D | zstd_lib.h | 371 ZSTD_c_nbWorkers=400, /* Select how many threads will be spawned to compress in parallel. 1176 * recency order. For more detail, see doc/zstd_compression_format.md 1229 …ZSTD_f_zstd1 = 0, /* zstd frame format, specified in zstd_compression_format.md (default… 1404 … ZSTD_c_validateSequences == 1, then if sequence is invalid (see doc/zstd_compression_format.md for 1411 …spec allows for a given window log and dictionary (if present). See: doc/zstd_compression_format.md 1707 * NOTE 3: Rsyncable mode limits maximum compression speed to ~400 MB/s. 1881 * With validation enabled, a if sequence is invalid (see doc/zstd_compression_format.md for
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 455 udelay(400); in _rtl92se_halset_sysclk() 634 /* Release isolation AFE PLL & MD */ in _rtl92se_macconfig_before_fwdownload() 1265 udelay(400); in _rtl92s_set_sysclk() 1471 /* Release isolation AFE PLL & MD */ in _rtl92se_power_domain_init()
|
/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 644 "400_CAMERA", 654 "400_CAMERA", 1329 "Optio 2/3/400", 1509 "MD 7425",
|
/linux/drivers/net/ethernet/3com/ |
H A D | 3c509.c | 16 Annapolis MD 21403 67 #define TX_TIMEOUT (400*HZ/1000)
|
/linux/drivers/net/ethernet/fujitsu/ |
H A D | fmvj18x_cs.c | 27 Annapolis MD 21403 215 #define TX_TIMEOUT ((400*HZ)/1000)
|