Home
last modified time | relevance | path

Searched refs:gpio_ctrl_handle (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.h94 s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
96 s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
H A Dixgbe_e610.c1896 s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, in ixgbe_aci_set_gpio() argument
1904 cmd->gpio_ctrl_handle = IXGBE_CPU_TO_LE16(gpio_ctrl_handle); in ixgbe_aci_set_gpio()
1923 s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, in ixgbe_aci_get_gpio() argument
1932 cmd->gpio_ctrl_handle = IXGBE_CPU_TO_LE16(gpio_ctrl_handle); in ixgbe_aci_get_gpio()
H A Dixgbe_type_e610.h1231 __le16 gpio_ctrl_handle; member
/freebsd/sys/dev/ice/
H A Dice_common.h354 ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value,
357 ice_aq_get_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx,
H A Dice_common.c6410 ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value, in ice_aq_set_gpio() argument
6418 cmd->gpio_ctrl_handle = CPU_TO_LE16(gpio_ctrl_handle); in ice_aq_set_gpio()
6437 ice_aq_get_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, in ice_aq_get_gpio() argument
6446 cmd->gpio_ctrl_handle = CPU_TO_LE16(gpio_ctrl_handle); in ice_aq_get_gpio()
H A Dice_adminq_cmd.h2151 __le16 gpio_ctrl_handle; member
2190 __le16 gpio_ctrl_handle; member