Searched refs:board_type (Results 1 – 6 of 6) sorted by relevance
10 def has_internal_speaker(board_type, board_name): argument19 if ((board_type == _BOARD_TYPE_CHROMEBOX and board_name != 'stumpy')20 or board_type == _BOARD_TYPE_CHROMEBIT):25 def has_internal_microphone(board_type): argument33 if (board_type == _BOARD_TYPE_CHROMEBOX34 or board_type == _BOARD_TYPE_CHROMEBIT):39 def has_headphone(board_type): argument47 if board_type == _BOARD_TYPE_CHROMEBIT:
34 board_type = self.host.get_board_type()35 if board_type in _DO_NOT_RUN_ON_TYPE:36 raise error.TestNAError('DUT is %s type. Test Skipped' %board_type)
54 board_type = utils.get_board_type()55 if not audio_spec.has_internal_microphone(board_type):
179 int board_type; member
3321 efab->board_type = BOARD_TYPE ( board_revision ); in falcon_probe_nvram()3324 efab->board_type, efab->phy_type, efab->phy_addr ); in falcon_probe_nvram()3327 switch ( efab->board_type ) { in falcon_probe_nvram()
170 board_type = utils.get_board_type()171 if board_type in _NO_BATTERY_BOARD_TYPE:173 'See debug for mosys details', board_type)