Symbol: ssam_device_id
drivers/hid/surface-hid/surface_hid.c
232
static const struct ssam_device_id surface_hid_match[] = {
drivers/hwmon/surface_fan.c
65
static const struct ssam_device_id ssam_fan_match[] = {
drivers/hwmon/surface_temp.c
217
static const struct ssam_device_id ssam_temp_match[] = {
drivers/platform/surface/aggregator/bus.c
189
static bool ssam_device_id_compatible(const struct ssam_device_id *id,
drivers/platform/surface/aggregator/bus.c
217
static bool ssam_device_id_is_null(const struct ssam_device_id *id)
drivers/platform/surface/aggregator/bus.c
236
const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *table,
drivers/platform/surface/aggregator/bus.c
239
const struct ssam_device_id *id;
drivers/platform/surface/aggregator/bus.c
265
const struct ssam_device_id *ssam_device_get_match(const struct ssam_device *dev)
drivers/platform/surface/aggregator/bus.c
300
const struct ssam_device_id *id;
drivers/platform/surface/surface_aggregator_hub.c
350
static const struct ssam_device_id ssam_hub_match[] = {
drivers/platform/surface/surface_aggregator_tabletsw.c
624
static const struct ssam_device_id ssam_tablet_sw_match[] = {
drivers/platform/surface/surface_dtx.c
1214
static const struct ssam_device_id surface_dtx_ssam_match[] = {
drivers/platform/surface/surface_platform_profile.c
239
static const struct ssam_device_id ssam_platform_profile_match[] = {
drivers/power/supply/surface_battery.c
854
static const struct ssam_device_id surface_battery_match[] = {
drivers/power/supply/surface_charger.c
262
static const struct ssam_device_id surface_ac_match[] = {
include/linux/surface_aggregator/device.h
188
const struct ssam_device_id *match_table;
include/linux/surface_aggregator/device.h
247
const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *table,
include/linux/surface_aggregator/device.h
250
const struct ssam_device_id *ssam_device_get_match(const struct ssam_device *dev);
scripts/mod/devicetable-offsets.c
257
DEVID(ssam_device_id);
scripts/mod/devicetable-offsets.c
258
DEVID_FIELD(ssam_device_id, match_flags);
scripts/mod/devicetable-offsets.c
259
DEVID_FIELD(ssam_device_id, domain);
scripts/mod/devicetable-offsets.c
260
DEVID_FIELD(ssam_device_id, category);
scripts/mod/devicetable-offsets.c
261
DEVID_FIELD(ssam_device_id, target);
scripts/mod/devicetable-offsets.c
262
DEVID_FIELD(ssam_device_id, instance);
scripts/mod/devicetable-offsets.c
263
DEVID_FIELD(ssam_device_id, function);
scripts/mod/file2alias.c
1308
DEF_FIELD(symval, ssam_device_id, match_flags);
scripts/mod/file2alias.c
1309
DEF_FIELD(symval, ssam_device_id, domain);
scripts/mod/file2alias.c
1310
DEF_FIELD(symval, ssam_device_id, category);
scripts/mod/file2alias.c
1311
DEF_FIELD(symval, ssam_device_id, target);
scripts/mod/file2alias.c
1312
DEF_FIELD(symval, ssam_device_id, instance);
scripts/mod/file2alias.c
1313
DEF_FIELD(symval, ssam_device_id, function);