Searched refs:is_set (Results 1 – 12 of 12) sorted by relevance
| /drivers/usb/gadget/udc/aspeed-vhub/ |
| A 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()
|
| A D | hub.c | 213 bool is_set) in ast_vhub_hub_dev_feature() argument 218 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature() 221 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature() 223 str_enabled_disabled(is_set)); in ast_vhub_hub_dev_feature() 241 bool is_set) in ast_vhub_hub_ep_feature() argument 248 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature() 258 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature() 260 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature() 262 if (is_set) { in ast_vhub_hub_ep_feature()
|
| /drivers/pinctrl/pxa/ |
| A D | pinctrl-pxa2xx.c | 213 int i, is_set = 0; in pxa2xx_pconf_group_set() local 219 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set() 227 pin, is_set); in pxa2xx_pconf_group_set() 231 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
|
| /drivers/block/drbd/ |
| A 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/ |
| A 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/hv/ |
| A D | mshv_root_main.c | 617 bool is_set) in mshv_vp_ioctl_get_set_state_pfn() argument 653 if (is_set) in mshv_vp_ioctl_get_set_state_pfn() 673 bool is_set) in mshv_vp_ioctl_get_set_state() argument 749 page_count, is_set); in mshv_vp_ioctl_get_set_state() 758 if (is_set) { in mshv_vp_ioctl_get_set_state()
|
| /drivers/clk/nxp/ |
| A 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/ |
| A D | reset.c | 68 bool is_set) in ath5k_hw_register_timeout() argument 75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
|
| A D | ath5k.h | 1494 bool is_set);
|
| /drivers/i2c/busses/ |
| A D | i2c-mlxbf.c | 1775 u8 slave_shift, is_set; in mlxbf_i2c_has_coalesce() local 1785 is_set = coalesce0_reg & (1 << slave_shift); in mlxbf_i2c_has_coalesce() 1787 if (!is_set) in mlxbf_i2c_has_coalesce()
|
| /drivers/usb/gadget/udc/ |
| A 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/net/ethernet/broadcom/ |
| A D | bnx2.c | 2800 int is_set = 1; in bnx2_phy_event_is_set() local 2810 is_set = 0; in bnx2_phy_event_is_set() 2812 return is_set; in bnx2_phy_event_is_set()
|
Completed in 58 milliseconds