Searched refs:get_label (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/gpio/ |
D | adi_gpio2.c | 34 static char *get_label(unsigned short ident) in get_label() function 150 __func__, ident, get_label(ident)); in peripheral_request() 172 P_FUNCT2MUX(per), get_label(ident)); in peripheral_request() 262 gpio, get_label(gpio)); in gpio_request() 267 "by %s!\n", gpio, get_label(gpio)); in gpio_request() 312 gpio, get_label(gpio)); in special_gpio_request() 317 "by %s!\n", gpio, get_label(gpio)); in special_gpio_request() 416 printf("GPIO_%d:\t%s\tGPIO %s\n", c, get_label(c), in gpio_labels() 419 printf("GPIO_%d:\t%s\tPeripheral\n", c, get_label(c)); in gpio_labels()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 13 static char get_label( int i ) in get_label() function 262 char val = get_label(j); in do_debug_bin()
|
/external/autotest/client/cros/chameleon/ |
D | chameleon.py | 409 def get_label(self): member in ChameleonBoard
|
/external/autotest/server/hosts/ |
D | cros_label.py | 333 return [chameleon.get_label() for chameleon in host.chameleon_list]
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 1114 def get_label(name): function
|
D | rpc_interface.py | 163 label = rpc_utils.get_label(name)
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 2435 self.update = (button.get_label() == _("Update")) 2650 self.dbus.change_default_mode(button.get_label().lower()) 2765 label = radio.get_label()
|