Searched refs:type (Results 226 - 250 of 4200) sorted by relevance

1234567891011>>

/drivers/input/
H A Dff-core.c57 return e1->type == e2->type &&
58 (e1->type != FF_PERIODIC ||
69 switch (effect->type) {
81 effect->type = FF_PERIODIC;
117 if (effect->type < FF_EFFECT_MIN || effect->type > FF_EFFECT_MAX ||
118 !test_bit(effect->type, dev->ffbit)) {
119 pr_debug("invalid or not supported effect type in upload\n");
123 if (effect->type
268 input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
[all...]
/drivers/irqchip/
H A Dirq-gic-common.c24 void gic_configure_irq(unsigned int irq, unsigned int type, argument
36 * for "irq", depending on "type".
39 if (type == IRQ_TYPE_LEVEL_HIGH)
41 else if (type == IRQ_TYPE_EDGE_RISING)
/drivers/mfd/
H A Dwm831x-spi.c28 enum wm831x_parent type; local
31 type = (enum wm831x_parent)id->driver_data;
50 return wm831x_device_init(wm831x, type, spi->irq);
/drivers/mtd/ubi/
H A Ddebug.h41 #define ubi_dbg_msg(type, fmt, ...) \
42 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \
59 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
/drivers/net/wireless/mwifiex/
H A D11h.c45 cap->header.type = cpu_to_le16(WLAN_EID_PWR_CAPABILITY);
52 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT);
59 ie_header->type = cpu_to_le16(TLV_TYPE_PASSTHROUGH);
/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h49 u8 type; member in struct:zd_rf
75 const char *zd_rf_name(u8 type);
78 int zd_rf_init_hw(struct zd_rf *rf, u8 type);
/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h40 * The type 6 message family is associated with PCICC or PCIXCC cards.
49 unsigned char type; /* 0x06 */ member in struct:type6_hdr
81 * The type 86 message family is associated with PCICC and PCIXCC cards.
95 unsigned char type; /* 0x86 */ member in struct:type86_hdr
139 .type = 0x06,
/drivers/staging/rtl8712/
H A Dosdep_service.h60 #define LIST_CONTAINOR(ptr, type, member) \
61 ((type *)((char *)(ptr)-(SIZE_T)(&((type *)0)->member)))
/drivers/net/ethernet/sfc/
H A Defx.c292 efx->type->push_irq_moderation(channel);
299 efx->type->push_irq_moderation(channel);
356 efx->type->push_irq_moderation(channel);
431 channel->type = &efx_default_channel_type;
494 rc = channel->type->pre_probe(channel);
525 const char *type; local
530 type = "";
532 type = "-rx";
534 type = "-tx";
537 snprintf(buf, len, "%s%s-%d", efx->name, type, numbe
2590 efx_schedule_reset(struct efx_nic *efx, enum reset_type type) argument
[all...]
/drivers/acpi/acpica/
H A Ddsobject.c84 acpi_object_type type; local
150 * the package. If this is a reference to a common data type,
177 * Special handling for Alias objects. We need to setup the type
181 type = op->common.node->type;
182 if (type == ACPI_TYPE_LOCAL_ALIAS) {
183 type = obj_desc->common.type;
189 switch (type) {
371 * objects of type Uninitialize
[all...]
H A Dexresnte.c117 * 3) 10/2007: Added method type to assist with Package construction.
133 * Action is based on the type of the Node, which indicates the type
139 if (source_desc->common.type != ACPI_TYPE_PACKAGE) {
140 ACPI_ERROR((AE_INFO, "Object not a Package, type %s",
157 if (source_desc->common.type != ACPI_TYPE_BUFFER) {
158 ACPI_ERROR((AE_INFO, "Object not a Buffer, type %s",
175 if (source_desc->common.type != ACPI_TYPE_STRING) {
176 ACPI_ERROR((AE_INFO, "Object not a String, type %s",
189 if (source_desc->common.type !
[all...]
H A Dnsxfobj.c102 * PARAMETERS: handle - Handle of object whose type is desired
103 * ret_type - Where the type will be placed
107 * DESCRIPTION: This routine returns the type associatd with a particular handle
123 * (return type ANY)
143 *ret_type = node->type;
216 * PARAMETERS: type - Type of object to be searched for
230 acpi_get_next_object(acpi_object_type type,
241 if (type > ACPI_TYPE_EXTERNAL_MAX) {
274 node = acpi_ns_get_next_node_typed(type, parent_node, child_node);
/drivers/crypto/qat/qat_common/
H A Dadf_cfg_user.h68 enum adf_cfg_val_type type; member in struct:adf_user_cfg_key_val
/drivers/crypto/qce/
H A Dcore.h55 * struct qce_algo_ops - algorithm operations per crypto type
56 * @type: should be CRYPTO_ALG_TYPE_XXX
62 u32 type; member in struct:qce_algo_ops
/drivers/gpu/drm/armada/
H A Darmada_output.h37 const struct armada_output_type *type, const void *data);
/drivers/gpu/drm/nouveau/core/include/engine/
H A Ddevice.h17 int nouveau_device_create_(void *, enum nv_bus_type type, u64 name,
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Di2c.h15 enum dcb_i2c_type type; member in struct:dcb_i2c_entry
H A Dxpio.h9 u8 type; member in struct:nvbios_xpio
/drivers/gpu/drm/nouveau/core/include/subdev/
H A Ddevinit.h11 int (*pll_set)(struct nouveau_devinit *, u32 type, u32 freq);
/drivers/gpu/drm/nouveau/core/subdev/devinit/
H A Dnva3.c28 nva3_devinit_pll_set(struct nouveau_devinit *devinit, u32 type, u32 freq) argument
36 ret = nvbios_pll_parse(bios, type, &info);
44 switch (info.type) {
53 nv_warn(priv, "0x%08x/%dKhz unimplemented\n", type, freq);
H A Dnvc0.c28 nvc0_devinit_pll_set(struct nouveau_devinit *devinit, u32 type, u32 freq) argument
36 ret = nvbios_pll_parse(bios, type, &info);
44 switch (info.type) {
54 nv_warn(priv, "0x%08x/%dKhz unimplemented\n", type, freq);
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dramnv4e.c42 ram->type = NV_MEM_TYPE_STOLEN;
/drivers/gpu/drm/rcar-du/
H A Drcar_du_encoder.h45 enum rcar_du_encoder_type type,
/drivers/hid/
H A Dhid-a4tech.c41 if (usage->type == EV_REL && usage->code == REL_WHEEL)
57 !usage->type)
63 if (usage->type == EV_REL && usage->code == REL_WHEEL) {
81 input_event(input, usage->type, REL_HWHEEL, value);
H A Dhid-xinmo.c37 input_event(field->hidinput->input, usage->type,

Completed in 439 milliseconds

1234567891011>>