| /linux/Documentation/devicetree/bindings/arm/mstar/ |
| H A D | mstar.yaml | 26 - 100ask,dongshanpione # 100ask DongShanPiOne
|
| /linux/arch/arm/boot/dts/sigmastar/ |
| H A D | mstar-infinity2m-ssd202d-100ask-dongshanpione.dts | 12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
|
| H A D | Makefile | 4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
|
| /linux/Documentation/hwmon/ |
| H A D | f71805f.rst | 85 in2 VIN2 VRAM 100K 100K 2.00 ~1.25 V [1]_ 86 in3 VIN3 VCHIPSET 47K 100K 1.47 2.24 V [2]_ 166 You ask for a specific PWM duty cycle or DC voltage by writing to the 177 You ask for a specific fan speed by writing to the fan<n>_target file.
|
| /linux/Documentation/devicetree/bindings/riscv/ |
| H A D | sunxi.yaml | 24 - const: 100ask,dongshan-nezha-stu
|
| /linux/arch/riscv/boot/dts/allwinner/ |
| H A D | sun20i-d1-dongshan-nezha-stu.dts | 14 compatible = "100ask,dongshan-nezha-stu", "allwinner,sun20i-d1";
|
| /linux/fs/afs/ |
| H A D | afs_fs.h | 45 VRESTARTING = -100, /* Server is restarting */ 56 VMOVED = 111, /* volume moved to new server - ask this FS where */
|
| /linux/drivers/rtc/ |
| H A D | rtc-ssd202d.c | 75 ret = read_poll_timeout(read_iso_ctrl_ack, val, val == (i % 2), 100, in ssd202d_rtc_isoctrl() 76 20 * 100, true, priv->base); in ssd202d_rtc_isoctrl() 87 ret = read_poll_timeout(read_iso_en, val, val, 100, 22 * 100, true, priv->base); in ssd202d_rtc_isoctrl() 100 /* Ask for the content of an RTC value into RDDATA by gating iso_en, in ssd202d_rtc_read_reg()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | init.c | 204 /* we now ask for the firmware built memory map */ in wl1251_hw_init_mem_config() 226 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 228 (QOS_TX_LOW_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 232 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 234 (QOS_TX_LOW_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 238 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 240 (QOS_TX_LOW_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 244 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 246 (QOS_TX_LOW_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3576-100ask-dshanpi-a1.dts | 17 model = "100ASK DshanPi A1 board"; 18 compatible = "100ask,dshanpi-a1", "rockchip,rk3576"; 75 poll-interval = <100>; 89 poll-interval = <100>; 103 poll-interval = <100>;
|
| /linux/Documentation/process/ |
| H A D | stable-kernel-rules.rst | 11 - It cannot be bigger than 100 lines, with context. 47 2. Ask the stable team to pick up a patch already mainlined. 59 When using option 2 or 3 you can ask for your change to be included in specific
|
| /linux/mm/ |
| H A D | shuffle.c | 43 * need to ask questions like... in shuffle_valid_page() 140 if ((i % (100 * order_pages)) == 0) { in __shuffle_zone()
|
| /linux/Documentation/admin-guide/ |
| H A D | svga.rst | 20 Short intro for the impatient: Just use vga=ask for the first time, 96 program will try to ask the BIOS for all possible video mode numbers and test 128 (Usually 940=80x43, 941=132x25, 942=132x44, 943=80x60, 944=100x60,
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-pnx.c | 27 #define I2C_PNX_SPEED_KHZ_DEFAULT 100 285 * or we didn't 'ask' for it yet. in i2c_pnx_master_rcv() 312 * Now we'll 'ask' for data: in i2c_pnx_master_rcv() 668 * desired serial period is 10000 ns (100 kHz), then CLKHI would be in i2c_pnx_probe() 669 * set to 0.5*(f_sys/f_i2c)-2=0.5*(20e6/100e3)-2=98. The actual value in i2c_pnx_probe()
|
| /linux/Documentation/scsi/ |
| H A D | aha152x.rst | 32 DELAY: bus reset delay (default 100) 180 ask the user for verification. This might on not yet partitioned
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 7 One might ask the question: we already have a timer subsystem 76 from 250 Hz to 100 HZ (or even smaller).
|
| /linux/drivers/hwmon/ |
| H A D | cgbc-hwmon.c | 121 * We got data for the first sensor when we ask the number of sensors to the Board in cgbc_hwmon_probe_sensors() 208 *val *= 100; in cgbc_hwmon_read()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-top.txt | 225 sum of shown entries will be always 100%. "absolute" means it retains 351 Start perf top and ask it to only consider the cycles events when a 357 Alternatively one can ask for a group and then two overhead columns
|
| /linux/drivers/input/keyboard/ |
| H A D | lkkbd.c | 71 static int bell_volume = 100; /* % */ 73 MODULE_PARM_DESC(bell_volume, "Bell volume (in %). default is 100%"); 75 static int keyclick_volume = 100; /* % */ 77 MODULE_PARM_DESC(keyclick_volume, "Keyclick volume (in %), default is 100%"); 79 static int ctrlclick_volume = 100; /* % */ 81 MODULE_PARM_DESC(ctrlclick_volume, "Ctrlclick volume (in %), default is 100%"); 320 if (volume_percent > 100) in volume_to_hw() 321 volume_percent = 100; in volume_to_hw() 568 /* Ask for ID */ in lkkbd_reinit()
|
| /linux/drivers/virt/vboxguest/ |
| H A D | vmmdev.h | 135 * cursor itself, the guest installs a hardware mouse driver. Don't ask the 289 VBOXGUEST_FACILITY_TYPE_VBOX_SERVICE = 100, 305 VBOXGUEST_FACILITY_STATUS_TERMINATING = 100,
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-helper-rgmii.c | 212 * Each pause frame transmitted will ask for about 10M in __cvmx_helper_rgmii_enable() 376 } else if (link_info.s.speed == 100) { in __cvmx_helper_rgmii_link_set() 389 } else if (link_info.s.speed == 100) { in __cvmx_helper_rgmii_link_set() 400 if ((link_info.s.speed == 10) || (link_info.s.speed == 100)) { in __cvmx_helper_rgmii_link_set()
|
| /linux/net/batman-adv/ |
| H A D | bat_v_elp.c | 76 * of 100kpbs (a value of '1' equals 0.1Mbps, '10' equals 1Mbps, etc). 106 /* if this is a wireless device, then ask its throughput through in batadv_v_elp_get_throughput() 138 *pthroughput = sinfo.expected_throughput / 100; in batadv_v_elp_get_throughput() 239 * to it in the last 100 milliseconds: this is the rate control in batadv_v_elp_wifi_neigh_probe() 339 * value retrieved in this step might be 100ms old because the in batadv_v_elp_periodic_work()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_pfvf_vf_proto.c | 16 #define ADF_PFVF_MSG_ACK_MAX_RETRY 100 271 * - VF expects a newer (longer) version, so we must not ask for in adf_send_vf2pf_blkmsg_req()
|
| /linux/drivers/comedi/drivers/ |
| H A D | dt3000.c | 39 * for the 3k series. However, if you ask nicely, they might send 128 #define DPR_CMD_TIMEOUT 100 405 100 * 16 * 65535); in dt3k_ai_cmdtest() 430 dt3k_ns_to_timer(100, &arg, cmd->flags); in dt3k_ai_cmdtest() 477 tscandiv = dt3k_ns_to_timer(100, &cmd->scan_begin_arg, in dt3k_ai_cmd()
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828-input.c | 314 /* This is how often we ask the chip for IR information */ in au0828_rc_register() 315 ir->polling = 100; /* ms */ in au0828_rc_register()
|