Searched refs:on (Results 151 - 175 of 1072) sorted by relevance

1234567891011>>

/linux-master/tools/bpf/bpftool/Documentation/
H A DMakefile6 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/include/pcmcia/
H A Dsoc_common.h9 bool on; member in struct:soc_pcmcia_regulator
97 * Enable card status IRQs on (re-)initialisation. This can
104 * Disable card status IRQs and PCMCIA bus on suspend.
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.h20 * @on: reference counter for FIFO on.
29 unsigned int on; member in struct:inv_icm42600_fifo
/linux-master/arch/x86/kvm/vmx/
H A Dposted_intr.h16 u16 on : 1, member in struct:pi_desc::__anon183::__anon184
/linux-master/arch/arm/mach-pxa/
H A Dpxa27x.c201 static int pxa27x_set_wake(struct irq_data *d, unsigned int on) argument
207 return gpio_set_wake(gpio, on);
210 return keypad_set_wake(on);
223 if (on)
/linux-master/drivers/media/i2c/
H A Dad5820.c14 * Based on af_d88.c by Texas Instruments.
83 * Calculate status word and write it to the device based on current
217 ad5820_set_power(struct v4l2_subdev *subdev, int on) argument
228 if (coil->power_count == !on) {
229 ret = on ? ad5820_power_on(coil, true) :
236 coil->power_count += on ? 1 : -1;
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c261 void ipc_wwan_tx_flowctrl(struct iosm_wwan *ipc_wwan, int if_id, bool on) argument
278 if (on)
282 if (on && !is_tx_blk)
284 else if (!on && is_tx_blk)
/linux-master/tools/testing/selftests/net/
H A Dsetup_veth.sh18 ip netns exec "${ns_name}" ethtool -K "${ns_dev}" gro on tso off
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h54 ; 3. Auto save: (mandatory) Push PC and STAT32 on stack
65 ; carve pt_regs on stack (case #3), PC/STAT32 already on stack
70 ; carve pt_regs on stack (case #4), which grew partially already
119 * by hardware on taken interrupts. It is used by
164 ; but on return, restored only if U mode
197 ; - Z flag set on K is inverse of what hardware does on interrupt entry
/linux-master/drivers/pmdomain/renesas/
H A Drcar-sysc.c36 * Note: The "CR" registers for ARM cores exist on H1 only
37 * Use WFI to power off, CPG/APMU to resume ARM cores on R-Car Gen2
38 * Use PSCI on R-Car Gen3
57 #define RCAR_PD_ALWAYS_ON 32 /* Always-on power area */
69 static int rcar_sysc_pwr_on_off(const struct rcar_sysc_ch *sysc_ch, bool on) argument
75 if (on) {
97 static int rcar_sysc_power(const struct rcar_sysc_ch *sysc_ch, bool on) argument
128 ret = rcar_sysc_pwr_on_off(sysc_ch, on);
160 pr_debug("sysc power %s domain %d: %08x -> %d\n", on ? "on"
461 rcar_sysc_power_cpu(unsigned int idx, bool on) argument
[all...]
H A Drcar-gen4-sysc.c67 static int rcar_gen4_sysc_pwr_on_off(u8 pdr, bool on) argument
73 if (on)
109 static int rcar_gen4_sysc_power(u8 pdr, bool on) argument
141 ret = rcar_gen4_sysc_pwr_on_off(pdr, on);
174 pr_debug("sysc power %s domain %d: %08x -> %d\n", on ? "on" : "off",
/linux-master/drivers/input/keyboard/
H A Dmatrix_keypad.c7 * Based on corgikbd.c
50 int col, bool on)
54 if (on) {
64 int col, bool on)
66 __activate_col(pdata, col, on);
68 if (on && pdata->col_scan_delay_us)
73 bool on)
78 __activate_col(pdata, col, on);
49 __activate_col(const struct matrix_keypad_platform_data *pdata, int col, bool on) argument
63 activate_col(const struct matrix_keypad_platform_data *pdata, int col, bool on) argument
72 activate_all_cols(const struct matrix_keypad_platform_data *pdata, bool on) argument
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c50 /* Keep the erasing flag on for 8 frames minimum */
80 static int solo_v4l2_ch_ext_4up(struct solo_dev *solo_dev, u8 idx, int on) argument
87 if (!on) {
113 static int solo_v4l2_ch_ext_16up(struct solo_dev *solo_dev, int on) argument
117 if (!on) {
143 static int solo_v4l2_ch(struct solo_dev *solo_dev, u8 ch, int on) argument
148 solo_win_setup(solo_dev, ch, on ? 0 : solo_dev->video_hsize,
149 on ? 0 : solo_vlines(solo_dev),
151 on ? 1 : 0);
162 return solo_v4l2_ch_ext_4up(solo_dev, ext_ch, on);
[all...]
/linux-master/drivers/usb/chipidea/
H A Dotg_fsm.c455 * A-device drive vbus: turn on vbus regulator and enable port power
456 * Data pulse irq should be disabled while vbus is on.
458 static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on) argument
463 if (on) {
500 static void ci_otg_loc_conn(struct otg_fsm *fsm, int on) argument
504 if (on)
513 * Suspend will block the data on the port.
519 static void ci_otg_loc_sof(struct otg_fsm *fsm, int on) argument
530 if (on) {
553 static int ci_otg_start_host(struct otg_fsm *fsm, int on) argument
567 ci_otg_start_gadget(struct otg_fsm *fsm, int on) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l2_drops.sh196 # Add the VLAN on the bridge port and make sure packets are no longer
294 # Disable unicast flooding on both ports, so that packets cannot egress
310 ip link set dev $swp2 type bridge_slave flood on
327 ip link set dev $swp1 type bridge_slave flood on
337 # Disable multicast flooding on both ports, so that packets cannot
355 ip link set dev $swp2 type bridge_slave mcast_flood on
372 ip link set dev $swp1 type bridge_slave mcast_flood on
401 ip link set dev $swp2 type bridge_slave flood on
430 bridge link set dev $swp1 locked on
468 bridge link set dev $swp1 learning on
[all...]
/linux-master/drivers/net/wan/
H A Dhdlc.c100 int on; local
111 on = netif_carrier_ok(dev);
115 dev->name, on);
121 if (hdlc->carrier == on)
124 hdlc->carrier = on;
/linux-master/net/bridge/
H A Dbr_mst.c194 int br_mst_set_enabled(struct net_bridge *br, bool on, argument
200 .u.mst = on,
217 if (br_opt_get(br, BROPT_MST_ENABLED) == on)
224 if (on)
229 br_opt_toggle(br, BROPT_MST_ENABLED, on);
/linux-master/drivers/phy/
H A Dphy-lgm-usb.c118 static int phy_set_vbus(struct usb_phy *phy, int on) argument
123 if (!!on == ta->regulator_enabled)
126 if (on)
132 ta->regulator_enabled = on;
134 dev_dbg(ta->phy.dev, "set vbus: %d\n", on);
/linux-master/drivers/gpu/drm/i2c/
H A Dsil164_drv.c158 sil164_set_power_state(struct i2c_client *client, bool on) argument
162 if (on)
221 bool on = (mode == DRM_MODE_DPMS_ON); local
222 bool duallink = (on && encoder->crtc->mode.clock > 165000);
224 sil164_set_power_state(drm_i2c_encoder_get_client(encoder), on); local
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c69 static void csiphy_routing_cfg_3430(struct isp_csiphy *phy, u32 iface, bool on, argument
75 /* Only the CCP2B on PHY1 is configurable. */
79 if (!on) {
94 * @on: power on or off
98 * control (SCM) register space and part of the CORE power domain on both 3430
100 * issue since the MPU power domain is forced on whilst the ISP is in use.
103 enum isp_interface_type iface, bool on,
106 if (phy->isp->phy_type == ISP_PHY_TYPE_3630 && on)
109 return csiphy_routing_cfg_3430(phy, iface, on, ccp2_strob
102 csiphy_routing_cfg(struct isp_csiphy *phy, enum isp_interface_type iface, bool on, bool ccp2_strobe) argument
[all...]
/linux-master/drivers/irqchip/
H A Dqcom-pdc.c25 /* Valid only on HW version < 3.2 */
29 /* Valid only on HW version >= 3.2 */
63 static void __pdc_enable_intr(int pin_out, bool on) argument
74 __assign_bit(mask, &enable, on);
78 __assign_bit(IRQ_i_CFG_IRQ_ENABLE, &enable, on);
83 static void pdc_enable_intr(struct irq_data *d, bool on) argument
88 __pdc_enable_intr(d->hwirq, on);
/linux-master/drivers/usb/phy/
H A Dphy-fsl-usb.c8 * Initialization based on code from Shlomi Gridish.
117 void fsl_otg_chrg_vbus(struct otg_fsm *fsm, int on) argument
123 if (on)
135 void fsl_otg_dischrg_vbus(int on) argument
141 if (on)
153 void fsl_otg_drv_vbus(struct otg_fsm *fsm, int on) argument
157 if (on) {
171 void fsl_otg_loc_conn(struct otg_fsm *fsm, int on) argument
177 if (on)
188 * Suspend will block the data on th
190 fsl_otg_loc_sof(struct otg_fsm *fsm, int on) argument
457 fsl_otg_start_host(struct otg_fsm *fsm, int on) argument
524 fsl_otg_start_gadget(struct otg_fsm *fsm, int on) argument
[all...]
/linux-master/drivers/usb/typec/tcpm/
H A Dfusb302.c39 * the BC_LVL interrupt on PD signalings, cc lvl should be handled after
40 * a delay to avoid measuring on PD activities. The delay is slightly
358 * initialize interrupt on the chip
558 WARN(chip->vconn_on, "Vconn is on during toggle start");
725 static int tcpm_set_vconn(struct tcpc_dev *dev, bool on) argument
735 if (chip->vconn_on == on) {
736 fusb302_log(chip, "vconn is already %s", on ? "On" : "Off");
739 if (on) {
748 chip->vconn_on = on;
749 fusb302_log(chip, "vconn := %s", on
756 tcpm_set_vbus(struct tcpc_dev *dev, bool on, bool charge) argument
802 fusb302_pd_set_auto_goodcrc(struct fusb302_chip *chip, bool on) argument
811 fusb302_pd_set_interrupts(struct fusb302_chip *chip, bool on) argument
837 tcpm_set_pd_rx(struct tcpc_dev *dev, bool on) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S39 | routine. The number is normalized, put back on the stack and
57 | For details on the license for this file, please see the
209 | The following lines of are coded to optimize on normalized operands
239 | ;on the fsave stack
247 beq end_getop |check for unsupported data types on the
267 | ;on the fsave stack
291 | ;put exponent on stack
355 | Sets the DY_MO_FLG correctly. This is used only on if it is an
407 | the normalized operand is placed back on the fsave stack
429 | ;value on th
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c313 static int core_power_v1(struct venus_core *core, int on) argument
317 if (on == POWER_ON)
356 static int vdec_power_v3(struct device *dev, int on) argument
363 if (on == POWER_ON)
381 static int venc_power_v3(struct device *dev, int on) argument
388 if (on == POWER_ON)
742 static int coreid_power_v4(struct venus_inst *inst, int on) argument
750 if (on == POWER_ON) {
790 static int vdec_power_v4(struct device *dev, int on) argument
802 if (on
835 venc_power_v4(struct device *dev, int on) argument
1018 core_power_v4(struct venus_core *core, int on) argument
[all...]

Completed in 184 milliseconds

1234567891011>>