/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
H A D | Makefile | |
H A D | core.c | 29 static int sh_pfc_map_resources(struct sh_pfc *pfc, sh_pfc_map_resources() argument 95 static void __iomem *sh_pfc_phys_to_virt(struct sh_pfc *pfc, u32 reg) sh_pfc_phys_to_virt() argument 118 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin) sh_pfc_get_pin_index() argument 180 static void sh_pfc_config_reg_helper(struct sh_pfc *pfc, sh_pfc_config_reg_helper() argument 201 static void sh_pfc_write_config_reg(struct sh_pfc *pfc, sh_pfc_write_config_reg() argument 230 static int sh_pfc_get_config_reg(struct sh_pfc *pfc, u16 enum_id, sh_pfc_get_config_reg() argument 276 static int sh_pfc_mark_to_enum(struct sh_pfc *pfc, u16 mark, int pos, sh_pfc_mark_to_enum() argument 299 int sh_pfc_config_mux(struct sh_pfc *pfc, unsigned mark, int pinmux_type) sh_pfc_config_mux() argument 379 static int sh_pfc_init_ranges(struct sh_pfc *pfc) sh_pfc_init_ranges() argument 502 struct sh_pfc *pfc; sh_pfc_probe() local 571 struct sh_pfc *pfc = platform_get_drvdata(pdev); sh_pfc_remove() local
|
H A D | gpio.c | 33 struct sh_pfc *pfc; member in struct:sh_pfc_chip 82 struct sh_pfc *pfc = chip->pfc; gpio_setup_data_reg() local 104 struct sh_pfc *pfc = chip->pfc; gpio_setup_data_regs() local 140 struct sh_pfc *pfc = gpio_to_pfc(gc); gpio_pin_request() local 207 struct sh_pfc *pfc = gpio_to_pfc(gc); gpio_pin_to_irq() local 230 struct sh_pfc *pfc = chip->pfc; gpio_pin_setup() local 267 struct sh_pfc *pfc = gpio_to_pfc(gc); gpio_function_request() local 295 struct sh_pfc *pfc = chip->pfc; gpio_function_setup() local 314 sh_pfc_add_gpiochip(struct sh_pfc *pfc, int(*setup)(struct sh_pfc_chip *), sh_pfc_add_gpiochip() argument 342 int sh_pfc_register_gpiochip(struct sh_pfc *pfc) sh_pfc_register_gpiochip() argument 413 int sh_pfc_unregister_gpiochip(struct sh_pfc *pfc) sh_pfc_unregister_gpiochip() argument
|
H A D | pinctrl.c | 39 struct sh_pfc *pfc; member in struct:sh_pfc_pinctrl 319 struct sh_pfc *pfc = pmx->pfc; sh_pfc_func_set_mux() local 353 struct sh_pfc *pfc = pmx->pfc; sh_pfc_gpio_request_enable() local 395 struct sh_pfc *pfc = pmx->pfc; sh_pfc_gpio_disable_free() local 410 struct sh_pfc *pfc = pmx->pfc; sh_pfc_gpio_set_direction() local 452 static bool sh_pfc_pinconf_validate(struct sh_pfc *pfc, unsigned int _pin, sh_pfc_pinconf_validate() argument 477 struct sh_pfc *pfc = pmx->pfc; sh_pfc_pinconf_get() local 513 struct sh_pfc *pfc = pmx->pfc; sh_pfc_pinconf_set() local 572 static int sh_pfc_map_pins(struct sh_pfc *pfc, struct sh_pfc_pinctrl *pmx) sh_pfc_map_pins() argument 603 int sh_pfc_register_pinctrl(struct sh_pfc *pfc) sh_pfc_register_pinctrl() argument 634 int sh_pfc_unregister_pinctrl(struct sh_pfc *pfc) sh_pfc_unregister_pinctrl() argument
|
H A D | pfc-r8a73a4.c | 2681 static unsigned int r8a73a4_pinmux_get_bias(struct sh_pfc *pfc, r8a73a4_pinmux_get_bias() argument 2699 static void r8a73a4_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin, r8a73a4_pinmux_set_bias() argument
|
H A D | pfc-r8a7740.c | 3706 static void __iomem *r8a7740_pinmux_portcr(struct sh_pfc *pfc, unsigned int pin) r8a7740_pinmux_portcr() argument 3721 static unsigned int r8a7740_pinmux_get_bias(struct sh_pfc *pfc, unsigned int pin) r8a7740_pinmux_get_bias() argument 3737 static void r8a7740_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin, r8a7740_pinmux_set_bias() argument
|
H A D | pfc-sh73a0.c | 3696 struct sh_pfc *pfc = reg->reg_data; sh73a0_vccq_mc0_endisable() local 3729 struct sh_pfc *pfc = reg->reg_data; sh73a0_vccq_mc0_is_enabled() local 3787 static unsigned int sh73a0_pinmux_get_bias(struct sh_pfc *pfc, unsigned int pin) sh73a0_pinmux_get_bias() argument 3804 static void sh73a0_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin, sh73a0_pinmux_set_bias() argument 3827 static int sh73a0_pinmux_soc_init(struct sh_pfc *pfc) sh73a0_pinmux_soc_init() argument
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | board-bockw-reference.c | 37 void __iomem *pfc; bockw_init() local
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_dcbnl.c | 95 static int fm10k_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) fm10k_dcbnl_ieee_getpfc() argument 111 static int fm10k_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) fm10k_dcbnl_ieee_setpfc() argument
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dcb.c | 195 xgbe_dcb_ieee_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) xgbe_dcb_ieee_getpfc() argument 212 xgbe_dcb_ieee_setpfc(struct net_device *netdev, struct ieee_pfc *pfc) xgbe_dcb_ieee_setpfc() argument
|
H A D | xgbe-dev.c | 565 struct ieee_pfc *pfc = pdata->pfc; xgbe_config_tx_flow_control() local 577 struct ieee_pfc *pfc = pdata->pfc; xgbe_config_rx_flow_control() local 589 struct ieee_pfc *pfc = pdata->pfc; xgbe_config_flow_control() local 1345 struct ieee_pfc *pfc = pdata->pfc; xgbe_config_dcb_pfc() local
|
H A D | xgbe.h | 777 struct ieee_pfc *pfc; member in struct:xgbe_prv_data
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 93 i40e_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) i40e_dcbnl_ieee_getpfc() argument
|
H A D | i40e_type.h | 428 struct i40e_dcb_pfc_config pfc; member in struct:i40e_dcbx_config
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 192 mlx4_en_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) mlx4_en_dcbnl_ieee_getpfc() argument 203 mlx4_en_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) mlx4_en_dcbnl_ieee_setpfc() argument
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
H A D | db1000.c | 499 unsigned long pfc; db1000_dev_setup() local
|
H A D | db1200.c | 819 unsigned long pfc; db1200_dev_setup() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 967 static int cxgb4_ieee_get_pfc(struct net_device *dev, struct ieee_pfc *pfc) cxgb4_ieee_get_pfc() argument 1189 static int cxgb4_cee_peer_getpfc(struct net_device *dev, struct cee_pfc *pfc) cxgb4_cee_peer_getpfc() argument
|
H A D | t4fw_api.h | 2353 } pfc; member in union:fw_port_cmd::fw_port::fw_port_dcb
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 742 struct ieee_pfc pfc = {0}; ixgbe_dcbnl_setdcbx() local 585 ixgbe_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) ixgbe_dcbnl_ieee_getpfc() argument 610 ixgbe_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) ixgbe_dcbnl_ieee_setpfc() argument
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.h | 62 struct bnx2x_dcbx_pfc_params pfc; member in struct:bnx2x_dcbx_port_params
|
H A D | bnx2x_dcb.c | 295 bnx2x_dcbx_get_pfc_feature(struct bnx2x *bp, struct dcbx_pfc_feature *pfc, u32 error) bnx2x_dcbx_get_pfc_feature() argument 2512 bnx2x_cee_peer_getpfc(struct net_device *netdev, struct cee_pfc *pfc) bnx2x_cee_peer_getpfc() argument
|
H A D | bnx2x_hsi.h | 1860 struct dcbx_pfc_feature pfc; member in struct:dcbx_features
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 167 __u64 pfc; /* pfault compare [PFAULT] */ member in struct:kvm_sync_regs
|
/linux-4.1.27/net/dcb/ |
H A D | dcbnl.c | 1099 struct ieee_pfc pfc; dcbnl_ieee_fill() local 1142 struct ieee_pfc pfc; dcbnl_ieee_fill() local 1330 struct cee_pfc pfc; dcbnl_cee_fill() local 1459 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); dcbnl_ieee_set() local
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 1096 qlcnic_dcb_cee_peer_get_pfc(struct net_device *netdev, struct cee_pfc *pfc) qlcnic_dcb_cee_peer_get_pfc() argument
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma.h | 561 static inline u8 ocrdma_get_pfc_prio(u8 *pfc, u8 prio) ocrdma_get_pfc_prio() argument
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_type.h | 422 struct i40e_ieee_pfc_config pfc; member in struct:i40e_dcbx_config
|