Symbol: pse_control
drivers/net/mdio/fwnode_mdio.c
121
struct pse_control *psec = NULL;
drivers/net/mdio/fwnode_mdio.c
20
static struct pse_control *
drivers/net/mdio/fwnode_mdio.c
24
struct pse_control *psec;
drivers/net/pse-pd/pse_core.c
1021
struct pse_control *psec;
drivers/net/pse-pd/pse_core.c
1358
struct pse_control *psec = container_of(kref, struct pse_control,
drivers/net/pse-pd/pse_core.c
1373
static void __pse_control_put_internal(struct pse_control *psec)
drivers/net/pse-pd/pse_core.c
1384
void pse_control_put(struct pse_control *psec)
drivers/net/pse-pd/pse_core.c
1395
static struct pse_control *
drivers/net/pse-pd/pse_core.c
1399
struct pse_control *psec;
drivers/net/pse-pd/pse_core.c
1498
struct pse_control *of_pse_control_get(struct device_node *node,
drivers/net/pse-pd/pse_core.c
1503
struct pse_control *psec;
drivers/net/pse-pd/pse_core.c
1565
static void pse_get_sw_admin_state(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1596
int pse_ethtool_get_status(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1706
static int pse_ethtool_c33_set_config(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1741
static int pse_ethtool_podl_set_config(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1773
int pse_ethtool_set_config(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1846
int pse_ethtool_set_pw_limit(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1907
int pse_ethtool_set_prio(struct pse_control *psec,
drivers/net/pse-pd/pse_core.c
1968
bool pse_has_podl(struct pse_control *psec)
drivers/net/pse-pd/pse_core.c
1974
bool pse_has_c33(struct pse_control *psec)
drivers/net/pse-pd/pse_core.c
245
static struct pse_control *
drivers/net/pse-pd/pse_core.c
248
struct pse_control *psec;
drivers/net/pse-pd/pse_core.c
268
static struct net_device *pse_control_get_netdev(struct pse_control *psec)
include/linux/phy.h
788
struct pse_control *psec;
include/linux/pse-pd/pse.h
220
struct pse_control;
include/linux/pse-pd/pse.h
349
struct pse_control *of_pse_control_get(struct device_node *node,
include/linux/pse-pd/pse.h
351
void pse_control_put(struct pse_control *psec);
include/linux/pse-pd/pse.h
353
int pse_ethtool_get_status(struct pse_control *psec,
include/linux/pse-pd/pse.h
356
int pse_ethtool_set_config(struct pse_control *psec,
include/linux/pse-pd/pse.h
359
int pse_ethtool_set_pw_limit(struct pse_control *psec,
include/linux/pse-pd/pse.h
362
int pse_ethtool_set_prio(struct pse_control *psec,
include/linux/pse-pd/pse.h
366
bool pse_has_podl(struct pse_control *psec);
include/linux/pse-pd/pse.h
367
bool pse_has_c33(struct pse_control *psec);
include/linux/pse-pd/pse.h
371
static inline struct pse_control *of_pse_control_get(struct device_node *node,
include/linux/pse-pd/pse.h
377
static inline void pse_control_put(struct pse_control *psec)
include/linux/pse-pd/pse.h
381
static inline int pse_ethtool_get_status(struct pse_control *psec,
include/linux/pse-pd/pse.h
388
static inline int pse_ethtool_set_config(struct pse_control *psec,
include/linux/pse-pd/pse.h
395
static inline int pse_ethtool_set_pw_limit(struct pse_control *psec,
include/linux/pse-pd/pse.h
402
static inline int pse_ethtool_set_prio(struct pse_control *psec,
include/linux/pse-pd/pse.h
409
static inline bool pse_has_podl(struct pse_control *psec)
include/linux/pse-pd/pse.h
414
static inline bool pse_has_c33(struct pse_control *psec)