Home
last modified time | relevance | path

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

12

/include/linux/usb/
A Dotg-fsm.h209 fsm->ops->chrg_vbus(fsm, on); in otg_chrg_vbus()
217 if (fsm->drv_vbus != on) { in otg_drv_vbus()
218 fsm->drv_vbus = on; in otg_drv_vbus()
219 fsm->ops->drv_vbus(fsm, on); in otg_drv_vbus()
228 if (fsm->loc_conn != on) { in otg_loc_conn()
229 fsm->loc_conn = on; in otg_loc_conn()
230 fsm->ops->loc_conn(fsm, on); in otg_loc_conn()
239 if (fsm->loc_sof != on) { in otg_loc_sof()
240 fsm->loc_sof = on; in otg_loc_sof()
241 fsm->ops->loc_sof(fsm, on); in otg_loc_sof()
[all …]
A 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/
A 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/
A 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/
A Dcaif_device.h48 void (*flowctrl)(struct net_device *net, int on);
/include/linux/
A Dgpio-pxa.h19 int (*gpio_set_wake)(unsigned int gpio, unsigned int on);
A Dpmu.h38 extern void pmu_enable_irled(int on);
A 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
A Dfsl_devices.h135 void (*cs_control)(struct spi_device *spi, bool on);
A Dsm501.h155 int (*set_power)(struct device *dev, unsigned int on);
/include/linux/platform_data/
A Dmmc-davinci.h17 void (*set_power)(int module, bool on);
A Dhuawei-gaokun-ec.h66 int gaokun_ec_psy_get_smart_charge_enable(struct gaokun_ec *ec, bool *on);
67 int gaokun_ec_psy_set_smart_charge_enable(struct gaokun_ec *ec, bool on);
A Dusb-omap1.h54 int (*transceiver_power)(int on);
A Dusb-ohci-s3c2410.h27 void (*enable_oc)(struct s3c2410_hcd_info *, int on);
A Dusb-omap.h65 void (*set_phy_power)(u8 on);
/include/linux/irqchip/
A 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/linux/mmc/
A Dslot-gpio.h25 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on);
/include/sound/
A Dseq_midi_event.h32 void snd_midi_event_no_status(struct snd_midi_event *dev, int on);
/include/linux/dsa/
A Dksz_common.h34 void (*hwtstamp_set_state)(struct dsa_switch *ds, bool on);
/include/soc/mscc/
A Docelot_ptp.h56 struct ptp_clock_request *rq, int on);
/include/net/sctp/
A Dulpevent.h155 __u16 sn_type, __u8 on) in sctp_ulpevent_type_set() argument
160 if (on) in sctp_ulpevent_type_set()
/include/pcmcia/
A Dsoc_common.h9 bool on; member
/include/media/i2c/
A Dadp1653.h86 int (*power)(struct v4l2_subdev *sd, int on);
/include/net/
A Dmac802154.h219 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
228 const bool on);
/include/net/netfilter/
A Dnf_conntrack_core.h100 void __nf_ct_change_status(struct nf_conn *ct, unsigned long on, unsigned long off);

Completed in 31 milliseconds

12