Home
last modified time | relevance | path

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

/linux/drivers/net/ipa/
H A Dipa_table.c238 enum gsi_ee_id ee_id; in ipa_filter_reset_table() local
247 ee_id = modem ? GSI_EE_MODEM : GSI_EE_AP; in ipa_filter_reset_table()
255 if (endpoint->ee_id != ee_id) in ipa_filter_reset_table()
525 enum gsi_ee_id ee_id = modem ? GSI_EE_MODEM : GSI_EE_AP; in ipa_filter_config()
538 if (endpoint->ee_id == ee_id) in ipa_filter_config()
H A Dipa_endpoint.c260 if (data->ee_id != GSI_EE_AP) in ipa_endpoint_data_valid_one()
357 if (other_data->ee_id == GSI_EE_AP) { in ipa_endpoint_data_valid_one()
585 if (endpoint->ee_id != GSI_EE_MODEM) in ipa_endpoint_modem_pause_all()
624 if (!(endpoint->ee_id == GSI_EE_MODEM && endpoint->toward_ipa)) in ipa_endpoint_modem_exception_reset_all()
1165 if (endpoint->toward_ipa || endpoint->ee_id != GSI_EE_MODEM) in ipa_endpoint_modem_hol_block_clear_all()
1934 if (endpoint->ee_id != GSI_EE_AP) in ipa_endpoint_setup_one()
2098 if (data->ee_id == GSI_EE_AP) in ipa_endpoint_init_one()
2103 endpoint->ee_id = data->ee_id; in ipa_endpoint_init_one()
2175 if (data->ee_id == GSI_EE_MODEM && data->toward_ipa) in ipa_endpoint_init()
H A Dipa_gsi.c55 return data->ee_id == GSI_EE_AP && !data->channel.tlv_count; in ipa_gsi_endpoint_data_empty()
H A Dipa_endpoint.h154 enum gsi_ee_id ee_id; member
H A Dgsi.c2163 if (data->ee_id != GSI_EE_AP && data->ee_id != GSI_EE_MODEM) { in gsi_channel_data_valid()
2164 dev_err(dev, "bad EE id %u; not AP or modem\n", data->ee_id); in gsi_channel_data_valid()
2316 if (data[i].ee_id == GSI_EE_MODEM) { in gsi_channel_init()
2334 if (modem_alloc && data[i].ee_id == GSI_EE_MODEM) { in gsi_channel_init()
/linux/drivers/misc/eeprom/
H A Didt_89hpesx.c1080 const struct i2c_device_id *ee_id = NULL; in idt_get_fw_data() local
1085 ee_id = idt_ee_match_id(fwnode); in idt_get_fw_data()
1086 if (ee_id) in idt_get_fw_data()
1093 if (!ee_id) { in idt_get_fw_data()
1100 pdev->eesize = (u32)ee_id->driver_data; in idt_get_fw_data()