Searched refs:test_mode (Results 1 – 15 of 15) sorted by relevance
39 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode) in sandbox_i2c_set_test_mode() argument43 priv->test_mode = test_mode; in sandbox_i2c_set_test_mode()57 if (priv->test_mode && msg->addr == SANDBOX_I2C_TEST_ADDR) in sandbox_i2c_xfer()68 if (priv->test_mode) { in sandbox_i2c_xfer()
23 enum sandbox_i2c_eeprom_test_mode test_mode; member41 plat->test_mode = mode; in sandbox_i2c_eeprom_set_test_mode()97 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()120 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()163 plat->test_mode = SIE_TEST_MODE_NONE; in sandbox_i2c_eeprom_of_to_plat()
11 bool test_mode; member
75 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode);
625 int test_mode; in do_test_mode() local627 test_mode = udc->test_mode; in do_test_mode()632 switch (test_mode) { in do_test_mode()685 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode); in do_test_mode()787 udc->test_mode = le16_to_cpu(crq->wIndex); in handle_ep0_setup()
298 u16 test_mode; member
329 unsigned test_mode:1; member
324 mtu->test_mode = true; in handle_test_mode()691 if (mtu->test_mode) { in ep0_handle_setup()
572 mtu->test_mode = false; in mtu3_state_reset()
104 bool test_mode; member
375 musb->test_mode = true; in service_zero_data_request()739 else if (musb->test_mode) { in musb_g_ep0_irq()
425 unsigned test_mode:1; member
454 dwc->test_mode = true; in dwc3_ep0_handle_feature()883 if (dwc->test_mode) { in dwc3_ep0_complete_status()
811 u8 test_mode; member
2103 dwc->test_mode = false; in dwc3_gadget_reset_interrupt()
Completed in 28 milliseconds