Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3338 struct rtw89_fbtc_h2c_set_gpio_2b l2_h2c; in _fw_set_gpio() local
3371 l2_h2c = gpio->mux.fmt; in _fw_set_gpio()
3372 memcpy(buf, &l2_h2c, sizeof(l2_h2c)); in _fw_set_gpio()
3373 len = sizeof(l2_h2c); in _fw_set_gpio()
3381 l2_h2c = gpio->ext_pta.fmt; in _fw_set_gpio()
3382 memcpy(buf, &l2_h2c, sizeof(l2_h2c)); in _fw_set_gpio()
3383 len = sizeof(l2_h2c); in _fw_set_gpio()
3391 l2_h2c = gpio->ext_mb.fmt; in _fw_set_gpio()
3392 memcpy(buf, &l2_h2c, sizeof(l2_h2c)); in _fw_set_gpio()
3393 len = sizeof(l2_h2c); in _fw_set_gpio()
[all …]