Home
last modified time | relevance | path

Searched defs:tpd (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c43 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_attach() local
64 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detach() local
71 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detect() local
81 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_enable() local
88 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_disable() local
103 struct tpd12s015_device *tpd = data; in tpd12s015_hpd_isr() local
113 struct tpd12s015_device *tpd; in tpd12s015_probe() local
184 struct tpd12s015_device *tpd = platform_get_drvdata(pdev); in tpd12s015_remove() local
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h79 #define TPD_BUF_LEN_SET(tpd, val) BITS_SET((tpd)->word[0], 0, 15, val) argument
81 #define TPD_CSX_SET(tpd, val) BITS_SET((tpd)->word[1], 8, 8, val) argument
83 #define TPD_LSO(tpd) BITS_GET((tpd)->word[1], 12, 12) argument
84 #define TPD_LSO_SET(tpd, val) BITS_SET((tpd)->word[1], 12, 12, val) argument
89 #define TPD_LSOV_SET(tpd, val) BITS_SET((tpd)->word[1], 13, 13, val) argument
93 #define TPD_IPV4_SET(tpd, val) BITS_SET((tpd)->word[1], 16, 16, val) argument
97 #define TPD_TYP_SET(tpd, val) BITS_SET((tpd)->word[1], 17, 17, val) argument
106 #define TPD_INSTC_SET(tpd, val) BITS_SET((tpd)->word[3], 17, 17, val) argument
125 #define TPD_MSS_SET(tpd, val) BITS_SET((tpd)->word[1], 18, 30, val) argument
127 #define TPD_PKT_LEN_SET(tpd, val) ((tpd)->word[2] = cpu_to_le32(val)) argument
[all …]
H A Demac-mac.c1026 struct emac_tx_queue *tx_q, struct emac_tpd *tpd) in emac_tx_tpd_create()
1248 struct emac_tpd *tpd) in emac_tso_csum()
1332 struct emac_tpd *tpd) in emac_tx_fill_tpd()
1441 struct emac_tpd tpd; in emac_mac_tx_buf_send() local
/openbmc/linux/drivers/pwm/
H A Dpwm-renesas-tpu.c92 static void tpu_pwm_write(struct tpu_pwm_device *tpd, int reg_nr, u16 value) in tpu_pwm_write()
100 static void tpu_pwm_set_pin(struct tpu_pwm_device *tpd, in tpu_pwm_set_pin()
127 static void tpu_pwm_start_stop(struct tpu_pwm_device *tpd, int start) in tpu_pwm_start_stop()
144 static int tpu_pwm_timer_start(struct tpu_pwm_device *tpd) in tpu_pwm_timer_start()
191 static void tpu_pwm_timer_stop(struct tpu_pwm_device *tpd) in tpu_pwm_timer_stop()
213 struct tpu_pwm_device *tpd; in tpu_pwm_request() local
238 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_free() local
247 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_config() local
356 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_set_polarity() local
365 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_enable() local
[all …]
/openbmc/linux/drivers/platform/surface/
H A Dsurface_platform_profile.c111 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_get() local
132 struct ssam_tmp_profile_device *tpd; in ssam_platform_profile_set() local
146 struct ssam_tmp_profile_device *tpd; in surface_platform_profile_probe() local
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1592 atl1e_get_tx_buffer(struct atl1e_adapter *adapter, struct atl1e_tpd_desc *tpd) in atl1e_get_tx_buffer()
1628 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tso_csum()
1703 struct sk_buff *skb, struct atl1e_tpd_desc *tpd) in atl1e_tx_map()
1850 struct atl1e_tpd_desc *tpd) in atl1e_tx_queue()
1866 struct atl1e_tpd_desc *tpd; in atl1e_xmit_frame() local
/openbmc/linux/drivers/atm/
H A Dhe.c1608 struct he_tpd *tpd; in __alloc_tpd() local
1804 struct he_tpd *tpd; in he_service_tbrq() local
2050 __enqueue_tpd(struct he_dev *he_dev, struct he_tpd *tpd, unsigned cid) in __enqueue_tpd()
2333 struct he_tpd *tpd; in he_close() local
2491 struct he_tpd *tpd; in he_send() local
H A Dfore200e.h142 typedef struct tpd { struct
144 struct tpd_spec spec; /* tpd specification */ argument
145 struct tpd_rate rate; /* tpd rate control */ argument
148 } tpd_t; argument
524 struct tpd* tpd; /* addr of transmit PDU descriptor */ member
614 … struct chunk tpd; /* array of tpds */ member
H A Dfore200e.c1472 struct tpd* tpd; in fore200e_send() local
H A Dhe.h182 volatile u32 tpd; member
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c2013 atl1c_get_tx_buffer(struct atl1c_adapter *adapter, struct atl1c_tpd_desc *tpd) in atl1c_get_tx_buffer()
2041 struct atl1c_tpd_desc **tpd, in atl1c_tso_csum()
2146 struct atl1c_tpd_desc *tpd; in atl1c_tx_rollback() local
2163 struct sk_buff *skb, struct atl1c_tpd_desc *tpd, in atl1c_tx_map()
2274 struct atl1c_tpd_desc *tpd; in atl1c_xmit_frame() local
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dalx.h76 struct alx_txd *tpd; member
H A Dmain.c1462 struct alx_txd *tpd, *first_tpd; in alx_map_tx_skb() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ch7xxx.c291 u8 tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2295 struct tx_packet_desc *tpd; in atl1_tx_queue() local