MCPcopy Create free account
hub / github.com/apache/nuttx / register_driver

Function register_driver

fs/driver/fs_registerdriver.c:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 ****************************************************************************/
128
129int register_driver(FAR const char *path,
130 FAR const struct file_operations *fops,
131 mode_t mode, FAR void *priv)
132{
133 return register_driver_with_size(path, fops, mode, priv, 0);
134}

Callers 15

devrandom_registerFunction · 0.85
devurandom_registerFunction · 0.85
esp_nxdiag_registerFunction · 0.85
esp_temp_sensor_registerFunction · 0.85
esp_ulp_registerFunction · 0.85
devrandom_registerFunction · 0.85
devurandom_registerFunction · 0.85
devrandom_registerFunction · 0.85
devurandom_registerFunction · 0.85
esp_himem_initFunction · 0.85
devrandom_registerFunction · 0.85

Calls 1

Tested by 1

pci_ep_test_probeFunction · 0.68