| /kernel/linux/linux-6.6/Documentation/driver-api/i3c/ |
| D | protocol.rst | 65 The discovery mechanism is called DAA (Dynamic Address Assignment), because it 68 During DAA, each I3C device reports 3 important things: 86 During DAA, each device on the bus has been assigned an address, and this 151 passed the device address (dynamic address assigned during DAA), a payload
|
| /kernel/linux/linux-5.10/Documentation/driver-api/i3c/ |
| D | protocol.rst | 65 The discovery mechanism is called DAA (Dynamic Address Assignment), because it 68 During DAA, each I3C device reports 3 important things: 86 During DAA, each device on the bus has been assigned an address, and this 151 passed the device address (dynamic address assigned during DAA), a payload
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i3c/ |
| D | i3c.txt | 71 All I3C devices are supposed to support DAA (Dynamic Address Assignment), and 80 dynamic address before the DAA takes place (so that other devices on the bus
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i3c/ |
| D | i3c.yaml | 27 All I3C devices are supposed to support DAA (Dynamic Address Assignment), 36 specific I3C dynamic address before the DAA takes place (so that other
|
| /kernel/linux/linux-5.10/include/linux/i3c/ |
| D | master.h | 168 * before starting DAA (Dynamic Address Assignment) 302 * ease the DAA (Dynamic Address Assignment) procedure (see 358 * can be after a DAA or when a device is statically declared 375 * @do_daa: do a DAA (Dynamic Address Assignment) procedure. This is procedure 377 * discovered sure the DAA using i3c_master_add_i3c_dev_locked().
|
| /kernel/linux/linux-6.6/include/linux/i3c/ |
| D | master.h | 168 * before starting DAA (Dynamic Address Assignment) 302 * ease the DAA (Dynamic Address Assignment) procedure (see 358 * can be after a DAA or when a device is statically declared 375 * @do_daa: do a DAA (Dynamic Address Assignment) procedure. This is procedure 377 * discovered sure the DAA using i3c_master_add_i3c_dev_locked().
|
| /kernel/linux/linux-5.10/drivers/i3c/ |
| D | master.c | 32 * - re-triggering DAA 782 * i3c_master_entdaa_locked() - start a DAA (Dynamic Address Assignment) 786 * Send a ENTDAA CCC command to start a DAA procedure. 887 * words, after the DAA procedure has finished) and instantiated in 1521 * i3c_master_do_daa() - do a DAA (Dynamic Address Assignment) 1522 * @master: master doing the DAA 1666 * 6. Do a DAA (Dynamic Address Assignment) to assign dynamic addresses to all 1737 /* Disable all slave events before starting DAA. */ in i3c_master_bus_init() 1748 * the requested init_dyn_addr is retried after DAA is done in in i3c_master_bus_init() 1774 * DAA happens, and the requested dynamic address will in i3c_master_bus_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/i3c/ |
| D | master.c | 33 * - re-triggering DAA 790 * i3c_master_entdaa_locked() - start a DAA (Dynamic Address Assignment) 794 * Send a ENTDAA CCC command to start a DAA procedure. 895 * words, after the DAA procedure has finished) and instantiated in 1537 * i3c_master_do_daa() - do a DAA (Dynamic Address Assignment) 1538 * @master: master doing the DAA 1682 * 6. Do a DAA (Dynamic Address Assignment) to assign dynamic addresses to all 1755 /* Disable all slave events before starting DAA. */ in i3c_master_bus_init() 1766 * the requested init_dyn_addr is retried after DAA is done in in i3c_master_bus_init() 1792 * DAA happens, and the requested dynamic address will in i3c_master_bus_init() [all …]
|
| D | device.c | 57 * @dev: device with which the DAA should be done
|
| /kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
| D | cmd_v1.c | 307 * DAA, register the device which will allocate its own DAT entry in hci_cmd_v1_daa() 322 DBG("next_addr = 0x%02x, DAA using DAT %d", next_addr, dat_idx); in hci_cmd_v1_daa()
|
| /kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
| D | rd88f5181l-fxo-setup.c | 69 MPP3_GPIO, /* FXS or DAA select */
|
| /kernel/linux/linux-6.6/drivers/i3c/master/ |
| D | svc-i3c-master.c | 767 /* Enter/proceed with DAA */ in svc_i3c_master_do_daa_locked() 810 * address, this is the natural end of the DAA in svc_i3c_master_do_daa_locked() 821 * allowed only once, DAA will be stopped and in svc_i3c_master_do_daa_locked() 855 dev_dbg(master->dev, "DAA: device %d assigned to 0x%02x\n", in svc_i3c_master_do_daa_locked()
|
| D | i3c-master-cdns.c | 1143 /* Prepare RR slots before launching DAA. */ in cdns_i3c_master_do_daa() 1165 * Clear all retaining registers filled during DAA. We already in cdns_i3c_master_do_daa()
|
| D | dw-i3c-master.c | 791 /* Prepare DAT before launching DAA. */ in dw_i3c_master_daa()
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-writecache.c | 288 long daa; in persistent_memory_claim() local 289 daa = dax_direct_access(wc->ssd_dev->dax_dev, offset + i, p - i, in persistent_memory_claim() 291 if (daa <= 0) { in persistent_memory_claim() 292 r = daa ? daa : -EINVAL; in persistent_memory_claim() 299 while (daa-- && i < p) { in persistent_memory_claim()
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-writecache.c | 309 long daa; in persistent_memory_claim() local 311 daa = dax_direct_access(wc->ssd_dev->dax_dev, offset + i, in persistent_memory_claim() 313 if (daa <= 0) { in persistent_memory_claim() 314 r = daa ? daa : -EINVAL; in persistent_memory_claim() 321 while (daa-- && i < p) { in persistent_memory_claim()
|
| /kernel/linux/linux-5.10/drivers/i3c/master/ |
| D | i3c-master-cdns.c | 1143 /* Prepare RR slots before launching DAA. */ in cdns_i3c_master_do_daa() 1165 * Clear all retaining registers filled during DAA. We already in cdns_i3c_master_do_daa()
|
| D | dw-i3c-master.c | 772 /* Prepare DAT before launching DAA. */ in dw_i3c_master_daa()
|
| /kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
| D | ftest.sa | 134 dc.l $feb861ff,$00000d84,$4a0066ff,$00000daa
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
| D | ftest.sa | 134 dc.l $feb861ff,$00000d84,$4a0066ff,$00000daa
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| D | sungem.h | 632 * is programmed in the "Bit-Bang" mode. The daa will be steered to the
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
| D | sungem.h | 632 * is programmed in the "Bit-Bang" mode. The daa will be steered to the
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | uprobes.c | 119 * 27,2f,37,3f - formerly daa/das/aaa/aas
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | uprobes.c | 119 * 27,2f,37,3f - formerly daa/das/aaa/aas
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0018_linux_drivers_firmware.patch | 2040 + * Copy a buffer of daa to/from the user and return the address to use in 3204 + * Copy a buffer of daa to/from the user and return the address to use in
|