Searched refs:gpio_ctrl_handle (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_e610.h | 94 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 D | ixgbe_e610.c | 1930 s32 ixgbe_aci_set_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, in ixgbe_aci_set_gpio() argument 1938 cmd->gpio_ctrl_handle = IXGBE_CPU_TO_LE16(gpio_ctrl_handle); in ixgbe_aci_set_gpio() 1957 s32 ixgbe_aci_get_gpio(struct ixgbe_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, in ixgbe_aci_get_gpio() argument 1966 cmd->gpio_ctrl_handle = IXGBE_CPU_TO_LE16(gpio_ctrl_handle); in ixgbe_aci_get_gpio()
|
H A D | ixgbe_type_e610.h | 1231 __le16 gpio_ctrl_handle; member
|
/freebsd/sys/dev/ice/ |
H A D | ice_common.h | 354 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 D | ice_common.c | 6393 * @gpio_ctrl_handle: GPIO controller node handle in ice_aq_get_port_options() 6401 ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value, in ice_aq_get_port_options() 6409 cmd->gpio_ctrl_handle = CPU_TO_LE16(gpio_ctrl_handle); in ice_aq_get_port_options() 6419 * @gpio_ctrl_handle: GPIO controller node handle in ice_aq_get_port_options() 6428 ice_aq_get_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, 6437 cmd->gpio_ctrl_handle = CPU_TO_LE16(gpio_ctrl_handle); in ice_aq_set_port_option() 6094 ice_aq_set_gpio(struct ice_hw * hw,u16 gpio_ctrl_handle,u8 pin_idx,bool value,struct ice_sq_cd * cd) ice_aq_set_gpio() argument 6121 ice_aq_get_gpio(struct ice_hw * hw,u16 gpio_ctrl_handle,u8 pin_idx,bool * value,struct ice_sq_cd * cd) ice_aq_get_gpio() argument
|
H A D | ice_adminq_cmd.h | 2150 __le16 gpio_ctrl_handle; 2189 __le16 gpio_ctrl_handle; 2068 __le16 gpio_ctrl_handle; global() member 2107 __le16 gpio_ctrl_handle; global() member
|