Home
last modified time | relevance | path

Searched refs:is_supported (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/pinctrl/bcm/
Dpinctrl-cygnus-mux.c128 int is_supported; member
151 .is_supported = i, \
853 if (!mux->is_supported) in cygnus_gpio_request_enable()
880 if (!mux->is_supported) in cygnus_gpio_disable_free()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.h209 u8 is_supported; member
Dbnx2x_vfpf.c324 if (fp_hsi_resp && !fp_hsi_resp->is_supported) in bnx2x_vfpf_acquire()
1166 fp_hsi->is_supported = (vf->fp_hsi > ETH_FP_HSI_VERSION) ? 0 : 1; in bnx2x_vf_mbx_resp_fp_hsi_ver()
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c400 static const char *str_supported(int is_supported);
402 static inline const char *str_supported(int is_supported) { return ""; } in str_supported() argument
8868 static const char * __init str_supported(int is_supported) in str_supported() argument
8872 return (is_supported) ? &text_unsupported[4] : &text_unsupported[0]; in str_supported()