| /drivers/misc/ |
| A D | ntsync.c | 115 bool all; member 202 bool all; in ntsync_lock_obj() local 217 if (all) { in ntsync_unlock_obj() 413 bool all; in ntsync_sem_release() local 427 if (all) in ntsync_sem_release() 462 bool all; in ntsync_mutex_unlock() local 478 if (all) in ntsync_mutex_unlock() 512 bool all; in ntsync_mutex_kill() local 527 if (all) in ntsync_mutex_kill() 550 if (all) in ntsync_event_set() [all …]
|
| /drivers/macintosh/ |
| A D | windfarm_pm121.c | 881 int all = 1; in pm121_new_control() local 886 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control() 887 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control() 888 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control() 889 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control() 891 if (all) in pm121_new_control() 911 int all = 1; in pm121_new_sensor() local 917 &sensor_cpu_temp) && all; in pm121_new_sensor() 923 &sensor_cpu_power) && all; in pm121_new_sensor() 933 &sensor_gpu_temp) && all; in pm121_new_sensor() [all …]
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76x02_phy.c | 67 for (i = 0; i < sizeof(r->all); i++) in mt76x02_get_max_rate_power() 68 ret = max(ret, r->all[i]); in mt76x02_get_max_rate_power() 78 for (i = 0; i < sizeof(r->all); i++) in mt76x02_limit_rate_power() 79 if (r->all[i] > limit) in mt76x02_limit_rate_power() 80 r->all[i] = limit; in mt76x02_limit_rate_power() 88 for (i = 0; i < sizeof(r->all); i++) in mt76x02_add_rate_power_offset() 89 r->all[i] += offset; in mt76x02_add_rate_power_offset()
|
| /drivers/scsi/ |
| A D | BusLogic.h | 273 unsigned char all; member 288 unsigned char all; member 306 unsigned char all; member 322 unsigned char all; member 1121 cr.all = 0; in blogic_busreset() 1123 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_busreset() 1129 cr.all = 0; in blogic_intreset() 1131 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_intreset() 1137 cr.all = 0; in blogic_softreset() 1139 outb(cr.all, adapter->io_addr + BLOGIC_CNTRL_REG); in blogic_softreset() [all …]
|
| A D | BusLogic.c | 376 statusreg.all = blogic_rdstatus(adapter); in blogic_cmd() 413 intreg.all = blogic_rdint(adapter); in blogic_cmd() 414 statusreg.all = blogic_rdstatus(adapter); in blogic_cmd() 471 intreg.all = blogic_rdint(adapter); in blogic_cmd() 1047 intreg.all = blogic_rdint(adapter); in blogic_probe() 1048 georeg.all = blogic_rdgeom(adapter); in blogic_probe() 1050 …rupt 0x%02X, Geometry 0x%02X\n", adapter, adapter->io_addr, statusreg.all, intreg.all, georeg.all); in blogic_probe() 1071 if (georeg.all == 0xFF) in blogic_probe() 1178 statusreg.all); in blogic_hwreset() 1440 georeg.all = blogic_rdgeom(adapter); in blogic_rdconfig() [all …]
|
| /drivers/gpu/drm/amd/display/dmub/src/ |
| A D | dmub_dcn35.c | 144 cmd.all = 0; in dmub_dcn35_reset() 332 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn35_is_hw_init() 350 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all); in dmub_dcn35_set_gpint() 359 test.all = REG_READ(DMCUB_GPINT_DATAIN1); in dmub_dcn35_is_gpint_acked() 361 return test.all == reg.all; in dmub_dcn35_is_gpint_acked() 388 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn35_get_fw_boot_status() 396 option.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn35_get_fw_boot_option() 421 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn35_enable_dmub_boot_options() 427 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn35_skip_dmub_panel_power_sequence() 429 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn35_skip_dmub_panel_power_sequence() [all …]
|
| A D | dmub_dcn31.c | 145 cmd.all = 0; in dmub_dcn31_reset() 296 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn31_is_hw_init() 319 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all); in dmub_dcn31_set_gpint() 328 test.all = REG_READ(DMCUB_GPINT_DATAIN1); in dmub_dcn31_is_gpint_acked() 330 return test.all == reg.all; in dmub_dcn31_is_gpint_acked() 357 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn31_get_fw_boot_status() 365 option.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn31_get_fw_boot_option() 383 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_enable_dmub_boot_options() 389 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn31_skip_dmub_panel_power_sequence() 391 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn31_skip_dmub_panel_power_sequence()
|
| A D | dmub_dcn32.c | 139 cmd.all = 0; in dmub_dcn32_reset() 320 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn32_is_hw_init() 338 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all); in dmub_dcn32_set_gpint() 347 test.all = REG_READ(DMCUB_GPINT_DATAIN1); in dmub_dcn32_is_gpint_acked() 349 return test.all == reg.all; in dmub_dcn32_is_gpint_acked() 376 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn32_get_fw_boot_status() 386 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn32_enable_dmub_boot_options() 392 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn32_skip_dmub_panel_power_sequence() 394 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn32_skip_dmub_panel_power_sequence() 505 REG_WRITE(DMCUB_INBOX0_WPTR, data.inbox0_cmd_common.all); in dmub_dcn32_send_inbox0_cmd()
|
| A D | dmub_dcn20.c | 130 cmd.all = 0; in dmub_dcn20_reset() 370 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all); in dmub_dcn20_set_gpint() 379 test.all = REG_READ(DMCUB_GPINT_DATAIN1); in dmub_dcn20_is_gpint_acked() 381 return test.all == reg.all; in dmub_dcn20_is_gpint_acked() 393 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn20_get_fw_boot_status() 401 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn20_enable_dmub_boot_options() 407 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn20_skip_dmub_panel_power_sequence() 409 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn20_skip_dmub_panel_power_sequence()
|
| A D | dmub_dcn401.c | 114 cmd.all = 0; in dmub_dcn401_reset() 312 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn401_is_hw_init() 330 REG_WRITE(DMCUB_GPINT_DATAIN1, reg.all); in dmub_dcn401_set_gpint() 339 test.all = REG_READ(DMCUB_GPINT_DATAIN1); in dmub_dcn401_is_gpint_acked() 341 return test.all == reg.all; in dmub_dcn401_is_gpint_acked() 368 status.all = REG_READ(DMCUB_SCRATCH0); in dmub_dcn401_get_fw_boot_status() 380 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn401_enable_dmub_boot_options() 386 boot_options.all = REG_READ(DMCUB_SCRATCH14); in dmub_dcn401_skip_dmub_panel_power_sequence() 388 REG_WRITE(DMCUB_SCRATCH14, boot_options.all); in dmub_dcn401_skip_dmub_panel_power_sequence() 502 REG_WRITE(DMCUB_INBOX0_WPTR, data.inbox0_cmd_common.all); in dmub_dcn401_send_inbox0_cmd()
|
| /drivers/net/dsa/mv88e6xxx/ |
| A D | global1_atu.c | 338 bool all) in mv88e6xxx_g1_atu_flushmove() argument 352 if (all && fid) in mv88e6xxx_g1_atu_flushmove() 356 else if (all) in mv88e6xxx_g1_atu_flushmove() 364 int mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) in mv88e6xxx_g1_atu_flush() argument 370 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_flush() 374 int from_port, int to_port, bool all) in mv88e6xxx_g1_atu_move() argument 390 return mv88e6xxx_g1_atu_flushmove(chip, fid, &entry, all); in mv88e6xxx_g1_atu_move() 394 bool all) in mv88e6xxx_g1_atu_remove() argument 399 return mv88e6xxx_g1_atu_move(chip, fid, from_port, to_port, all); in mv88e6xxx_g1_atu_remove()
|
| /drivers/usb/gadget/udc/ |
| A D | Kconfig | 24 # - discrete ones (including all PCI-only controllers) 43 dynamically linked module called "at91_udc" and force all 55 dynamically linked module called "lpc32xx_udc" and force all 103 all gadget drivers to also be dynamically linked. 123 dynamically linked module called "omap_udc" and force all 139 dynamically linked module called "pxa25x_udc" and force all 222 dynamically linked module called "pxa27x_udc" and force all 330 dynamically linked module called "net2280" and force all 383 dynamically linked module called "udc-xilinx" and force all 404 dynamically linked module called "tegra_xudc" and force all [all …]
|
| /drivers/staging/iio/Documentation/ |
| A D | sysfs-bus-iio-dds | 18 obtain the desired value in Hz. If shared across all frequency 20 if shared across all channels. 48 the desired value in rad. If shared across all phase registers 50 shared across all channels. 80 output Y of channel X. Y may be suppressed if all channels are 96 Lists all available output waveform options.
|
| /drivers/iio/common/hid-sensors/ |
| A D | Kconfig | 8 tristate "Common modules for all HID Sensor IIO drivers" 19 tristate "Common module (trigger) for all HID Sensor IIO drivers" 25 Triggers will be send if all requested attributes were read.
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | i915-tgl-fails.txt | 22 sriov_basic@enable-vfs-bind-unbind-each-numvfs-all,Timeout 26 syncobj_wait@invalid-single-wait-all-unsubmitted,Timeout 27 syncobj_wait@multi-wait-all-submitted,Timeout
|
| A D | amdgpu-stoney-fails.txt | 21 kms_atomic_transition@plane-all-modeset-transition-internal-panels,Fail 22 kms_atomic_transition@plane-all-transition,Fail 23 kms_atomic_transition@plane-all-transition-nonblocking,Fail
|
| /drivers/gpio/ |
| A D | TODO | 38 - Convert all GPIO device drivers to only #include <linux/gpio/driver.h> 40 - Convert all consumer drivers to only #include <linux/gpio/consumer.h> 42 - Convert all machine descriptors in "boardfiles" to only 50 https://lore.kernel.org/all/1d00c056-3d61-4c22-bedd-3bae0bf1ddc4@pengutronix.de/ 71 - Change all consumer drivers that #include <linux/of_gpio.h> to 79 handle this with generic OF bindings, pull all legacy handling into 80 gpiolib so the library API becomes narrow and deep and handle all 84 - Delete <linux/of_gpio.h> when all the above is complete and everything 94 GPIO for all current users (see below). Delete struct of_mm_gpio_chip, 179 Convert all GPIO chips to using the new, value returning line setters [all …]
|
| /drivers/mfd/ |
| A D | ab8500-sysctrl.c | 32 sigset_t all; in ab8500_power_off() local 83 sigfillset(&all); in ab8500_power_off() 85 if (!sigprocmask(SIG_BLOCK, &all, &old)) { in ab8500_power_off()
|
| /drivers/ntb/hw/idt/ |
| A D | Kconfig | 16 First of all partitions must be activated and properly assigned to all 18 and SWPORTxCTL registers). Then all NT-function BARs must be enabled
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgv_sriovmsg.h | 107 uint32_t all; member 119 uint32_t all; member 146 uint64_t all; member 154 uint32_t all; member
|
| /drivers/platform/surface/aggregator/ |
| A D | Kconfig | 18 - battery status information (all devices) 19 - thermal sensor access (all devices) 20 - performance mode / cooling mode control (all devices) 43 want it at all.
|
| /drivers/clk/xilinx/ |
| A D | clk-xlnx-clock-wizard.c | 201 u32 div, p5en, edge, prediv2, all; in clk_wzrd_recalc_rate_ver() local 209 all = valh + vall + edge; in clk_wzrd_recalc_rate_ver() 210 if (!all) in clk_wzrd_recalc_rate_ver() 211 all = 1; in clk_wzrd_recalc_rate_ver() 214 div = 2 * all + prediv2 * p5en; in clk_wzrd_recalc_rate_ver() 216 div = all; in clk_wzrd_recalc_rate_ver() 619 all = regh + regl + edged; in clk_wzrd_recalc_rate_all_ver() 620 if (!all) in clk_wzrd_recalc_rate_all_ver() 621 all = 1; in clk_wzrd_recalc_rate_all_ver() 624 div2 = PREDIV2_MULT * all + p5en; in clk_wzrd_recalc_rate_all_ver() [all …]
|
| /drivers/accessibility/ |
| A D | Kconfig | 5 Accessibility handles all special kinds of hardware devices or 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_debugfs.c | 1211 all = rvu->rvu_dbg.npa_aura_ctx.all; in rvu_dbg_npa_ctx_display() 1217 all = rvu->rvu_dbg.npa_pool_ctx.all; in rvu_dbg_npa_ctx_display() 1254 if (all) in rvu_dbg_npa_ctx_display() 1316 rvu->rvu_dbg.npa_aura_ctx.all = all; in write_npa_ctx() 1322 rvu->rvu_dbg.npa_pool_ctx.all = all; in write_npa_ctx() 2288 all = rvu->rvu_dbg.nix_cq_ctx.all; in rvu_dbg_nix_queue_ctx_display() 2294 all = rvu->rvu_dbg.nix_sq_ctx.all; in rvu_dbg_nix_queue_ctx_display() 2300 all = rvu->rvu_dbg.nix_rq_ctx.all; in rvu_dbg_nix_queue_ctx_display() 2401 rvu->rvu_dbg.nix_cq_ctx.all = all; in write_nix_queue_ctx() 2407 rvu->rvu_dbg.nix_sq_ctx.all = all; in write_nix_queue_ctx() [all …]
|
| /drivers/sh/intc/ |
| A D | Kconfig | 17 SH-4A and newer interrupt blocks all support a special shadowed 18 page with all non-masking registers obscured when mapped in to
|