Home
last modified time | relevance | path

Searched refs:manual (Results 1 – 25 of 27) sorted by relevance

12

/drivers/macintosh/
Dtherm_adt746x.c151 u8 manual; in write_fan_speed() local
174 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
175 manual &= ~INVERT_MASK; in write_fan_speed()
177 manual | MANUAL_MASK | th->pwm_inv[fan]); in write_fan_speed()
182 manual = read_reg(th, in write_fan_speed()
184 manual &= ~INVERT_MASK; in write_fan_speed()
185 manual |= th->pwm_inv[fan]; in write_fan_speed()
187 MANUAL_MODE[fan], manual|REM_CONTROL[fan]); in write_fan_speed()
189 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
190 manual &= ~INVERT_MASK; in write_fan_speed()
[all …]
DKconfig189 better fan behaviour by default, and some manual control.
/drivers/comedi/drivers/ni_routing/
DREADME230 manual (371022K-01)
232 manual (371022K-01)
234 manual (371022K-01)
236 manual (371022K-01)
238 manual (371022K-01)
240 manual (371022K-01)
/drivers/gpu/drm/i915/gt/
Dintel_rc6_types.h26 bool manual : 1; member
Dintel_rc6.c604 rc6->manual = rc6->ctl_enable & GEN6_RC_CTL_RC6_ENABLE; in intel_rc6_enable()
642 if (!rc6->manual) in intel_rc6_park()
/drivers/usb/
DKconfig142 The chip has two modes: automatic mode and manual mode. In automatic
150 device should work. This driver utilizes manual mode.
/drivers/staging/media/av7110/
Daudio-fopen.rst72 the Linux manual page for fcntl. Only one user can open the Audio Device
Dvideo-fopen.rst73 system call, documented in the Linux manual page for fcntl. Only one
/drivers/media/usb/pvrusb2/
DKconfig65 on debugging the driver or performing a manual firmware
/drivers/staging/pi433/Documentation/devicetree/
Dpi433.txt54 source tree. For a manual compile, you may use a command line like the following:
/drivers/video/fbdev/omap/
DKconfig27 bool "Default to manual update mode"
/drivers/media/pci/cx88/
Dcx88-tvaudio.c881 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) in cx88_set_stereo() argument
886 if (manual) { in cx88_set_stereo()
Dcx88.h687 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual);
/drivers/hwmon/
Dapplesmc.c886 u16 manual = 0; in applesmc_show_fan_manual() local
893 manual = ((buffer[0] << 8 | buffer[1]) >> to_index(attr)) & 0x01; in applesmc_show_fan_manual()
894 return sysfs_emit(sysfsbuf, "%d\n", manual); in applesmc_show_fan_manual()
Dnct6775.c134 enum pwm_enable { off, manual, thermal_cruise, speed_cruise, sf3, sf4 }; enumerator
2580 if (index == 0 && data->pwm_enable[nr] > manual) in show_pwm()
2652 case manual: in pwm_update_registers()
/drivers/usb/core/
Dmessage.c1527 int i, ret, manual = 0; in usb_set_interface() local
1597 manual = 1; in usb_set_interface()
1630 if (manual) { in usb_set_interface()
/drivers/platform/x86/
Deeepc-laptop.c1004 static void eeepc_set_fan_ctrl(int manual) in eeepc_set_fan_ctrl() argument
1009 if (manual == EEEPC_FAN_CTRL_MANUAL) in eeepc_set_fan_ctrl()
/drivers/media/platform/exynos4-is/
Dfimc-is-param.h595 u32 manual; member
Dfimc-is-param.c451 isp->afc.manual = val; in __is_set_isp_afc()
/drivers/mtd/maps/
DKconfig326 (please see the manual for the link settings).
/drivers/media/platform/
DKconfig226 called VCU in the reference manual.
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h3425 } manual; member
3507 } manual; member
/drivers/media/i2c/
Dadv7842.c1748 sdp_io_write_and_or(sd, 0xe0, 0xbf, c->manual ? 0x00 : 0x40); in sdp_csc_coeff()
1750 if (!c->manual) in sdp_csc_coeff()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1041 be32_to_cpu(rpl.u.manual.mode_pkd)); in t4vf_get_rss_glb_config()
/drivers/scsi/aic7xxx/
Daic7xxx.seq1020 * Perform an explicit manual flush. During
1021 * a manual flush, the FIFOEMP bit becomes

12