Searched refs:ifmode (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ak881x.c | 234 u8 ifmode, data; in ak881x_probe() local 265 ifmode = 4; in ak881x_probe() 267 ifmode = 0; in ak881x_probe() 271 ifmode |= 1; in ak881x_probe() 274 ifmode |= 2; in ak881x_probe() 281 dev_dbg(&client->dev, "IF mode %x\n", ifmode); in ak881x_probe() 288 reg_write(client, AK881X_INTERFACE_MODE, ifmode | (20 << 3)); in ak881x_probe()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/net/pcs/ |
H A D | pcs-lynx.c | 172 phy_interface_t ifmode, in lynx_pcs_config() 177 switch (ifmode) { in lynx_pcs_config() 181 return lynx_pcs_config_giga(lynx->mdio, ifmode, advertising, in lynx_pcs_config() 171 lynx_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, phy_interface_t ifmode, const unsigned long *advertising, bool permit) lynx_pcs_config() argument
|
/kernel/linux/linux-5.10/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 37 unsigned char ifmode; member 425 if (int_reg && (host->ifmode != MEMSTICK_SERIAL)) in ms_read_bytes() 450 if (int_reg && (host->ifmode != MEMSTICK_SERIAL)) in ms_read_bytes() 465 if (host->ifmode != MEMSTICK_SERIAL) in rtsx_usb_ms_issue_cmd() 484 if (host->ifmode == MEMSTICK_SERIAL) { in rtsx_usb_ms_issue_cmd() 621 host->ifmode = value; in rtsx_usb_ms_set_param()
|
H A D | rtsx_pci_ms.c | 29 unsigned char ifmode; member 347 if (host->ifmode != MEMSTICK_SERIAL) in rtsx_pci_ms_issue_cmd() 366 if (req->need_card_int && (host->ifmode == MEMSTICK_SERIAL)) { in rtsx_pci_ms_issue_cmd() 486 host->ifmode = value; in rtsx_pci_ms_set_param()
|
H A D | jmb38x_ms.c | 62 unsigned char ifmode; member 394 if (host->ifmode == MEMSTICK_SERIAL) in jmb38x_ms_issue_cmd() 749 host->ifmode = value; in jmb38x_ms_set_param()
|
/kernel/linux/linux-6.6/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 37 unsigned char ifmode; member 425 if (int_reg && (host->ifmode != MEMSTICK_SERIAL)) in ms_read_bytes() 450 if (int_reg && (host->ifmode != MEMSTICK_SERIAL)) in ms_read_bytes() 465 if (host->ifmode != MEMSTICK_SERIAL) in rtsx_usb_ms_issue_cmd() 484 if (host->ifmode == MEMSTICK_SERIAL) { in rtsx_usb_ms_issue_cmd() 621 host->ifmode = value; in rtsx_usb_ms_set_param()
|
H A D | rtsx_pci_ms.c | 29 unsigned char ifmode; member 347 if (host->ifmode != MEMSTICK_SERIAL) in rtsx_pci_ms_issue_cmd() 366 if (req->need_card_int && (host->ifmode == MEMSTICK_SERIAL)) { in rtsx_pci_ms_issue_cmd() 486 host->ifmode = value; in rtsx_pci_ms_set_param()
|
H A D | jmb38x_ms.c | 62 unsigned char ifmode; member 394 if (host->ifmode == MEMSTICK_SERIAL) in jmb38x_ms_issue_cmd() 749 host->ifmode = value; in jmb38x_ms_set_param()
|
/kernel/linux/linux-5.10/drivers/net/pcs/ |
H A D | pcs-lynx.c | 159 phy_interface_t ifmode, in lynx_pcs_config() 165 switch (ifmode) { in lynx_pcs_config() 158 lynx_pcs_config(struct phylink_pcs *pcs, unsigned int mode, phy_interface_t ifmode, const unsigned long *advertising, bool permit) lynx_pcs_config() argument
|
Completed in 11 milliseconds