Searched refs:modem_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | gsi.h | 247 bool modem_alloc);
|
H A D | ipa_main.c | 724 bool modem_alloc; in ipa_probe() local 792 modem_alloc = ipa->version == IPA_VERSION_4_2; in ipa_probe() 795 data->endpoint_data, modem_alloc); in ipa_probe()
|
H A D | gsi.c | 1898 bool modem_alloc) in gsi_channel_init() 1914 if (modem_alloc) in gsi_channel_init() 1931 if (modem_alloc && data[i].ee_id == GSI_EE_MODEM) { in gsi_channel_init() 1958 bool modem_alloc) in gsi_init() 2012 ret = gsi_channel_init(gsi, prefetch, count, data, modem_alloc); in gsi_init() 1896 gsi_channel_init(struct gsi *gsi, bool prefetch, u32 count, const struct ipa_gsi_endpoint_data *data, bool modem_alloc) gsi_channel_init() argument 1956 gsi_init(struct gsi *gsi, struct platform_device *pdev, bool prefetch, u32 count, const struct ipa_gsi_endpoint_data *data, bool modem_alloc) gsi_init() argument
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | gsi.c | 2300 bool modem_alloc; in gsi_channel_init() local 2305 modem_alloc = gsi->version == IPA_VERSION_4_2; in gsi_channel_init() 2319 if (modem_alloc) in gsi_channel_init() 2336 if (modem_alloc && data[i].ee_id == GSI_EE_MODEM) { in gsi_channel_init()
|
Completed in 8 milliseconds