Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 51) sorted by relevance

123

/include/linux/usb/
Dotg-fsm.h191 void (*chrg_vbus)(struct otg_fsm *fsm, int on);
192 void (*drv_vbus)(struct otg_fsm *fsm, int on);
193 void (*loc_conn)(struct otg_fsm *fsm, int on);
194 void (*loc_sof)(struct otg_fsm *fsm, int on);
200 int (*start_host)(struct otg_fsm *fsm, int on);
201 int (*start_gadget)(struct otg_fsm *fsm, int on);
205 static inline int otg_chrg_vbus(struct otg_fsm *fsm, int on) in otg_chrg_vbus() argument
209 fsm->ops->chrg_vbus(fsm, on); in otg_chrg_vbus()
213 static inline int otg_drv_vbus(struct otg_fsm *fsm, int on) in otg_drv_vbus() argument
217 if (fsm->drv_vbus != on) { in otg_drv_vbus()
[all …]
Dtcpm.h149 int (*set_vconn)(struct tcpc_dev *dev, bool on);
150 int (*set_vbus)(struct tcpc_dev *dev, bool on, bool charge);
152 int (*set_pd_rx)(struct tcpc_dev *dev, bool on);
161 int (*set_bist_data)(struct tcpc_dev *dev, bool on);
/include/soc/sa1100/
Dpwer.h9 int sa11x0_gpio_set_wake(unsigned int gpio, unsigned int on);
10 int sa11x0_sc_set_wake(unsigned int irq, unsigned int on);
/include/linux/phy/
Domap_control_phy.h69 void omap_control_phy_power(struct device *dev, int on);
75 static inline void omap_control_phy_power(struct device *dev, int on) in omap_control_phy_power() argument
/include/net/caif/
Dcaif_device.h48 void (*flowctrl)(struct net_device *net, int on);
/include/linux/
Dgpio-pxa.h19 int (*gpio_set_wake)(unsigned int gpio, unsigned int on);
Dpmu.h38 extern void pmu_enable_irled(int on);
Dleds.h635 void ledtrig_flash_ctrl(bool on);
636 void ledtrig_torch_ctrl(bool on);
638 static inline void ledtrig_flash_ctrl(bool on) {} in ledtrig_flash_ctrl() argument
639 static inline void ledtrig_torch_ctrl(bool on) {} in ledtrig_torch_ctrl() argument
Dfsl_devices.h136 void (*cs_control)(struct spi_device *spi, bool on);
Dsm501.h158 int (*set_power)(struct device *dev, unsigned int on);
/include/linux/platform_data/
Dmmc-davinci.h17 void (*set_power)(int module, bool on);
Dusb-omap1.h54 int (*transceiver_power)(int on);
Dusb-ohci-s3c2410.h27 void (*enable_oc)(struct s3c2410_hcd_info *, int on);
Dusb-omap.h65 void (*set_phy_power)(u8 on);
/include/linux/irqchip/
Dirq-madera.h123 static inline int madera_set_irq_wake(struct madera *madera, int irq, int on) in madera_set_irq_wake() argument
129 return irq_set_irq_wake(irq, on); in madera_set_irq_wake()
/include/sound/
Dseq_midi_event.h32 void snd_midi_event_no_status(struct snd_midi_event *dev, int on);
/include/linux/mfd/pcf50633/
Dgpio.h45 int gpio, int regulator, int on);
/include/linux/mmc/
Dslot-gpio.h26 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on);
/include/linux/dsa/
Dksz_common.h34 void (*hwtstamp_set_state)(struct dsa_switch *ds, bool on);
/include/soc/mscc/
Docelot_ptp.h56 struct ptp_clock_request *rq, int on);
/include/net/sctp/
Dulpevent.h155 __u16 sn_type, __u8 on) in sctp_ulpevent_type_set() argument
160 if (on) in sctp_ulpevent_type_set()
/include/pcmcia/
Dsoc_common.h9 bool on; member
/include/media/i2c/
Dadp1653.h86 int (*power)(struct v4l2_subdev *sd, int on);
/include/net/
Dmac802154.h219 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
228 const bool on);
/include/net/netfilter/
Dnf_conntrack_core.h100 void __nf_ct_change_status(struct nf_conn *ct, unsigned long on, unsigned long off);

123