Searched refs:attributes (Results 1 - 25 of 38) sorted by relevance

12

/drivers/staging/vme/
H A Dvme.c230 * Request a slave image with specific attributes, return some unique
319 printk(KERN_ERR "Invalid attributes\n");
386 * Request a master image with specific attributes, return some unique
479 printk(KERN_WARNING "Invalid attributes\n");
644 * Request a DMA controller with specific attributes, return some unique
655 /* XXX Not checking resource attributes */
741 * Create "Pattern" type attributes
745 struct vme_dma_attr *attributes; local
748 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL);
749 if (attributes
782 struct vme_dma_attr *attributes; local
823 struct vme_dma_attr *attributes; local
861 vme_dma_free_attribute(struct vme_dma_attr *attributes) argument
[all...]
H A Dvme_bridge.h81 u32 attributes; member in struct:vme_bus_error
/drivers/regulator/
H A Duserspace-consumer.c98 static struct attribute *attributes[] = { variable in typeref:struct:attribute
105 .attrs = attributes,
/drivers/staging/speakup/
H A Dspeakup_bns.c44 * These attributes will appear in /sys/accessibility/speakup/bns.
71 * Create a group of attributes so that we can create and destroy them all
86 NULL, /* need to NULL terminate the list of attributes */
118 .attributes = {
H A Dspeakup_dummy.c46 * These attributes will appear in /sys/accessibility/speakup/dummy.
73 * Create a group of attributes so that we can create and destroy them all
88 NULL, /* need to NULL terminate the list of attributes */
120 .attributes = {
H A Dspeakup_txprt.c44 * These attributes will appear in /sys/accessibility/speakup/txprt.
71 * Create a group of attributes so that we can create and destroy them all
86 NULL, /* need to NULL terminate the list of attributes */
118 .attributes = {
H A Dsynth.c389 if (synth->attributes.name
390 && sysfs_create_group(speakup_kobj, &(synth->attributes)) < 0)
411 if (synth->attributes.name)
412 sysfs_remove_group(speakup_kobj, &(synth->attributes));
H A Dspeakup_acntsa.c47 * These attributes will appear in /sys/accessibility/speakup/acntsa.
74 * Create a group of attributes so that we can create and destroy them all
89 NULL, /* need to NULL terminate the list of attributes */
121 .attributes = {
H A Dspeakup_audptr.c49 * These attributes will appear in /sys/accessibility/speakup/audptr.
78 * Create a group of attributes so that we can create and destroy them all
94 NULL, /* need to NULL terminate the list of attributes */
126 .attributes = {
H A Dspeakup_ltlk.c50 * These attributes will appear in /sys/accessibility/speakup/ltlk.
83 * Create a group of attributes so that we can create and destroy them all
101 NULL, /* need to NULL terminate the list of attributes */
133 .attributes = {
H A Dspeakup_spkout.c48 * These attributes will appear in /sys/accessibility/speakup/spkout.
77 * Create a group of attributes so that we can create and destroy them all
93 NULL, /* need to NULL terminate the list of attributes */
125 .attributes = {
H A Dspeakup_acntpc.c62 * These attributes will appear in /sys/accessibility/speakup/acntpc.
89 * Create a group of attributes so that we can create and destroy them all
104 NULL, /* need to NULL terminate the list of attributes */
136 .attributes = {
H A Dspeakup_apollo.c53 * These attributes will appear in /sys/accessibility/speakup/apollo.
82 * Create a group of attributes so that we can create and destroy them all
98 NULL, /* need to NULL terminate the list of attributes */
130 .attributes = {
H A Dspeakup_decext.c70 * These attributes will appear in /sys/accessibility/speakup/decext.
99 * Create a group of attributes so that we can create and destroy them all
115 NULL, /* need to NULL terminate the list of attributes */
148 .attributes = {
H A Dspeakup_dectlk.c70 * These attributes will appear in /sys/accessibility/speakup/dectlk.
99 * Create a group of attributes so that we can create and destroy them all
115 NULL, /* need to NULL terminate the list of attributes */
152 .attributes = {
H A Dspeakup_keypc.c59 * These attributes will appear in /sys/accessibility/speakup/keypc.
82 * Create a group of attributes so that we can create and destroy them all
95 NULL, /* need to NULL terminate the list of attributes */
127 .attributes = {
H A Dspk_types.h179 struct attribute_group attributes; member in struct:spk_synth
H A Dspeakup_dtlk.c67 * These attributes will appear in /sys/accessibility/speakup/dtlk.
100 * Create a group of attributes so that we can create and destroy them all
118 NULL, /* need to NULL terminate the list of attributes */
150 .attributes = {
/drivers/mtd/
H A Dsm_ftl.c37 /* ------------------- sysfs attributes ---------------------------------- */
60 struct attribute **attributes; local
72 /* Initialize sysfs attributes */
87 /* Create array of pointers to the attributes */
88 attributes = kzalloc(sizeof(struct attribute *) * (NUM_ATTRIBUTES + 1),
90 if (!attributes)
92 attributes[0] = &vendor_attribute->dev_attr.attr;
98 attr_group->attrs = attributes;
101 kfree(attributes);
112 struct attribute **attributes local
[all...]
/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h141 word attributes; member in struct:tag_dsp_segment_desc
155 word attributes; member in struct:tag_dsp_data_block_header
/drivers/s390/block/
H A Ddasd_eckd.c252 data->attributes.operation = private->attrib.operation;
259 data->attributes.operation = private->attrib.operation;
264 data->attributes.operation = DASD_BYPASS_CACHE;
272 data->attributes.operation = DASD_BYPASS_CACHE;
281 data->attributes.mode = 0x3; /* ECKD */
296 if (data->attributes.operation == DASD_SEQ_PRESTAGE ||
297 data->attributes.operation == DASD_SEQ_ACCESS) {
527 dedata->attributes.operation = basepriv->attrib.operation;
532 dedata->attributes.operation = basepriv->attrib.operation;
540 dedata->attributes
[all...]
H A Ddasd_eckd.h128 } __attribute__ ((packed)) attributes; member in struct:DE_eckd_data
/drivers/usb/gadget/
H A Dandroid.c75 struct device_attribute **attributes; member in struct:android_usb_function
326 .attributes = ffs_function_attributes,
545 .attributes = acm_function_attributes,
795 .attributes = rndis_function_attributes,
885 .attributes = mass_storage_function_attributes,
980 .attributes = audio_source_function_attributes,
1027 attrs = f->attributes;
1033 pr_err("%s: Failed to create function %s attributes",
/drivers/video/
H A Dsticore.h178 u32 attributes; /* flags denoting attributes */ member in struct:sti_conf_outptr
/drivers/hwmon/pmbus/
H A Dpmbus_core.c120 struct attribute **attributes; member in struct:pmbus_data
149 * A single status register covers multiple attributes,
823 data->attributes[data->num_attributes] = &a->dev_attr.attr; \
969 * Search for attributes. Allocate sensors, booleans, and labels as needed.
988 * description includes a reference to the associated limit attributes.
1006 * Add a set of limit attributes and, if supported, the associated
1007 * alarm attributes.
1068 * alarm attributes, if there is a global alarm bit, and if
1212 /* Current attributes */
1301 /* Power attributes */
[all...]

Completed in 6225 milliseconds

12