Searched refs:on (Results 176 - 200 of 1072) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-sa1100/
H A Dassabet.c109 * budget on the MAX846 Li-Ion charger, and if no Li-Ion battery
333 static void assabet_lcd_backlight_power(int on) argument
335 if (on)
342 * Turn on/off the backlight. When turning the backlight on, we wait
343 * 500us after turning it on so we don't cause the supplies to droop
346 static void assabet_lcd_power(int on) argument
348 if (on) {
378 static void assabet_pal_backlight_power(int on) argument
383 static void assabet_pal_power(int on) argument
[all...]
/linux-master/drivers/platform/x86/
H A Dhuawei-wmi.c526 static int huawei_wmi_fn_lock_get(int *on) argument
538 if (on)
539 *on = ret[i] - 1; // -1 undefined, 0 off, 1 on.
545 static int huawei_wmi_fn_lock_set(int on) argument
550 arg.args[2] = on + 1; // 0 undefined, 1 off, 2 on.
559 int err, on; local
561 err = huawei_wmi_fn_lock_get(&on);
565 return sprintf(buf, "%d\n", on);
572 int on, err; local
[all...]
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim7 " as would normally appear on the line with the closing brace. Folded
/linux-master/arch/m68k/fpsp040/
H A Dx_ovfl.S18 | on the current rounding mode:
38 | For details on the license for this file, please see the
127 | Clear dirty bit on dest resister in the frame before branching
/linux-master/drivers/bcma/
H A Dcore.c109 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) argument
116 if (on) {
/linux-master/drivers/staging/fbtft/
H A Dfb_ssd1305.c5 * based on SSD1306 driver by Noralf Tronnes
69 /* A[2] = 1b, Enable charge pump during display on */
132 static int blank(struct fbtft_par *par, bool on) argument
134 if (on)
/linux-master/include/net/sctp/
H A Dulpevent.h155 __u16 sn_type, __u8 on)
160 if (on)
154 sctp_ulpevent_type_set(__u16 *subscribe, __u16 sn_type, __u8 on) argument
/linux-master/drivers/net/fddi/skfp/
H A Dqueue.c116 * on 0 disconnect
117 * on 1 connect
119 u_short smt_online(struct s_smc *smc, int on) argument
121 queue_event(smc,EVENT_ECM,on ? EC_CONNECT : EC_DISCONNECT) ;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dethtool_lanes.sh178 ethtool -s $swp2 autoneg on
179 ethtool -s $swp1 autoneg on
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.c102 int mt76x02_mcu_set_radio_state(struct mt76x02_dev *dev, bool on) argument
108 .mode = cpu_to_le32(on ? RADIO_ON : RADIO_OFF),
/linux-master/drivers/irqchip/
H A Dirq-sa11x0.c31 * We don't need to ACK IRQs on the SA1100 unless they're GPIOs
52 static int sa1100_set_wake(struct irq_data *d, unsigned int on) argument
54 return sa11x0_sc_set_wake(d->hwirq, on);
161 * Whatever the doc says, this has to be set for the wait-on-irq
162 * instruction to work... on a SA1100 rev 9 at least.
/linux-master/include/net/
H A Dmac802154.h95 * @IEEE802154_HW_TX_OMIT_CKSUM: Indicates that xmitter will add FCS on it's
125 /* Indicates that receiver omits FCS and xmitter will add FCS on it's own. */
144 * The low-level driver should send the frame based on available
156 * The low-level driver should send the frame based on available
166 * Set radio for listening on specific channel.
167 * Set the device for listening on specified channel.
171 * Set radio for listening on specific address.
172 * Set the device for listening on specified address.
180 * Enables or disables listen before talk on the device. Called with
219 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
[all...]
/linux-master/drivers/video/backlight/
H A Dlocomolcd.c83 void locomolcd_power(int on) argument
99 if (on)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh26 ethtool -K v1 gro on
28 ip netns exec ${NS} ethtool -K v0 gro on
/linux-master/drivers/leds/
H A Dleds-is31fl319x.c214 bool on; local
222 on = ret >= 0 && pwm_value > LED_OFF;
224 ctrl |= on << i;
268 bool on; local
276 on = ret >= 0 && pwm_value > LED_OFF;
279 ctrl1 |= on << i; /* 0..2 => bit 0..2 */
281 ctrl1 |= on << (i + 1); /* 3..5 => bit 4..6 */
283 ctrl2 |= on << (i - 6); /* 6..8 => bit 0..2 */
/linux-master/drivers/usb/phy/
H A Dphy-isp1301.c83 static int isp1301_phy_set_vbus(struct usb_phy *phy, int on) argument
87 if (on)
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.h58 int (*vi_enable)(struct tegra_vi *vi, bool on);
141 * This thread is woken up by kthread_start_capture on receiving
310 int tegra_channel_set_stream(struct tegra_vi_channel *chan, bool on);
/linux-master/drivers/phy/hisilicon/
H A Dphy-hi6220-usb.c61 static int hi6220_phy_setup(struct hi6220_priv *priv, bool on) argument
67 if (on) {
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S63 # simplify the code by not initializing ABI registers on entry or
64 # cleansing caller-save registers on exit.
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dphy_shim.c165 void wlapi_bmac_core_phypll_ctl(struct phy_shim_info *physhim, bool on) argument
167 brcms_b_core_phypll_ctl(physhim->wlc_hw, on);
/linux-master/arch/x86/kernel/
H A Dstep.c145 /* Set TF on the kernel stack.. */
174 void set_task_blockstep(struct task_struct *task, bool on) argument
185 * with __switch_to_xtra(). We rely on ptrace_freeze_traced().
189 if (on) {
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_phy.c44 void dpcd_write_rx_power_ctrl(struct dc_link *link, bool on) argument
48 state = on ? DP_POWER_STATE_D0 : DP_POWER_STATE_D3;
141 * if the sink supports it and leave it enabled on link.
199 * been transmitted on the link after link training
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.h90 void b43_mac_phy_clock_set(struct b43_wldev *dev, bool on);
/linux-master/include/linux/
H A Dsm501.h158 int (*set_power)(struct device *dev, unsigned int on);
/linux-master/include/media/i2c/
H A Dadp1653.h86 int (*power)(struct v4l2_subdev *sd, int on);

Completed in 228 milliseconds

1234567891011>>