Searched refs:type (Results 26 - 50 of 4200) sorted by relevance

1234567891011>>

/drivers/media/common/
H A Dcypress_firmware.h21 u8 type; member in struct:hexline
/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h44 u64 address, u8 type, u16 length)
48 ((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
52 u64 *address, u8 *type, u16 *length)
56 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
43 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
51 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) argument
H A Dvnic_vic.c27 const u8 type)
39 vp->type = type;
50 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, argument
65 tlv->type = htons(type);
26 vic_provinfo_alloc(gfp_t flags, const u8 *oui, const u8 type) argument
/drivers/net/wireless/rt2x00/
H A Drt2x00leds.h38 enum led_type type; member in struct:rt2x00_led
/drivers/scsi/fnic/
H A Drq_enet_desc.h42 u64 address, u8 type, u16 length)
46 ((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
50 u64 *address, u8 *type, u16 *length)
54 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
41 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
49 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) argument
/drivers/acpi/acpica/
H A Drslist.c93 if (aml_resource->common_serial_bus.type >
101 [aml_resource->common_serial_bus.type];
174 if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
176 "Invalid descriptor type (0x%X) in resource list",
177 resource->type));
191 if (resource->type == ACPI_RESOURCE_TYPE_SERIAL_BUS) {
192 if (resource->data.common_serial_bus.type >
200 [resource->data.common_serial_bus.type];
204 acpi_gbl_set_resource_dispatch[resource->type];
210 resource->type));
[all...]
H A Dutprint.c66 u8 base, s32 width, s32 precision, u8 type);
232 * type - Special printing flags
243 u8 base, s32 width, s32 precision, u8 type)
259 if (type & ACPI_FORMAT_LEFT) {
260 type &= ~ACPI_FORMAT_ZERO;
263 need_prefix = ((type & ACPI_FORMAT_PREFIX)
265 upper = (type & ACPI_FORMAT_UPPER) ? TRUE : FALSE;
266 zero = (type & ACPI_FORMAT_ZERO) ? '0' : ' ';
271 if (type & ACPI_FORMAT_SIGN) {
276 } else if (type
240 acpi_ut_format_number(char *string, char *end, u64 number, u8 base, s32 width, s32 precision, u8 type) argument
361 u8 type = 0; local
[all...]
H A Dnsaccess.c110 status = acpi_ns_lookup(NULL, init_val->name, init_val->type,
141 acpi_ut_create_internal_object(init_val->type);
152 switch (init_val->type) {
225 "Unsupported initial type value 0x%X",
226 init_val->type));
235 obj_desc->common.type);
263 * type - Type associated with name
282 acpi_object_type type,
339 while (!acpi_ns_opens_scope(prefix_node->type) &&
340 prefix_node->type !
280 acpi_ns_lookup(union acpi_generic_state *scope_info, char *pathname, acpi_object_type type, acpi_interpreter_mode interpreter_mode, u32 flags, struct acpi_walk_state *walk_state, struct acpi_namespace_node **return_node) argument
[all...]
H A Dnssearch.c59 acpi_object_type type,
68 * type - Object type to match
97 acpi_object_type type,
114 acpi_ut_get_type_name(type)));
146 acpi_ut_get_type_name(node->type),
166 acpi_ut_get_type_name(type),
179 * type - Object type to match
201 acpi_object_type type,
95 acpi_ns_search_one_scope(u32 target_name, struct acpi_namespace_node *parent_node, acpi_object_type type, struct acpi_namespace_node **return_node) argument
199 acpi_ns_search_parent_tree(u32 target_name, struct acpi_namespace_node *node, acpi_object_type type, struct acpi_namespace_node **return_node) argument
287 acpi_ns_search_and_enter(u32 target_name, struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, acpi_interpreter_mode interpreter_mode, acpi_object_type type, u32 flags, struct acpi_namespace_node **return_node) argument
[all...]
H A Dexstoren.c58 * target_type - Current type of the target
96 if (source_desc->common.type == ACPI_TYPE_LOCAL_REFERENCE) {
116 if ((source_desc->common.type != ACPI_TYPE_INTEGER) &&
117 (source_desc->common.type != ACPI_TYPE_BUFFER) &&
118 (source_desc->common.type != ACPI_TYPE_STRING) &&
119 !((source_desc->common.type == ACPI_TYPE_LOCAL_REFERENCE) &&
122 /* Conversion successful but still not a valid type */
125 "Cannot assign type %s to %s (must be type Int/Str/Buf)",
166 * converting the source type t
[all...]
H A Dutdecode.c101 /* Region type decoding */
145 /* Event type decoding */
169 * PARAMETERS: type - An ACPI object type
171 * RETURN: Decoded ACPI object type name
181 * The type ACPI_TYPE_ANY (Untyped) is used as a "don't care" when searching;
183 * evidence to indicate what type is actually going to be stored for this entry.
223 char *acpi_ut_get_type_name(acpi_object_type type) argument
226 if (type > ACPI_TYPE_INVALID) {
230 return (ACPI_CAST_PTR(char, acpi_gbl_ns_type_names[type]));
476 acpi_ut_get_notify_name(u32 notify_value, acpi_object_type type) argument
534 acpi_ut_valid_object_type(acpi_object_type type) argument
[all...]
/drivers/gpu/drm/nouveau/core/core/
H A Devent.c31 int type = __ffs(types); types &= ~(1 << type); local
32 if (--event->refs[index * event->types_nr + type] == 0) {
34 event->func->fini(event, 1 << type, index);
44 int type = __ffs(types); types &= ~(1 << type); local
45 if (++event->refs[index * event->types_nr + type] == 1) {
47 event->func->init(event, 1 << type, index);
/drivers/hid/
H A Dhid-roccat-savu.h20 uint8_t type; member in struct:savu_mouse_report_special
51 uint8_t type; member in struct:savu_roccat_report
/drivers/infiniband/hw/usnic/
H A Dusnic_transport.h35 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num);
36 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num);
/drivers/usb/gadget/
H A Du_f.h23 #define vla_item(groupname, type, name, n) \
25 size_t align_mask = __alignof__(type) - 1; \
27 size_t size = (n) * sizeof(type); \
32 #define vla_item_with_sz(groupname, type, name, n) \
33 size_t groupname##_##name##__sz = (n) * sizeof(type); \
35 size_t align_mask = __alignof__(type) - 1; \
/drivers/media/tuners/
H A Dtuner-xc2028.c80 unsigned int type; member in struct:firmware_description
88 unsigned int type; member in struct:firmware_properties
179 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) argument
181 if (type & BASE)
183 if (type & INIT1)
185 if (type & F8MHZ)
187 if (type & MTS)
189 if (type & D2620)
191 if (type & D2633)
193 if (type
343 __u32 type, size; local
432 seek_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id) argument
540 load_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id) argument
651 load_scode(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id, __u16 int_freq, int scode) argument
715 check_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id std, __u16 int_freq) argument
1010 generic_set_freq(struct dvb_frontend *fe, u32 freq , enum v4l2_tuner_type new_type, unsigned int type, v4l2_std_id std, u16 int_freq) argument
1163 unsigned int type=0; local
1197 unsigned int type = 0; local
[all...]
/drivers/staging/comedi/drivers/addi-data/
H A Daddi_eeprom.c161 char *type,
169 if (!strcmp(type, "S5920") || !strcmp(type, "S5933"))
172 if (!strcmp(type, "93C76"))
184 char *type = this_board->pc_EepromChip; local
188 tmp = addi_eeprom_readw(iobase, type, addr + 6);
192 tmp = addi_eeprom_readw(iobase, type, addr + 8);
196 tmp = addi_eeprom_readw(iobase, type, addr + 10);
205 char *type = this_board->pc_EepromChip; local
209 tmp = addi_eeprom_readw(iobase, type, add
160 addi_eeprom_readw(unsigned long iobase, char *type, unsigned short addr) argument
264 char *type = this_board->pc_EepromChip; local
283 char *type = this_board->pc_EepromChip; local
319 char *type = this_board->pc_EepromChip; local
[all...]
/drivers/firmware/
H A Dmemmap.c42 const char *type; /* type of the memory range */ member in struct:firmware_map_entry
57 firmware_map_find_entry(u64 start, u64 end, const char *type);
70 static struct memmap_attribute memmap_type_attr = __ATTR_RO(type);
141 * @type: Type of the memory range.
149 const char *type,
156 entry->type = type;
215 * @type: Type of the memory range.
225 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, argument
148 firmware_map_add_entry(u64 start, u64 end, const char *type, struct firmware_map_entry *entry) argument
252 firmware_map_find_entry(u64 start, u64 end, const char *type) argument
269 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) argument
288 firmware_map_add_hotplug(u64 start, u64 end, const char *type) argument
330 firmware_map_add_early(u64 start, u64 end, const char *type) argument
351 firmware_map_remove(u64 start, u64 end, const char *type) argument
[all...]
/drivers/media/common/siano/
H A Dsms-cards.c31 .type = SMS_UNKNOWN_TYPE,
36 .type = SMS_STELLAR,
41 .type = SMS_NOVA_A0,
46 .type = SMS_NOVA_B0,
51 .type = SMS_VEGA,
56 .type = SMS_STELLAR,
62 .type = SMS_NOVA_A0,
68 .type = SMS_NOVA_B0,
74 .type = SMS_NOVA_B0,
89 .type
[all...]
/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c65 .type = SAA7164_UNIT_EEPROM,
72 .type = SAA7164_UNIT_TUNER,
79 .type = SAA7164_UNIT_TUNER,
86 .type = SAA7164_UNIT_DIGITAL_DEMODULATOR,
93 .type = SAA7164_UNIT_DIGITAL_DEMODULATOR,
111 .type = SAA7164_UNIT_EEPROM,
118 .type = SAA7164_UNIT_TUNER,
125 .type = SAA7164_UNIT_DIGITAL_DEMODULATOR,
132 .type = SAA7164_UNIT_TUNER,
139 .type
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_mfg_comm.h39 /* Manufacturing card type */
41 BFA_MFG_TYPE_CB_MAX = 825, /*!< Crossbow card type max */
58 BFA_MFG_TYPE_INVALID = 0, /*!< Invalid card type */
64 #define bfa_mfg_is_mezz(type) (( \
65 (type) == BFA_MFG_TYPE_JAYHAWK || \
66 (type) == BFA_MFG_TYPE_WANCHESE || \
67 (type) == BFA_MFG_TYPE_ASTRA || \
68 (type) == BFA_MFG_TYPE_LIGHTNING_P0 || \
69 (type) == BFA_MFG_TYPE_LIGHTNING || \
70 (type)
[all...]
/drivers/net/irda/
H A Dsir_dongle.c38 __func__, new->driver_name, new->type);
43 if (new->type == drv->type) {
63 int sirdev_get_dongle(struct sir_dev *dev, IRDA_DONGLE type) argument
69 request_module("irda-dongle-%d", type);
79 if (drv->type == type)
/drivers/net/wireless/iwlwifi/
H A Diwl-phy-db.c116 __le16 type; member in struct:iwl_phy_db_cmd
131 __le16 type; member in struct:iwl_calib_res_notif_phy_db
153 * type and channel group id.
157 enum iwl_phy_db_section_type type,
160 if (!phy_db || type >= IWL_PHY_DB_MAX)
163 switch (type) {
183 enum iwl_phy_db_section_type type,
187 iwl_phy_db_get_section(phy_db, type, chg_id);
219 enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type); local
156 iwl_phy_db_get_section(struct iwl_phy_db *phy_db, enum iwl_phy_db_section_type type, u16 chg_id) argument
182 iwl_phy_db_free_section(struct iwl_phy_db *phy_db, enum iwl_phy_db_section_type type, u16 chg_id) argument
313 iwl_phy_db_get_section_data(struct iwl_phy_db *phy_db, u32 type, u8 **data, u16 *size, u16 ch_id) argument
342 iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, u16 length, void *data) argument
368 iwl_phy_db_send_all_channel_groups( struct iwl_phy_db *phy_db, enum iwl_phy_db_section_type type, u8 max_ch_groups) argument
[all...]
/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.h119 * @type: if sd entry is direct or paged
121 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \
127 ((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) << \
140 * @type: if sd entry is direct or paged
142 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \
147 ((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) << \
169 * @type: type of HMC resources we're searching
178 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\
181 fpm_addr = (hmc_info)->hmc_obj[(type)]
[all...]
/drivers/net/ethernet/intel/i40evf/
H A Di40e_hmc.h119 * @type: if sd entry is direct or paged
121 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \
127 ((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) << \
140 * @type: if sd entry is direct or paged
142 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \
147 ((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) << \
169 * @type: type of HMC resources we're searching
178 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\
181 fpm_addr = (hmc_info)->hmc_obj[(type)]
[all...]

Completed in 1415 milliseconds

1234567891011>>