Home
last modified time | relevance | path

Searched refs:ptp_pin_desc (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dptp_clock.h101 struct ptp_pin_desc { struct
135 #define PTP_PIN_GETFUNC _IOWR(PTP_CLK_MAGIC, 6, struct ptp_pin_desc) argument
136 #define PTP_PIN_SETFUNC _IOW(PTP_CLK_MAGIC, 7, struct ptp_pin_desc)
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ptp.h54 struct ptp_pin_desc pin_config[1];
/Linux-v4.19/include/linux/
Dptp_clock_kernel.h122 struct ptp_pin_desc *pin_config;
/Linux-v4.19/drivers/ptp/
Dptp_chardev.c65 struct ptp_pin_desc *pin1 = NULL, *pin2 = &info->pin_config[pin]; in ptp_set_pinfunc()
128 struct ptp_pin_desc pd; in ptp_ioctl()
Dptp_clock.c361 struct ptp_pin_desc *pin = NULL; in ptp_find_pin()
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.c148 struct ptp_pin_desc desc; in main()
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.h278 struct ptp_pin_desc pin_config[MV88E6XXX_MAX_GPIO];
Dptp.c412 struct ptp_pin_desc *ppd = &chip->pin_config[i]; in mv88e6xxx_ptp_setup()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb.h564 struct ptp_pin_desc sdp_config[IGB_N_SDP];
Digb_ptp.c1152 struct ptp_pin_desc *ppd = &adapter->sdp_config[i]; in igb_ptp_init()
/Linux-v4.19/drivers/net/phy/
Ddp83640.c182 static void dp83640_gpio_defaults(struct ptp_pin_desc *pd) in dp83640_gpio_defaults()
1104 sizeof(struct ptp_pin_desc), in dp83640_clock_get_bus()