Home
last modified time | relevance | path

Searched full:avb (Results 1 – 25 of 83) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/
Dcat875.dtsi12 ethernet0 = &avb;
16 &avb {
49 avb_pins: avb {
52 function = "avb";
Dhihope-rzg2-ex.dtsi10 ethernet0 = &avb;
18 &avb {
54 avb_pins: avb {
57 function = "avb";
Dbeacon-renesom-som.dtsi54 &avb {
182 avb_pins: avb {
185 function = "avb";
Dulcb.dtsi25 ethernet0 = &avb;
145 &avb {
296 avb_pins: avb {
299 function = "avb";
Dr8a77970-eagle.dts18 ethernet0 = &avb;
78 &avb {
Dr8a77995-draak.dts19 ethernet0 = &avb;
166 &avb {
391 avb0_pins: avb {
Dr8a774a1-beacon-rzg2m-kit.dts23 ethernet0 = &avb;
Dr8a77990-ebisu.dts18 ethernet0 = &avb;
263 &avb {
525 avb_pins: avb {
527 function = "avb";
Dsalvator-common.dtsi38 ethernet0 = &avb;
326 &avb {
596 avb_pins: avb {
599 function = "avb";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml156 * snps,avb-algorithm, Queue to be enabled as AVB
183 * snps,avb-algorithm, TX queue will be working in AVB
185 and so no AVB is available in this queue.
186 * Configure Credit Base Shaper (if AVB Mode selected)
389 snps,avb-algorithm;
Drenesas,etheravb.yaml7 title: Renesas Ethernet AVB
209 ethernet0 = &avb;
212 avb: ethernet@e6800000 {
Dfsl-fec.txt14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports
17 - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
DKconfig33 tristate "Renesas Ethernet AVB support"
41 Renesas Ethernet AVB device driver.
Dravb_main.c2 /* Renesas Ethernet AVB device driver
109 * Ethernet AVB device doesn't have ROM for MAC address.
173 /* Free TX skb function for AVB-IP */
217 /* Free skb's and DMA buffers for Ethernet AVB */
272 /* Format skb and descriptor buffer for Ethernet AVB */
336 /* Init skb and descriptor buffer for Ethernet AVB */
423 /* Device init function for Ethernet AVB */
447 /* Set AVB RX */ in ravb_dmac_init()
473 /* Setting the control will start the AVB-DMAC process. */ in ravb_dmac_init()
532 /* Packet receive function for Ethernet AVB */
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dr8a77470-iwg23s-sbc.dts16 ethernet0 = &avb;
72 &avb {
181 avb_pins: avb {
183 function = "avb";
Diwg20d-q7-common.dtsi35 ethernet0 = &avb;
151 &avb {
259 avb_pins: avb {
261 function = "avb";
Dr8a7745-iwg22d-sodimm.dts40 ethernet0 = &avb;
112 &avb {
224 avb_pins: avb {
226 function = "avb";
Dr8a7742-iwg21d-q7.dts41 ethernet0 = &avb;
111 &avb {
227 avb_pins: avb {
229 function = "avb";
Dr8a7742-iwg21d-q7-dbcm-ca.dts25 &avb {
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
Diforce-usb.c273 { USB_DEVICE(0x05ef, 0x020a) }, /* AVB Top Shot Pegasus */
274 { USB_DEVICE(0x05ef, 0x8884) }, /* AVB Mag Turbo Force */
275 { USB_DEVICE(0x05ef, 0x8888) }, /* AVB Top Shot FFB Racing Wheel */
Diforce-main.c51 { 0x05ef, 0x020a, "AVB Top Shot Pegasus", btn_joystick_avb, abs_avb_pegasus, ff_iforce },
52 { 0x05ef, 0x8884, "AVB Mag Turbo Force", btn_wheel, abs_wheel, ff_iforce },
54 …{ 0x05ef, 0x8888, "AVB Top Shot Force Feedback Racing Wheel", btn_wheel, abs_wheel, ff_iforce }, /…
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
Dglobal2_avb.c18 /* Offset 0x16: AVB Command Register
19 * Offset 0x17: AVB Data Register
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc.yaml164 avb_pins: avb {
167 function = "avb";
/kernel/linux/linux-5.10/drivers/ps3/
Dps3av_cmd.c852 int ps3av_cmd_avb_param(struct ps3av_pkt_avb_param *avb, u32 send_len) in ps3av_cmd_avb_param() argument
858 /* avb packet */ in ps3av_cmd_avb_param()
859 res = ps3av_do_pkt(PS3AV_CID_AVB_PARAM, send_len, sizeof(*avb), in ps3av_cmd_avb_param()
860 &avb->send_hdr); in ps3av_cmd_avb_param()
864 res = get_status(avb); in ps3av_cmd_avb_param()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_ptp.c645 struct sja1105_avb_params_entry *avb; in sja1105_change_ptp_clk_pin_func() local
648 avb = priv->static_config.tables[BLK_IDX_AVB_PARAMS].entries; in sja1105_change_ptp_clk_pin_func()
652 avb->cas_master) in sja1105_change_ptp_clk_pin_func()
660 avb->cas_master = (func == PTP_PF_PEROUT); in sja1105_change_ptp_clk_pin_func()
662 return sja1105_dynamic_config_write(priv, BLK_IDX_AVB_PARAMS, 0, avb, in sja1105_change_ptp_clk_pin_func()

1234