/linux/drivers/leds/ |
H A D | leds-expresswire.c | 16 void expresswire_power_off(struct expresswire_common_props *props) in expresswire_power_off() 23 void expresswire_enable(struct expresswire_common_props *props) in expresswire_enable() 33 void expresswire_start(struct expresswire_common_props *props) in expresswire_start() 40 void expresswire_end(struct expresswire_common_props *props) in expresswire_end() 49 void expresswire_set_bit(struct expresswire_common_props *props, bool bit) in expresswire_set_bit() 65 void expresswire_write_u8(struct expresswire_common_props *props, u8 val) in expresswire_write_u8()
|
H A D | led-core.c | 478 struct led_properties *props) in led_parse_fwnode_props() 530 struct led_properties props = {}; in led_compose_name() local
|
/linux/drivers/dpll/zl3073x/ |
H A D | prop.c | 85 struct zl3073x_pin_props *props, in zl3073x_prop_pin_package_label_set() 130 struct zl3073x_pin_props *props, in zl3073x_prop_pin_fwnode_get() 195 struct zl3073x_pin_props *props; in zl3073x_pin_props_get() local 316 void zl3073x_pin_props_put(struct zl3073x_pin_props *props) in zl3073x_pin_props_put()
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | usb_urb.c | 92 struct usb_data_stream_properties *props) in usb_urb_submitv2() 251 struct usb_data_stream_properties *props) in usb_urb_reconfig() 307 const struct usb_data_stream_properties *props) in usb_urb_initv2()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 39 struct dvb_usb_adapter_fe_properties *props = &adap->props.fe[o]; in dvb_usb_adapter_init() local 210 …ription *dvb_usb_find_device(struct usb_device *udev, const struct dvb_usb_device_properties *prop… in dvb_usb_find_device() 268 const struct dvb_usb_device_properties *props, in dvb_usb_device_init()
|
/linux/drivers/media/tuners/ |
H A D | tuner-i2c.h | 24 static inline int tuner_i2c_xfer_send(struct tuner_i2c_props *props, in tuner_i2c_xfer_send() 34 static inline int tuner_i2c_xfer_recv(struct tuner_i2c_props *props, in tuner_i2c_xfer_recv() 44 static inline int tuner_i2c_xfer_send_recv(struct tuner_i2c_props *props, in tuner_i2c_xfer_send_recv()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_eu_stall.c | 239 struct eu_stall_open_properties *props) in set_prop_eu_stall_sampling_rate() 251 struct eu_stall_open_properties *props) in set_prop_eu_stall_wait_num_reports() 259 struct eu_stall_open_properties *props) in set_prop_eu_stall_gt_id() 281 struct eu_stall_open_properties *props) in xe_eu_stall_user_ext_set_property() 308 int ext_number, struct eu_stall_open_properties *props) in xe_eu_stall_user_extensions() 707 struct eu_stall_open_properties *props) in xe_eu_stall_stream_init() 871 struct eu_stall_open_properties *props, in xe_eu_stall_stream_open_locked() 935 struct eu_stall_open_properties props = {}; in xe_eu_stall_stream_open() local
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 98 struct backlight_properties *props, in nv40_backlight_init() 233 struct backlight_properties *props, in nv50_backlight_init() 298 struct backlight_properties props = {0}; in nouveau_backlight_init() local
|
/linux/drivers/base/ |
H A D | swnode.c | 141 static const void *property_entry_find(const struct property_entry *props, in property_entry_find() 159 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size() 171 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array() 196 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array() 736 struct property_entry *props; in software_node_alloc() local
|
/linux/drivers/gpio/ |
H A D | gpio-aspeed.c | 63 const struct aspeed_bank_props *props; member 336 static inline bool is_bank_props_sentinel(const struct aspeed_bank_props *props) in is_bank_props_sentinel() 344 const struct aspeed_bank_props *props = gpio->config->props; in find_bank_props() local 357 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_gpio() local 367 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_input() local 377 const struct aspeed_bank_props *props = find_bank_props(gpio, offset); in have_output() local 658 const struct aspeed_bank_props *props = gpio->config->props; in aspeed_init_irq_valid_mask() local
|
/linux/drivers/input/touchscreen/ |
H A D | mms114.c | 68 struct touchscreen_properties props; member 337 const struct touchscreen_properties *props = &data->props; in mms114_setup_regs() local 452 struct touchscreen_properties *props = &data->props; in mms114_parse_legacy_bindings() local
|
/linux/drivers/video/backlight/ |
H A D | jornada720_bl.c | 106 struct backlight_properties props; in jornada_bl_probe() local
|
H A D | mt6370-backlight.c | 130 struct backlight_properties *props) in mt6370_init_backlight_properties() 277 struct backlight_properties props = { in mt6370_bl_probe() local
|
H A D | ktd2801-backlight.c | 28 struct expresswire_common_props props; member
|
H A D | gpio_backlight.c | 51 struct backlight_properties props; in gpio_backlight_probe() local
|
H A D | pandora_bl.c | 110 struct backlight_properties props; in pandora_backlight_probe() local
|
/linux/drivers/acpi/x86/ |
H A D | apple.c | 31 union acpi_object *props, *newprops; in acpi_extract_apple_properties() local
|
/linux/sound/soc/generic/ |
H A D | simple-card-utils.c | 317 struct simple_dai_props *props = runtime_simple_priv_to_props(priv, rtd); in simple_util_startup() local 379 struct simple_dai_props *props = runtime_simple_priv_to_props(priv, rtd); in simple_util_shutdown() local 470 struct simple_dai_props *props = runtime_simple_priv_to_props(priv, rtd); in simple_util_hw_params() local 659 struct simple_dai_props *props = runtime_simple_priv_to_props(priv, rtd); in simple_util_dai_init() local
|
/linux/include/linux/iio/afe/ |
H A D | rescale.h | 17 int (*props)(struct device *dev, struct rescale *rescale); member
|
/linux/drivers/hid/ |
H A D | hid-picolcd_backlight.c | 51 struct backlight_properties props; in picolcd_init_backlight() local
|
/linux/arch/x86/platform/geode/ |
H A D | geode-common.c | 101 struct property_entry *props; in geode_create_leds() local
|
/linux/drivers/platform/x86/ |
H A D | nvidia-wmi-ec-backlight.c | 93 struct backlight_properties props = {}; in nvidia_wmi_ec_backlight_probe() local
|
/linux/sound/soc/sdw_utils/ |
H A D | soc_sdw_rt711.c | 28 struct property_entry props[SOC_SDW_MAX_NO_PROPS] = {}; in rt711_add_codec_device_props() local
|
/linux/drivers/video/fbdev/aty/ |
H A D | radeon_backlight.c | 125 struct backlight_properties props; in radeonfb_bl_init() local
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 255 static int c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, in c4iw_query_device() 303 struct ib_port_attr *props) in c4iw_query_port()
|