Searched refs:get_modalias (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firmware/ |
H A D | dmi-id.c | 74 static ssize_t get_modalias(char *buffer, size_t buffer_size) in get_modalias() function 138 r = get_modalias(page, PAGE_SIZE-1); in sys_dmi_modalias_show() 164 len = get_modalias(&env->buf[env->buflen - 1], in dmi_dev_uevent()
|
/openbmc/linux/drivers/firewire/ |
H A D | core-device.c | 197 static int get_modalias(const struct fw_unit *unit, char *buffer, size_t buffer_size) in get_modalias() function 213 get_modalias(unit, modalias, sizeof(modalias)); in fw_unit_uevent() 362 length = get_modalias(unit, buf, PAGE_SIZE); in modalias_show()
|
/openbmc/linux/Documentation/mm/ |
H A D | slub.rst | 190 INFO: Allocated in get_modalias+0x61/0xf5 age=53 cpu=1 pid=554 205 [<c02e2335>] get_modalias+0xb9/0xf5
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | xdomain.c | 913 static int get_modalias(const struct tb_service *svc, char *buf, size_t size) in get_modalias() function 925 get_modalias(svc, buf, PAGE_SIZE - 2); in modalias_show() 990 get_modalias(svc, modalias, sizeof(modalias)); in tb_service_uevent()
|