Searched refs:type (Results 1 - 25 of 4200) sorted by relevance

1234567891011>>

/drivers/irqchip/
H A Dirq-s3c24xx.c51 unsigned int type; member in struct:s3c_irq_data
145 static int s3c_irq_type(struct irq_data *data, unsigned int type) argument
147 switch (type) {
160 pr_err("No such irq type %d", type);
171 unsigned int type)
180 /* Set the external interrupt to pointed trigger type */
181 switch (type)
208 pr_err("No such irq type %d", type);
167 s3c_irqext_type_set(void __iomem *gpcon_reg, void __iomem *extint_reg, unsigned long gpcon_offset, unsigned long extint_offset, unsigned int type) argument
219 s3c_irqext_type(struct irq_data *data, unsigned int type) argument
248 s3c_irqext0_type(struct irq_data *data, unsigned int type) argument
[all...]
/drivers/video/adf/
H A Dadf_trace.h25 TP_PROTO(struct adf_obj *obj, enum adf_event_type type),
26 TP_ARGS(obj, type),
30 __field(enum adf_event_type, type)
35 __entry->type = type;
36 strlcpy(__entry->type_str, adf_event_type_str(obj, type),
39 TP_printk("obj=%s type=%u (%s)",
41 __entry->type,
46 TP_PROTO(struct adf_obj *obj, enum adf_event_type type),
47 TP_ARGS(obj, type),
[all...]
/drivers/s390/char/
H A Dsclp_cpi_sys.h12 const char *type, u64 level);
/drivers/md/
H A Ddm-exception-store.c24 struct dm_exception_store_type *type; local
26 list_for_each_entry(type, &_exception_store_types, list)
27 if (!strcmp(name, type->name))
28 return type;
35 struct dm_exception_store_type *type; local
39 type = __find_exception_store_type(name);
41 if (type && !try_module_get(type->module))
42 type = NULL;
46 return type;
75 struct dm_exception_store_type *type; local
103 put_type(struct dm_exception_store_type *type) argument
110 dm_exception_store_type_register(struct dm_exception_store_type *type) argument
125 dm_exception_store_type_unregister(struct dm_exception_store_type *type) argument
197 struct dm_exception_store_type *type = NULL; local
[all...]
H A Ddm-cache-policy.c79 int dm_cache_policy_register(struct dm_cache_policy_type *type) argument
84 if (type->hint_size != 0 && type->hint_size != 4) {
85 DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size);
90 if (__find_policy(type->name)) {
91 DMWARN("attempt to register policy under duplicate name %s", type->name);
94 list_add(&type->list, &register_list);
103 void dm_cache_policy_unregister(struct dm_cache_policy_type *type) argument
106 list_del_init(&type->list);
117 struct dm_cache_policy_type *type; local
[all...]
/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.h20 enum v4l2_buf_type type);
23 enum v4l2_buf_type type);
33 enum v4l2_buf_type type)
39 enum v4l2_buf_type type)
31 fimc_isp_video_device_register(struct fimc_isp *isp, struct v4l2_device *v4l2_dev, enum v4l2_buf_type type) argument
38 fimc_isp_video_device_unregister(struct fimc_isp *isp, enum v4l2_buf_type type) argument
/drivers/staging/unisys/visorutil/
H A Dprocobjecttree.c37 * Properties for each object of this type will be located under
41 const char **name; /**< node names for this type, ending with NULL */
44 /** root dir for this type tree in /proc */
54 /** name for each property that objects of this type can have */
67 MYPROCTYPE *type; member in struct:MYPROCOBJECT_Tag
76 /** <type.procDirRoot>/<type.name[0]>/<type.name[1]>/.../<name> */
82 * <type.procDirRoot>/<type
137 MYPROCTYPE *rc = NULL, *type = NULL; local
195 visor_proc_DestroyType(MYPROCTYPE *type) argument
223 visor_proc_CreateObject(MYPROCTYPE *type, const char *name, void *context) argument
303 MYPROCTYPE *type = NULL; local
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Drs.h206 enum iwl_table_type type; member in struct:rs_rate
214 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \
215 ((type) == LQ_LEGACY_A))
216 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO)
217 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2)
218 #define is_type_vht_siso(type) ((type)
[all...]
/drivers/staging/lustre/lustre/osc/
H A Dosc_quota.c47 int type; local
49 for (type = 0; type < MAXQUOTAS; type++) {
52 oqi = cfs_hash_lookup(cli->cl_quota_hash[type], &qid[type]);
60 type == USRQUOTA ? "user" : "grout", qid[type]);
68 #define MD_QUOTA_FLAG(type) ((type
76 int type; local
208 int i, type; local
236 int type; local
[all...]
/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.h76 {.type = USNIC_VNIC_RES_TYPE_EOL, .cnt = 0,},
81 {.type = USNIC_VNIC_RES_TYPE_WQ, .cnt = 1,},
82 {.type = USNIC_VNIC_RES_TYPE_RQ, .cnt = 1,},
83 {.type = USNIC_VNIC_RES_TYPE_CQ, .cnt = 1,},
84 {.type = USNIC_VNIC_RES_TYPE_EOL, .cnt = 0,},
89 {.type = USNIC_VNIC_RES_TYPE_WQ, .cnt = 1,},
90 {.type = USNIC_VNIC_RES_TYPE_RQ, .cnt = 1,},
91 {.type = USNIC_VNIC_RES_TYPE_CQ, .cnt = 1,},
92 {.type = USNIC_VNIC_RES_TYPE_EOL, .cnt = 0,},
111 enum usnic_vnic_res_type type);
[all...]
H A Dusnic_transport.c33 const char *usnic_transport_to_str(enum usnic_transport_type type) argument
35 switch (type) {
71 u16 usnic_transport_rsrv_port(enum usnic_transport_type type, u16 port_num) argument
73 if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
84 usnic_transport_to_str(type));
92 usnic_transport_to_str(type));
97 usnic_transport_to_str(type));
104 void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num) argument
106 if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
110 usnic_transport_to_str(type));
[all...]
/drivers/tty/serial/
H A Dsh-sci.h5 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
6 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
7 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
8 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
9 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
10 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
26 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
27 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073)
28 # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df)
29 # define SCxSR_BREAK_CLEAR(port) (((port)->type
[all...]
/drivers/hwmon/
H A Dibmpowernv.c67 enum sensors type; member in struct:sensor_data
93 if (sdata->type == AMBIENT_TEMP)
96 else if (sdata->type == POWER_INPUT)
139 static int __init create_hwmon_attr_name(struct device *dev, enum sensors type, argument
160 if (type == AMBIENT_TEMP)
162 else if (type == FAN)
171 sensor_groups[type].name, index, attr_name);
180 enum sensors type; local
192 for (type = 0; type < MAX_SENSOR_TYP
231 enum sensors type; local
[all...]
/drivers/media/tuners/
H A Dtuner-simple.h27 unsigned int type);
32 unsigned int type)
29 simple_tuner_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, u8 i2c_addr, unsigned int type) argument
/drivers/staging/gdm724x/
H A Dnetlink_k.h21 void (*cb)(struct net_device *dev, u16 type, void *msg, int len));
23 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len);
/drivers/staging/gdm72xx/
H A Dnetlink_k.h20 struct sock *netlink_init(int unit, void (*cb)(struct net_device *dev, u16 type,
23 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len);
/drivers/staging/unisys/include/
H A Dprocobjecttree.h38 MYPROCOBJECT *visor_proc_CreateObject(MYPROCTYPE *type, const char *name,
46 void visor_proc_DestroyType(MYPROCTYPE *type);
/drivers/media/pci/ivtv/
H A Divtv-routing.c66 u32 type; local
71 type = itv->card->video_inputs[inp].video_type;
73 if (type == IVTV_CARD_INPUT_VID_TUNER) {
75 } else if (type < IVTV_CARD_INPUT_COMPOSITE1) {
86 if (type == IVTV_CARD_INPUT_VID_TUNER ||
87 type >= IVTV_CARD_INPUT_COMPOSITE1) {
102 if (type > IVTV_CARD_INPUT_VID_TUNER &&
103 type < IVTV_CARD_INPUT_COMPOSITE1) {
111 if (type == IVTV_CARD_INPUT_VID_TUNER ||
112 itv->card->type
[all...]
/drivers/acpi/
H A Dprocessor_core.c67 static int map_madt_entry(int type, u32 acpi_id) argument
93 if (header->type == ACPI_MADT_TYPE_LOCAL_APIC) {
96 } else if (header->type == ACPI_MADT_TYPE_LOCAL_X2APIC) {
97 if (!map_x2apic_id(header, type, acpi_id, &apic_id))
99 } else if (header->type == ACPI_MADT_TYPE_LOCAL_SAPIC) {
100 if (!map_lsapic_id(header, type, acpi_id, &apic_id))
108 static int map_mat_entry(acpi_handle handle, int type, u32 acpi_id) argument
122 if (obj->type != ACPI_TYPE_BUFFER ||
128 if (header->type == ACPI_MADT_TYPE_LOCAL_APIC) {
130 } else if (header->type
141 acpi_get_apicid(acpi_handle handle, int type, u32 acpi_id) argument
198 acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id) argument
[all...]
/drivers/tty/serial/8250/
H A D8250_acorn.c31 unsigned int type; member in struct:serial_card_type
45 struct serial_card_type *type = id->data; local
54 info->num_ports = type->num_ports;
56 bus_addr = ecard_resource_start(ec, type->type);
57 info->vaddr = ecardm_iomap(ec, type->type, 0, 0);
68 uart.port.uartclk = type->uartclk;
74 uart.port.membase = info->vaddr + type->offset[i];
75 uart.port.mapbase = bus_addr + type
[all...]
/drivers/acpi/acpica/
H A Dexresolv.c131 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
149 /* This is an object of type union acpi_operand_object */
151 switch (stack_desc->common.type) {
252 if ((stack_desc->reference.node->type ==
254 || (stack_desc->reference.node->type ==
274 "Unknown Reference type 0x%X in %p",
298 stack_desc, stack_desc->common.type));
324 * return_type - Where the object type is returned
329 * DESCRIPTION: Return the base object and type. Traverse a reference list if
342 acpi_object_type type; local
[all...]
/drivers/media/pci/cx88/
H A Dcx88-cards.c41 MODULE_PARM_DESC(tuner,"tuner type");
42 MODULE_PARM_DESC(radio,"radio tuner type");
43 MODULE_PARM_DESC(card,"card type");
82 .type = CX88_VMUX_COMPOSITE1,
85 .type = CX88_VMUX_COMPOSITE2,
88 .type = CX88_VMUX_COMPOSITE3,
91 .type = CX88_VMUX_COMPOSITE4,
103 .type = CX88_VMUX_TELEVISION,
107 .type = CX88_VMUX_DEBUG,
111 .type
[all...]
/drivers/mmc/core/
H A Dbus.c35 switch (card->type) {
48 static DEVICE_ATTR_RO(type);
70 const char *type; local
73 switch (card->type) {
75 type = "MMC";
78 type = "SD";
81 type = "SDIO";
84 type = "SDcombo";
87 type = NULL;
90 if (type) {
264 mmc_alloc_card(struct mmc_host *host, struct device_type *type) argument
290 const char *type; local
[all...]
/drivers/gpu/drm/nouveau/core/core/
H A Dmm.c40 node->offset, node->length, node->type);
45 node->offset, node->length, node->type);
58 if (prev && prev->type == NVKM_MM_TYPE_NONE) {
64 if (next && next->type == NVKM_MM_TYPE_NONE) {
67 if (this->type == NVKM_MM_TYPE_NONE)
73 if (this && this->type != NVKM_MM_TYPE_NONE) {
80 this->type = NVKM_MM_TYPE_NONE;
102 b->type = a->type;
106 if (b->type
112 nouveau_mm_head(struct nouveau_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, u32 align, struct nouveau_mm_node **pnode) argument
185 nouveau_mm_tail(struct nouveau_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, u32 align, struct nouveau_mm_node **pnode) argument
[all...]
/drivers/gpu/drm/sti/
H A Dsti_drm_plane.h17 enum drm_plane_type type);

Completed in 6273 milliseconds

1234567891011>>