Searched refs:is_set (Results 1 – 11 of 11) sorted by relevance
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | dev.c | 110 bool is_set) in ast_vhub_dev_feature() argument 115 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature() 118 d->wakeup_en = is_set; in ast_vhub_dev_feature() 135 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument 142 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature() 159 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature() 160 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
|
D | hub.c | 212 bool is_set) in ast_vhub_hub_dev_feature() argument 217 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature() 220 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature() 222 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature() 240 bool is_set) in ast_vhub_hub_ep_feature() argument 247 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature() 257 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature() 259 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature() 261 if (is_set) { in ast_vhub_hub_ep_feature()
|
/drivers/pinctrl/pxa/ |
D | pinctrl-pxa2xx.c | 215 int i, is_set = 0; in pxa2xx_pconf_group_set() local 221 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set() 229 pin, is_set); in pxa2xx_pconf_group_set() 233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
|
/drivers/block/drbd/ |
D | drbd_debugfs.c | 34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit() argument 36 if (is_set && set_name) { in __seq_print_rq_state_bit() 40 } else if (!is_set && unset_name) { in __seq_print_rq_state_bit() 48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit() argument 50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
|
/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-m2m.c | 150 bool is_set = false; in gsc_m2m_device_run() local 168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run() 169 if (is_set) { in gsc_m2m_device_run()
|
/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 906 bool is_set; in lpc32xx_clk_gate_is_enabled() local 909 is_set = val & BIT(clk->bit_idx); in lpc32xx_clk_gate_is_enabled() 911 return (clk->flags & CLK_GATE_SET_TO_DISABLE ? !is_set : is_set); in lpc32xx_clk_gate_is_enabled()
|
/drivers/net/wireless/ath/ath5k/ |
D | reset.c | 68 bool is_set) in ath5k_hw_register_timeout() argument 75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
|
D | ath5k.h | 1494 bool is_set);
|
/drivers/usb/gadget/udc/ |
D | renesas_usbf.c | 2297 bool is_set) in usbf_req_clear_set_feature() argument 2316 udc->is_remote_wakeup = is_set; in usbf_req_clear_set_feature() 2327 if ((ep->id == 0) && is_set) { in usbf_req_clear_set_feature() 2334 if (ep->is_wedged && !is_set) { in usbf_req_clear_set_feature() 2340 usbf_ep_stall(ep, is_set); in usbf_req_clear_set_feature()
|
/drivers/i2c/busses/ |
D | i2c-mlxbf.c | 1804 u8 slave_shift, is_set; in mlxbf_i2c_has_coalesce() local 1814 is_set = coalesce0_reg & (1 << slave_shift); in mlxbf_i2c_has_coalesce() 1816 if (!is_set) in mlxbf_i2c_has_coalesce()
|
/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 2799 int is_set = 1; in bnx2_phy_event_is_set() local 2809 is_set = 0; in bnx2_phy_event_is_set() 2811 return is_set; in bnx2_phy_event_is_set()
|