Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 2878) sorted by relevance

12345678910>>...116

/drivers/vfio/mdev/
Dmdev_sysfs.c25 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local
38 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local
81 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local
95 struct mdev_type *type; in add_mdev_supported_type() local
148 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type()
163 struct mdev_type *type; in add_mdev_supported_type_groups() local
185 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local
251 int mdev_create_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_create_sysfs_files()
276 void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_remove_sysfs_files()
/drivers/platform/x86/
Dintel_punit_ipc.c46 IPC_TYPE type; member
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status()
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd()
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low()
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high()
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low()
76 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high()
101 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status()
146 IPC_TYPE type; in intel_punit_ipc_simple_command() local
181 IPC_TYPE type; in intel_punit_ipc_command() local
/drivers/hwmon/
Dbt1-pvt.c304 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
309 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
314 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
334 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
355 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
395 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
466 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
471 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
476 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
532 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
[all …]
Dibmpowernv.c77 enum sensors type; member
248 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name()
274 enum sensors type, u32 *index) in parse_opal_node_name()
293 enum sensors type; in get_sensor_type() local
340 enum sensors type; in init_sensor_group_data() local
402 enum sensors type; in get_sensor_group() local
437 enum sensors type; in populate_attr_groups() local
507 const char *attr_name, enum sensors type, in populate_sensor()
526 static char *get_max_attr(enum sensors type) in get_max_attr()
536 static char *get_min_attr(enum sensors type) in get_min_attr()
[all …]
Dscmi-hwmon.c67 static int scmi_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read()
88 scmi_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read_string()
101 scmi_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type, in scmi_hwmon_is_visible()
127 enum hwmon_sensor_types type, u32 config) in scmi_hwmon_add_chan_info()
164 enum hwmon_sensor_types type; in scmi_hwmon_probe() local
/drivers/md/
Ddm-exception-store.c24 struct dm_exception_store_type *type; in __find_exception_store_type() local
35 struct dm_exception_store_type *type; in _get_exception_store_type() local
75 struct dm_exception_store_type *type; in get_type() local
103 static void put_type(struct dm_exception_store_type *type) in put_type()
110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/drivers/scsi/
Discsi_boot_sysfs.c25 int type; member
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj()
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target()
429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
430 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator()
455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet()
456 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument
39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument
43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument
49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument
66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument
87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument
134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument
158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument
160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
/drivers/firmware/
Dmemmap.c33 const char *type; /* type of the memory range */ member
142 const char *type, in firmware_map_add_entry()
218 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list()
245 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry()
262 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem()
281 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
323 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
345 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
/drivers/power/supply/
Dpower_supply_hwmon.c85 power_supply_hwmon_to_property(enum hwmon_sensor_types type, in power_supply_hwmon_to_property()
100 static bool power_supply_hwmon_is_a_label(enum hwmon_sensor_types type, in power_supply_hwmon_is_a_label()
123 enum hwmon_sensor_types type, int channel) in power_supply_hwmon_has_input()
139 static bool power_supply_hwmon_is_writable(enum hwmon_sensor_types type, in power_supply_hwmon_is_writable()
159 enum hwmon_sensor_types type, in power_supply_hwmon_is_visible()
184 enum hwmon_sensor_types type, in power_supply_hwmon_read_string()
206 power_supply_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_read()
250 power_supply_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_write()
/drivers/base/power/
Dqos.c110 s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type) in dev_pm_qos_read_value()
323 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type()
331 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request()
390 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request()
537 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier()
588 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier()
631 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request()
661 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request()
687 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request()
/drivers/rapidio/
Drio-access.c32 #define RIO_LOP_READ(size,type,len) \ argument
53 #define RIO_LOP_WRITE(size,type,len) \ argument
84 #define RIO_OP_READ(size,type,len) \ argument
105 #define RIO_OP_WRITE(size,type,len) \ argument
/drivers/scsi/aic7xxx/
Dqueue.h107 #define SLIST_HEAD(name, type) \ argument
115 #define SLIST_ENTRY(type) \ argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
168 #define STAILQ_HEAD(name, type) \ argument
177 #define STAILQ_ENTRY(type) \ argument
221 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
249 #define BSD_LIST_HEAD(name, type) \ argument
257 #define LIST_ENTRY(type) \ argument
314 #define TAILQ_HEAD(name, type) \ argument
323 #define TAILQ_ENTRY(type) \ argument
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c60 nvkm_outp_xlat(struct nvkm_outp *outp, enum nvkm_ior_type *type) in nvkm_outp_xlat()
116 nvkm_outp_acquire_hda(struct nvkm_outp *outp, enum nvkm_ior_type type, in nvkm_outp_acquire_hda()
147 enum nvkm_ior_type type; in nvkm_outp_acquire() local
222 enum nvkm_ior_type type; in nvkm_outp_init_route() local
302 enum nvkm_ior_type type; in nvkm_outp_ctor() local
/drivers/acpi/acpica/
Ddsmthdat.c213 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node()
279 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value()
333 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value()
439 acpi_ds_method_data_delete_value(u8 type, in acpi_ds_method_data_delete_value()
498 acpi_ds_store_object_to_local(u8 type, in acpi_ds_store_object_to_local()
/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h229 __le16 type; member
241 __le16 type; member
254 __le16 type; member
267 __le16 type; member
280 __le16 type; member
289 __le16 type; member
334 static inline u32 rtrs_to_imm(u32 type, u32 payload) in rtrs_to_imm()
342 static inline void rtrs_from_imm(u32 imm, u32 *type, u32 *payload) in rtrs_from_imm()
355 enum rtrs_imm_type type; in rtrs_to_io_rsp_imm() local
372 #define STAT_STORE_FUNC(type, set_value, reset) \ argument
[all …]
/drivers/net/ethernet/intel/ice/
Dice_osdep.h31 #define ice_debug(hw, type, fmt, args...) \ argument
34 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
39 #define ice_debug(hw, type, fmt, args...) \ argument
46 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
55 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.h166 enum iwl_table_type type; member
176 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument
178 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument
179 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument
180 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument
181 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument
182 #define is_type_he_siso(type) ((type) == LQ_HE_SISO) argument
183 #define is_type_he_mimo2(type) ((type) == LQ_HE_MIMO2) argument
184 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type) || \ argument
186 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || \ argument
[all …]
/drivers/scsi/aic94xx/
Daic94xx_reg.h59 #define ASD_READ_OCM(type, ord, S) \ argument
73 #define ASD_WRITE_OCM(type, ord, S) \ argument
86 #define ASD_DDBSITE_READ(type, ord) \ argument
112 #define ASD_DDBSITE_WRITE(type, ord) \ argument
139 #define ASD_SCBSITE_READ(type, ord) \ argument
165 #define ASD_SCBSITE_WRITE(type, ord) \ argument
/drivers/net/wireless/broadcom/b43/
Dtables_phy_ht.c608 u32 type, value; in b43_httab_read() local
640 u32 type; in b43_httab_read_bulk() local
674 u32 type; in b43_httab_write() local
705 u32 type, value; in b43_httab_write_few() local
750 u32 type, value; in b43_httab_write_bulk() local
/drivers/gpu/drm/amd/display/modules/color/
Dcolor_table.c17 bool mod_color_is_table_init(enum table_type type) in mod_color_is_table_init()
29 struct fixed31_32 *mod_color_get_table(enum table_type type) in mod_color_get_table()
41 void mod_color_set_table_init_state(enum table_type type, bool state) in mod_color_set_table_init_state()
/drivers/media/platform/qcom/venus/
Dhfi_parser.h15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) in get_cap()
50 static inline u32 cap_min(struct venus_inst *inst, u32 type) in cap_min()
55 static inline u32 cap_max(struct venus_inst *inst, u32 type) in cap_max()
60 static inline u32 cap_step(struct venus_inst *inst, u32 type) in cap_step()
/drivers/greybus/
Doperation.c312 size_t payload_size, u8 type) in gb_operation_message_init()
361 gb_operation_message_alloc(struct gb_host_device *hd, u8 type, in gb_operation_message_alloc()
474 u8 type; in gb_operation_response_alloc() local
519 gb_operation_create_common(struct gb_connection *connection, u8 type, in gb_operation_create_common()
576 u8 type, size_t request_size, in gb_operation_create_flags()
602 u8 type, size_t request_size, in gb_operation_create_core()
631 u8 type, void *data, size_t size) in gb_operation_create_incoming()
919 u8 type; in gb_connection_recv_request() local
1138 int gb_operation_sync_timeout(struct gb_connection *connection, int type, in gb_operation_sync_timeout()
1192 int type, void *request, in gb_operation_unidirectional_timeout()
/drivers/net/wireless/intel/iwlwifi/
Diwl-phy-db.c140 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section()
166 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section()
206 enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section() local
327 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data()
355 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd()
383 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
/drivers/net/ethernet/netronome/nfp/
Dnfp_hwmon.c17 static int nfp_hwmon_sensor_id(enum hwmon_sensor_types type, int channel) in nfp_hwmon_sensor_id()
27 nfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_read()
31 enum hwmon_sensor_types type; in nfp_hwmon_read() member
66 nfp_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_is_visible()

12345678910>>...116