Home
last modified time | relevance | path

Searched refs:alloc_entry (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Ddat.h21 int (*alloc_entry)(struct i3c_hci *hci); member
H A Ddat_v1.c184 .alloc_entry = hci_dat_v1_alloc_entry,
H A Dcore.c390 ret = mipi_i3c_hci_dat_v1.alloc_entry(hci); in i3c_hci_attach_i3c_dev()
444 ret = mipi_i3c_hci_dat_v1.alloc_entry(hci); in i3c_hci_attach_i2c_dev()
H A Dcmd_v1.c313 ret = mipi_i3c_hci_dat_v1.alloc_entry(hci); in hci_cmd_v1_daa()
/openbmc/qemu/qobject/
H A Dqdict.c56 static QDictEntry *alloc_entry(const char *key, QObject *value) in alloc_entry() function
128 entry = alloc_entry(key, value); in qdict_put_obj()
/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c731 static struct entry *alloc_entry(struct entry_alloc *ea) in alloc_entry() function
1264 e = alloc_entry(&mq->cache_alloc); in queue_promotion()
1328 e = alloc_entry(&mq->hotspot_alloc); in update_hotspot_queue()