| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial.c | 374 static struct serial_device *get_current(void) in get_current() function 411 return get_current()->start(); in serial_init() 426 get_current()->setbrg(); in serial_setbrg() 442 return get_current()->getc(); in serial_getc() 457 return get_current()->tstc(); in serial_tstc() 473 get_current()->putc(c); in serial_putc() 491 get_current()->puts(s); in serial_puts() 508 struct serial_device *dev = get_current(); in default_serial_puts()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | current.h | 7 #define get_current() (current_thread_info()->task) macro 8 #define current get_current()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | current.h | 15 static __always_inline struct task_struct *get_current(void) in get_current() function 24 #define current get_current()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | current.h | 20 static inline struct task_struct *get_current(void) in get_current() function 25 #define current get_current()
|
| H A D | entry.h | 228 #define GET_CURRENT(tmp) get_current tmp 229 .macro get_current reg=%d0
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | current.h | 29 static __always_inline struct task_struct *get_current(void) in get_current() function 34 #define current get_current()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | current.h | 13 static __always_inline struct task_struct *get_current(void) in get_current() function 18 #define current get_current()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | current.h | 15 static inline struct task_struct *get_current(void) in get_current() function 26 #define current get_current()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | current.h | 22 static inline struct task_struct *get_current(void) in get_current() function 27 #define current get_current()
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | power_delivery_uclass.c | 18 if (!ops || !ops->get_current || !ops->get_voltage || !ops->get_online) in power_delivery_get_data() 22 pd_data->current = ops->get_current(dev); in power_delivery_get_data()
|
| H A D | tcpci_husb311.c | 208 .get_current = husb311_get_current,
|
| H A D | tcpci.c | 759 .get_current = tcpci_get_current,
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fuel_gauge_uclass.c | 37 if (!ops || !ops->get_current) in fuel_gauge_get_current() 40 return ops->get_current(dev); in fuel_gauge_get_current()
|
| H A D | fg_cw201x.c | 365 .get_current = cw201x_update_get_current,
|
| H A D | fg_cw221x.c | 585 .get_current = cw221x_update_get_current,
|
| H A D | fg_rk817.c | 1221 .get_current = rk817_bat_update_get_current,
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | current.h | 23 # define get_current() current macro
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | power_delivery.h | 16 int (*get_current)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | fuel_gauge.h | 19 int (*get_current)(struct udevice *dev); member
|
| H A D | regulator.h | 211 int (*get_current)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | sandbox.c | 266 .get_current = buck_get_current, 342 .get_current = ldo_get_current,
|
| H A D | fixed.c | 137 .get_current = fixed_regulator_get_current,
|
| H A D | regulator-uclass.c | 115 if (!ops || !ops->get_current) in regulator_get_current() 118 return ops->get_current(dev); in regulator_get_current()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | time.c | 600 if (get_current()->mm != NULL) in um_timer() 603 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | tlb.c | 169 struct task_struct *task = get_current(); in get_pte_for_vaddr()
|