Searched refs:works (Results 1 – 14 of 14) sorted by relevance
| /drivers/demo/ |
| A D | Kconfig | 19 works. 28 works.
|
| /drivers/mtd/ubi/ |
| A D | wl.c | 210 if (list_empty(&ubi->works)) { in do_work() 216 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work() 533 if (list_empty(&ubi->works) || ubi->ro_mode || in ubi_do_worker() 538 while (!list_empty(&ubi->works)) { in ubi_do_worker() 566 list_add_tail(&wrk->list, &ubi->works); in __schedule_ubi_work() 1375 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) { 1463 if (list_empty(&ubi->works) || ubi->ro_mode || 1510 while (!list_empty(&ubi->works)) { 1513 wrk = list_entry(ubi->works.next, struct ubi_work, list); 1542 INIT_LIST_HEAD(&ubi->works); [all …]
|
| A D | ubi.h | 597 struct list_head works; member
|
| A D | fastmap.c | 1240 list_for_each_entry(ubi_wrk, &ubi->works, list) { in ubi_write_fastmap()
|
| /drivers/sound/ |
| A D | Kconfig | 97 audio data and I2C for codec control. At present it only works 105 audio data and I2C for codec control. At present it only works 113 audio data and I2C for codec control. At present it only works 148 audio data and I2C for codec control. At present it only works
|
| /drivers/usb/tcpm/ |
| A D | Kconfig | 14 The Fairchild FUSB302 Type-C chip driver that works with
|
| /drivers/usb/ |
| A D | Kconfig | 43 (XHCI, EHCI, OHCI) can be attached and used. The 'usb' command works
|
| /drivers/bootcount/ |
| A D | Kconfig | 136 This works only, if the PMIC is not connected to a battery.
|
| /drivers/video/ |
| A D | Kconfig | 869 some setup handled by U-Boot itself. The graphics adaptor works as 881 some setup handled by U-Boot itself. The graphics adaptor works as 1095 This CONFIG works as follows: 1306 This CONFIG works as follows:
|
| /drivers/timer/ |
| A D | Kconfig | 316 methods in the code. This helps to reduce code size in TPL and works
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 193 This code works on top of composite gadget.
|
| /drivers/core/ |
| A D | Kconfig | 442 This works fine with live tree (OF_LIVE), but with flat tree the
|
| /drivers/i2c/ |
| A D | Kconfig | 20 I2C works with a clock and data line which can be driven by a
|
| /drivers/serial/ |
| A D | Kconfig | 1012 Driver works in FIFO mode.
|
Completed in 36 milliseconds