Searched refs:ssam_device_id (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/platform/surface/aggregator/
H A Dbus.c183 * described in its &ssam_device_id.match_flags member.
188 static bool ssam_device_id_compatible(const struct ssam_device_id *id,
216 static bool ssam_device_id_is_null(const struct ssam_device_id *id)
235 const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *table,
238 const struct ssam_device_id *id;
264 const struct ssam_device_id *ssam_device_get_match(const struct ssam_device *dev)
291 * could be found, returns its ``struct ssam_device_id.driver_data`` member.
299 const struct ssam_device_id *id;
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c250 DEVID(ssam_device_id);
251 DEVID_FIELD(ssam_device_id, match_flags);
252 DEVID_FIELD(ssam_device_id, domain);
253 DEVID_FIELD(ssam_device_id, category);
254 DEVID_FIELD(ssam_device_id, target);
255 DEVID_FIELD(ssam_device_id, instance);
256 DEVID_FIELD(ssam_device_id, function);
H A Dfile2alias.c1428 DEF_FIELD(symval, ssam_device_id, match_flags);
1429 DEF_FIELD(symval, ssam_device_id, domain);
1430 DEF_FIELD(symval, ssam_device_id, category);
1431 DEF_FIELD(symval, ssam_device_id, target);
1432 DEF_FIELD(symval, ssam_device_id, instance);
1433 DEF_FIELD(symval, ssam_device_id, function);
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h69 * with struct ssam_device_id or struct ssam_device_uid.
76 * SSAM_DEVICE() - Initialize a &struct ssam_device_id with the given
84 * Initializes a &struct ssam_device_id with the given parameters. See &struct
107 * SSAM_VDEV() - Initialize a &struct ssam_device_id as virtual device with
114 * Initializes a &struct ssam_device_id with the given parameters in the
130 * SSAM_SDEV() - Initialize a &struct ssam_device_id as physical SSH device
137 * Initializes a &struct ssam_device_id with the given parameters in the SSH
188 const struct ssam_device_id *match_table;
247 const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *tabl
[all...]
/linux-master/drivers/hwmon/
H A Dsurface_fan.c73 static const struct ssam_device_id ssam_fan_match[] = {
/linux-master/drivers/platform/surface/
H A Dsurface_platform_profile.c170 static const struct ssam_device_id ssam_platform_profile_match[] = {
H A Dsurface_aggregator_hub.c350 static const struct ssam_device_id ssam_hub_match[] = {
H A Dsurface_aggregator_tabletsw.c624 static const struct ssam_device_id ssam_tablet_sw_match[] = {
H A Dsurface_dtx.c1215 static const struct ssam_device_id surface_dtx_ssam_match[] = {
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid.c232 static const struct ssam_device_id surface_hid_match[] = {
/linux-master/drivers/power/supply/
H A Dsurface_charger.c262 static const struct ssam_device_id surface_ac_match[] = {
H A Dsurface_battery.c854 static const struct ssam_device_id surface_battery_match[] = {
/linux-master/include/linux/
H A Dmod_devicetable.h878 struct ssam_device_id { struct

Completed in 212 milliseconds