Searched defs:properties (Results 1 - 10 of 10) sorted by relevance

/drivers/power/
H A Dgeneric-adc-battery.c82 * This properties are set based on the received platform data and this
244 enum power_supply_property *properties; local
267 * copying the static properties and allocating extra memory for holding
268 * the extra configurable properties received from platform data.
270 psy->properties = kcalloc(ARRAY_SIZE(gab_props) +
272 sizeof(*psy->properties), GFP_KERNEL);
273 if (!psy->properties) {
278 memcpy(psy->properties, gab_props, sizeof(gab_props));
279 properties = (enum power_supply_property *)
280 ((char *)psy->properties
[all...]
/drivers/staging/line6/
H A Ddriver.h75 Common properties of Line6 devices.
120 const struct line6_properties *properties; member in struct:usb_line6
H A Dpcm.c357 (char *)line6pcm->line6->properties->name,
365 strcpy(pcm->name, line6pcm->line6->properties->name);
417 struct line6_pcm_properties *properties)
427 if (!(line6->properties->capabilities & LINE6_BIT_PCM))
496 line6pcm->properties = properties;
416 line6_init_pcm(struct usb_line6 *line6, struct line6_pcm_properties *properties) argument
H A Ddriver.c614 const struct line6_properties *properties; local
649 properties = &line6_properties_table[devtype];
650 dev_info(&interface->dev, "Line6 %s found\n", properties->name);
834 line6->properties = properties;
862 if (properties->capabilities & LINE6_BIT_CONTROL) {
972 line6->properties->name);
979 line6->properties->name);
1074 line6->properties->name);
1096 if (line6->properties
[all...]
H A Dpcm.h191 struct line6_pcm_properties *properties; member in struct:snd_line6_pcm
375 struct line6_pcm_properties *properties);
/drivers/scsi/isci/
H A Dremote_device.c1277 struct sci_port_properties properties; local
1281 sci_port_get_properties(iport, &properties);
1283 idev->device_port_width = hweight32(properties.phy_mask);
H A Dport.c116 * sci_port_get_properties() - This method simply returns the properties
120 * @properties: This parameter specifies the properties structure into which to
126 * returned, no data is copied to the properties output parameter.
176 struct sci_port_properties properties; local
185 sci_port_get_properties(iport, &properties);
198 * to be obtained from struct sci_port_properties properties.
200 attached_sas_address = properties.remote.sas_address.high;
202 attached_sas_address |= properties.remote.sas_address.low;
/drivers/pinctrl/
H A Dpinctrl-tegra-xusb.c139 } properties[] = { variable in typeref:struct:tegra_xusb_padctl_property
168 for (i = 0; i < ARRAY_SIZE(properties); i++) {
169 err = of_property_read_u32(np, properties[i].name, &value);
177 config = TEGRA_XUSB_PADCTL_PACK(properties[i].param, value);
416 for (i = 0; i < ARRAY_SIZE(properties); i++) {
420 config = TEGRA_XUSB_PADCTL_PACK(properties[i].param, 0);
429 seq_printf(s, "\n\t%s=%lu\n", strip_prefix(properties[i].name),
447 for (i = 0; i < ARRAY_SIZE(properties); i++) {
448 if (properties[i].param == param) {
449 name = properties[
[all...]
/drivers/message/i2o/
H A Di2o_proc.c950 u8 properties; local
956 u8 properties; member in struct:_i2o_group_info
992 properties = result->group[i].properties;
993 if (properties & 0x1)
997 if (properties & 0x2)
1001 if (properties & 0x4)
1005 if (properties & 0x8)
/drivers/scsi/megaraid/
H A Dmegaraid_sas.h482 * SAS controller properties
516 * Add properties that can be controlled by
791 * Include the controller properties (changeable items)
793 struct megasas_ctrl_prop properties; member in struct:megasas_ctrl_info

Completed in 2830 milliseconds