Searched refs:is_double (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_tmds_clk.c35 bool is_double = false; local
52 is_double = (d == 2) ? true : false;
59 *half = is_double;
/linux-master/drivers/clk/sunxi/
H A Dclk-sun4i-tcon-ch1.c105 bool is_double; local
122 is_double = d;
129 *half = is_double;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c985 __le16 perfect_match, bool is_double)
996 if (is_double) {
1006 if (is_double) {
984 dwmac4_update_vlan_hash(struct mac_device_info *hw, u32 hash, __le16 perfect_match, bool is_double) argument
H A Ddwxgmac2_core.c618 __le16 perfect_match, bool is_double)
634 if (is_double) {
657 if (is_double) {
617 dwxgmac2_update_vlan_hash(struct mac_device_info *hw, u32 hash, __le16 perfect_match, bool is_double) argument
H A Dstmmac_main.c6631 static int stmmac_vlan_update(struct stmmac_priv *priv, bool is_double) argument
6653 return stmmac_update_vlan_hash(priv, priv->hw, hash, pmatch, is_double);
6659 bool is_double = false; local
6667 is_double = true;
6670 ret = stmmac_vlan_update(priv, is_double);
6690 bool is_double = false; local
6698 is_double = true;
6708 ret = stmmac_vlan_update(priv, is_double);
H A Dhwif.h397 __le16 perfect_match, bool is_double);
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c323 unsigned int is_double : 1; member in struct:usbf_ep_info
334 .is_double = _is_double, \
3221 if (!usbf_ep_info[epn->id].is_double) {
3229 if (usbf_ep_info[epn->id].is_double) {

Completed in 156 milliseconds