Searched refs:ifmode (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ak881x.c | 233 u8 ifmode, data; in ak881x_probe() local 264 ifmode = 4; in ak881x_probe() 266 ifmode = 0; in ak881x_probe() 270 ifmode |= 1; in ak881x_probe() 273 ifmode |= 2; in ak881x_probe() 280 dev_dbg(&client->dev, "IF mode %x\n", ifmode); in ak881x_probe() 287 reg_write(client, AK881X_INTERFACE_MODE, ifmode | (20 << 3)); in ak881x_probe()
|
| /linux/drivers/net/pcs/ |
| H A D | pcs-lynx.c | 174 phy_interface_t ifmode, in lynx_pcs_config() argument 179 switch (ifmode) { in lynx_pcs_config() 184 return lynx_pcs_config_giga(lynx->mdio, ifmode, advertising, in lynx_pcs_config() 188 return lynx_pcs_config_usxgmii(lynx->mdio, ifmode, advertising, in lynx_pcs_config()
|
| /linux/drivers/memstick/host/ |
| H A D | rtsx_usb_ms.c | 37 unsigned char ifmode; member 428 if (int_reg && (host->ifmode != MEMSTICK_SERIAL)) in ms_read_bytes() 453 if (int_reg && (host->ifmode != MEMSTICK_SERIAL)) in ms_read_bytes() 468 if (host->ifmode != MEMSTICK_SERIAL) in rtsx_usb_ms_issue_cmd() 487 if (host->ifmode == MEMSTICK_SERIAL) { in rtsx_usb_ms_issue_cmd() 624 host->ifmode = value; in rtsx_usb_ms_set_param()
|
| H A D | jmb38x_ms.c | 62 unsigned char ifmode; member 393 if (host->ifmode == MEMSTICK_SERIAL) in jmb38x_ms_issue_cmd() 748 host->ifmode = value; in jmb38x_ms_set_param()
|