Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/radio/
H A Dradio-typhoon.c71 struct typhoon { struct
78 struct typhoon *ty = kzalloc(sizeof(*ty), GFP_KERNEL); in typhoon_alloc() argument
113 struct typhoon *ty = container_of(isa, struct typhoon, isa); in typhoon_s_mute_volume()
H A DMakefile32 obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o
H A DKconfig459 module will be called radio-typhoon.
/linux-6.15/drivers/net/ethernet/3com/
H A Dtyphoon.c254 struct typhoon { struct
454 typhoon_hello(struct typhoon *tp) in typhoon_hello()
708 struct typhoon *tp = netdev_priv(dev); in typhoon_start_tx()
855 struct typhoon *tp = netdev_priv(dev); in typhoon_set_rx_mode()
946 struct typhoon *tp = netdev_priv(dev); in typhoon_get_stats()
965 struct typhoon *tp = netdev_priv(dev); in typhoon_get_drvinfo()
995 struct typhoon *tp = netdev_priv(dev); in typhoon_get_link_ksettings()
1057 struct typhoon *tp = netdev_priv(dev); in typhoon_set_link_ksettings()
1249 typhoon_init_rings(struct typhoon *tp) in typhoon_init_rings()
1720 struct typhoon *tp = container_of(napi, struct typhoon, napi); in typhoon_poll()
[all …]
H A DMakefile11 obj-$(CONFIG_TYPHOON) += typhoon.o
H A DKconfig100 will be called typhoon.
/linux-6.15/arch/arm64/boot/dts/apple/
H A Dt7001.dtsi35 compatible = "apple,typhoon";
45 compatible = "apple,typhoon";
55 compatible = "apple,typhoon";
H A Dt7000.dtsi33 compatible = "apple,typhoon";
43 compatible = "apple,typhoon";
/linux-6.15/Documentation/admin-guide/media/
H A Dradio-cardlist.rst32 radio-typhoon Typhoon Radio (a.k.a. EcoRadio)
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dcpus.yaml97 - apple,typhoon
/linux-6.15/
H A DMAINTAINERS81 F: drivers/net/ethernet/3com/typhoon*