Home
last modified time | relevance | path

Searched defs:to_channel (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/most/
H A Dmost_cdev.c46 #define to_channel(d) container_of(d, struct comp_channel, cdev) macro
H A Dcore.c65 #define to_channel(d) container_of(d, struct most_channel, dev) macro
/linux/drivers/edac/
H A Di7300_edac.c67 #define to_channel(ch, branch) ((((branch)) << 1) | (ch)) macro
/linux/net/ethtool/
H A Dioctl.c2107 u16 from_channel, to_channel; in ethtool_set_channels() local