Searched refs:on (Results 276 - 300 of 1072) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/include/asm/
H A Dspinlock.h6 #error SMP not supported on pre-ARMv6 CPUs
15 * extensions, so when running on UP, we have to patch these instructions away.
22 * assembler to insert a extra (16-bit) IT instruction, depending on the
/linux-master/arch/x86/power/
H A Dhibernate_asm_32.S90 movl %ecx, %cr4; # turn PGE back on
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h73 int (*set_loopback)(struct cphy *, int on);
/linux-master/tools/debugging/
H A Dkernel-chktaint16 retrieved from /proc/sys/kernel/tainted on another system.
75 echo " * kernel running on an out of specification system (#2)"
/linux-master/tools/testing/selftests/efivarfs/
H A Defivarfs.sh26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/linux-master/include/linux/mfd/
H A Dtmio.h49 /* Some features are only available or tested on R-Car Gen2 or later */
122 bool on);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.h203 * the command transaction on the given interface.
276 * Returns: 0 in success and failure value on error
283 * ipc_mux_netif_tx_flowctrl - Enable/Disable TX flow control on MUX sessions.
286 * @on: true for Enable and false for disable flow control
288 void ipc_mux_netif_tx_flowctrl(struct mux_session *session, int idx, bool on);
298 * failure value on error
/linux-master/drivers/media/i2c/
H A Dths8200.c43 /* Is the ths8200 powered on? */
130 v4l2_info(sd, "power: %s\n", (reg_03 & 0x0c) ? "off" : "on");
131 v4l2_info(sd, "reset: %s\n", (reg_03 & 0x01) ? "off" : "on");
145 static int ths8200_s_power(struct v4l2_subdev *sd, int on) argument
149 v4l2_dbg(1, debug, sd, "%s: power %s\n", __func__, on ? "on" : "off");
151 state->power_on = on;
154 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0xf2, (on ? 0x00 : 0x0c));
207 /* Disable embedded syncs on the output by setting
306 /* The pixel value h sync is asserted on */
[all...]
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S17 #error "CONFIG_TRACE_IRQFLAGS not supported on the current ARMv7M implementation"
77 @ registers r0-r3 and r12 are automatically restored on exception
109 stmia ip!, {r4 - r11} @ Store most regs on stack
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dptp.c274 struct ptp_clock_request *rq, int on)
288 /* Reject requests to enable time stamping on both edges. */
301 if (on) {
327 struct ptp_clock_request *rq, int on)
333 return mv88e6352_ptp_enable_extts(chip, rq, on);
273 mv88e6352_ptp_enable_extts(struct mv88e6xxx_chip *chip, struct ptp_clock_request *rq, int on) argument
326 mv88e6352_ptp_enable(struct ptp_clock_info *ptp, struct ptp_clock_request *rq, int on) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c125 * ar9003_hw_set_channel - set channel on single-chip device
129 * This is the function to change channel on single-chip devices, that is
656 * Wait for the frequency synth to settle (synth goes on
662 /* Activate the PHY (includes baseband activate + synthesizer on) */
698 * Multicast search based on both MAC Address and Key ID. By default,
700 * feature, we switch it off; otherwise multicast search based on
1050 * Wait for the frequency synth to settle (synth goes on via PHY_ACTIVE_EN).
1078 * on == 1 means ofdm weak signal detection is ON
1079 * on == 1 is the default, for less noise immunity
1081 * on
1084 u32 on = param ? 1 : 0; local
[all...]
/linux-master/drivers/leds/
H A Dleds-turris-omnia.c47 bool on, hwtrig; member in struct:omnia_led
170 * Send on/off state change only if (bool)brightness changed and the LED
173 if (!err && !led->hwtrig && !brightness != !led->on) {
181 led->on = !!brightness;
200 if (!led->on) {
H A Dleds-aw2013.c202 unsigned long off = 0, on = 0; local
217 /* Never on - just set to off */
234 on = min(7, ilog2((*delay_on - 1) / AW2013_TIME_STEP) + 1);
237 *delay_on = BIT(on) * AW2013_TIME_STEP;
241 AW2013_LEDT0(num), AW2013_LEDT0_T2(on));
/linux-master/sound/soc/samsung/
H A Dpcm.c154 static void s3c_pcm_snd_txctrl(struct s3c_pcm_info *pcm, int on) argument
164 if (on) {
185 static void s3c_pcm_snd_rxctrl(struct s3c_pcm_info *pcm, int on) argument
195 if (on) {
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_tpg.c62 static int tpg_s_power(struct v4l2_subdev *sd, int on) argument
/linux-master/drivers/pci/controller/dwc/
H A Dpci-exynos.c104 static void exynos_pcie_sideband_dbi_w_mode(struct exynos_pcie *ep, bool on) argument
109 if (on)
116 static void exynos_pcie_sideband_dbi_r_mode(struct exynos_pcie *ep, bool on) argument
121 if (on)
/linux-master/drivers/iio/light/
H A Dpa12203001.c157 static int pa12203001_set_power_state(struct pa12203001_data *data, bool on, argument
163 if (on && (mask & PA12203001_ALS_EN_MASK)) {
176 if (on && (mask & PA12203001_PX_EN_MASK)) {
188 if (on) {
/linux-master/include/uapi/linux/
H A Dptp_clock.h135 * The "on" time of the signal.
139 struct ptp_clock_time on; member in union:ptp_perout_request::__anon2823
194 * Which of the PTP_PF_xxx functions to use on this pin.
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dphy_shim.h156 void wlapi_bmac_core_phypll_ctl(struct phy_shim_info *physhim, bool on);
/linux-master/drivers/ptp/
H A Dptp_kvm_common.c106 struct ptp_clock_request *rq, int on)
105 ptp_kvm_enable(struct ptp_clock_info *ptp, struct ptp_clock_request *rq, int on) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter_mpath_nh_lib.sh72 log_test_skip "HW stats not offloaded on veth topology"
94 hw_stats on type $nhgtype
/linux-master/drivers/media/pci/pt3/
H A Dpt3.c112 static inline void pt3_lnb_ctrl(struct pt3_board *pt3, bool on) argument
114 iowrite32((on ? 0x0f : 0x0c), pt3->regs[0] + REG_SYSTEM_W);
187 bool on; local
192 on = (volt != SEC_VOLTAGE_OFF);
193 if (on == adap->cur_lnb)
195 adap->cur_lnb = on;
199 if (on)
204 if (on && pt3->lnb_on_cnt <= 1) {
207 } else if (!on && pt3->lnb_on_cnt <= 0) {
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c20 * one-shot toggle (no return to level) on the PTP_CLK pin. When used as a
274 /* Point the end bit to the second 32-bit word on P/Q/R/S,
275 * no-op on E/T.
278 /* Shift the 24-bit timestamp on E/T to be collected from 31:8.
279 * No-op on P/Q/R/S.
421 /* We don't care about RX timestamps on the CPU port */
719 bool on)
740 if (on) {
755 * 2 edges on PTP_CLK. So check for truncation which happens
790 if (on)
717 sja1105_per_out_enable(struct sja1105_private *priv, struct ptp_perout_request *perout, bool on) argument
803 sja1105_extts_enable(struct sja1105_private *priv, struct ptp_extts_request *extts, bool on) argument
840 sja1105_ptp_enable(struct ptp_clock_info *ptp, struct ptp_clock_request *req, int on) argument
[all...]
/linux-master/drivers/net/phy/
H A Dbcm-phy-ptp.c284 /* set up load on next frame sync (auto-clears due to NSE_INIT) */
370 /* load on next framesync */
570 /* load values on next framesync */
585 struct ptp_perout_request *req, int on)
591 if (!on)
604 pulse = ktime_to_ns(ktime_set(req->on.sec, req->on.nsec));
665 static int bcm_ptp_extts_locked(struct bcm_ptp_private *priv, int on) argument
669 if (!on)
689 struct ptp_clock_request *rq, int on)
584 bcm_ptp_perout_locked(struct bcm_ptp_private *priv, struct ptp_perout_request *req, int on) argument
688 bcm_ptp_enable(struct ptp_clock_info *info, struct ptp_clock_request *rq, int on) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c185 "attempted release on a not used event_channel = %d\n",
460 static int lan743x_ptp_perout(struct lan743x_adapter *adapter, int on, argument
477 if (on) {
489 /* already on, turn off first */
528 ts_on.tv_sec = perout_request->on.sec;
529 ts_on.tv_nsec = perout_request->on.nsec;
548 /* Check if we can do 50% toggle on an even value of period.
703 static int lan743x_ptp_io_perout(struct lan743x_adapter *adapter, int on, argument
720 if (on) {
730 /* already on, tur
940 lan743x_ptp_io_extts(struct lan743x_adapter *adapter, int on, struct ptp_extts_request *extts_request) argument
967 lan743x_ptpci_enable(struct ptp_clock_info *ptpci, struct ptp_clock_request *request, int on) argument
[all...]

Completed in 467 milliseconds

<<11121314151617181920>>