Home
last modified time | relevance | path

Searched defs:cdev (Results 151 – 175 of 422) sorted by relevance

12345678910>>...17

/Linux-v5.15/drivers/leds/
Dleds-is31fl319x.c73 struct led_classdev cdev; member
110 static int is31fl319x_brightness_set(struct led_classdev *cdev, in is31fl319x_brightness_set()
178 struct led_classdev *cdev = &led->cdev; in is31fl319x_parse_child_dt() local
Dleds-an30259a.c67 struct led_classdev cdev; member
81 static int an30259a_brightness_set(struct led_classdev *cdev, in an30259a_brightness_set()
127 static int an30259a_blink_set(struct led_classdev *cdev, in an30259a_blink_set()
Dleds-88pm860x.c29 struct led_classdev cdev; member
66 static int pm860x_led_set(struct led_classdev *cdev, in pm860x_led_set()
Dleds-lm3642.c198 static int lm3642_torch_brightness_set(struct led_classdev *cdev, in lm3642_torch_brightness_set()
245 static int lm3642_strobe_brightness_set(struct led_classdev *cdev, in lm3642_strobe_brightness_set()
260 static int lm3642_indicator_brightness_set(struct led_classdev *cdev, in lm3642_indicator_brightness_set()
Dleds-lm3533.c46 struct led_classdev cdev; member
54 static inline struct lm3533_led *to_lm3533_led(struct led_classdev *cdev) in to_lm3533_led()
118 static int lm3533_led_set(struct led_classdev *cdev, in lm3533_led_set()
131 static enum led_brightness lm3533_led_get(struct led_classdev *cdev) in lm3533_led_get()
281 static int lm3533_led_blink_set(struct led_classdev *cdev, in lm3533_led_blink_set()
Dleds-lm355x.c308 static int lm355x_torch_brightness_set(struct led_classdev *cdev, in lm355x_torch_brightness_set()
323 static int lm355x_strobe_brightness_set(struct led_classdev *cdev, in lm355x_strobe_brightness_set()
338 static int lm355x_indicator_brightness_set(struct led_classdev *cdev, in lm355x_indicator_brightness_set()
/Linux-v5.15/drivers/hwmon/
Dgpio-fan.c33 struct thermal_cooling_device *cdev; member
362 static int gpio_fan_get_max_state(struct thermal_cooling_device *cdev, in gpio_fan_get_max_state()
374 static int gpio_fan_get_cur_state(struct thermal_cooling_device *cdev, in gpio_fan_get_cur_state()
386 static int gpio_fan_set_cur_state(struct thermal_cooling_device *cdev, in gpio_fan_set_cur_state()
/Linux-v5.15/drivers/usb/gadget/function/
Df_hid.c75 struct cdev cdev; member
568 struct usb_composite_dev *cdev = hidg->func.config->cdev; in hidg_intout_complete() local
603 struct usb_composite_dev *cdev = hidg->func.config->cdev; in hidg_ssreport_complete() local
635 struct usb_composite_dev *cdev = f->config->cdev; in hidg_setup() local
795 struct usb_composite_dev *cdev = f->config->cdev; in hidg_set_alt() local
Df_midi.c273 struct usb_composite_dev *cdev = midi->func.config->cdev; in f_midi_complete() local
342 struct usb_composite_dev *cdev = f->config->cdev; in f_midi_start_ep() local
420 struct usb_composite_dev *cdev = f->config->cdev; in f_midi_disable() local
874 struct usb_composite_dev *cdev = c->cdev; in f_midi_bind() local
1279 struct usb_composite_dev *cdev = f->config->cdev; in f_midi_unbind() local
Duvc_queue.c47 struct usb_composite_dev *cdev = video->uvc->func.config->cdev; in uvc_queue_setup() local
129 struct usb_composite_dev *cdev = video->uvc->func.config->cdev; in uvcg_queue_init() local
/Linux-v5.15/drivers/scsi/mvsas/
Dmv_init.c696 static ssize_t driver_version_show(struct device *cdev, in driver_version_show()
704 static ssize_t interrupt_coalescing_store(struct device *cdev, in interrupt_coalescing_store()
744 static ssize_t interrupt_coalescing_show(struct device *cdev, in interrupt_coalescing_show()
/Linux-v5.15/arch/arm/mach-davinci/
Dboard-dm365-evm.c622 struct led_classdev cdev; member
640 static void cpld_led_set(struct led_classdev *cdev, enum led_brightness b) in cpld_led_set()
652 static enum led_brightness cpld_led_get(struct led_classdev *cdev) in cpld_led_get()
/Linux-v5.15/drivers/s390/char/
Dtape_core.c438 tape_generic_offline(struct ccw_device *cdev) in tape_generic_offline()
565 tape_generic_probe(struct ccw_device *cdev) in tape_generic_probe()
617 tape_generic_remove(struct ccw_device *cdev) in tape_generic_remove()
1051 __tape_do_irq (struct ccw_device *cdev, unsigned long intparm, struct irb *irb) in __tape_do_irq()
/Linux-v5.15/drivers/platform/x86/
Dlg-laptop.c546 static void tpad_led_set(struct led_classdev *cdev, in tpad_led_set()
555 static enum led_brightness tpad_led_get(struct led_classdev *cdev) in tpad_led_get()
562 static void kbd_backlight_set(struct led_classdev *cdev, in kbd_backlight_set()
608 static enum led_brightness kbd_backlight_get(struct led_classdev *cdev) in kbd_backlight_get()
/Linux-v5.15/include/linux/
Dcpu_cooling.h51 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister()
/Linux-v5.15/drivers/s390/block/
Ddasd.c1537 static void dasd_handle_killed_request(struct ccw_device *cdev, in dasd_handle_killed_request()
1634 void dasd_int_handler(struct ccw_device *cdev, unsigned long intparm, in dasd_int_handler()
1840 enum uc_todo dasd_generic_uc_handler(struct ccw_device *cdev, struct irb *irb) in dasd_generic_uc_handler()
3426 struct ccw_device *cdev = data; in dasd_generic_auto_online() local
3439 int dasd_generic_probe(struct ccw_device *cdev) in dasd_generic_probe()
3475 void dasd_generic_remove(struct ccw_device *cdev) in dasd_generic_remove()
3514 int dasd_generic_set_online(struct ccw_device *cdev, in dasd_generic_set_online()
3595 int dasd_generic_set_offline(struct ccw_device *cdev) in dasd_generic_set_offline()
3762 int dasd_generic_notify(struct ccw_device *cdev, int event) in dasd_generic_notify()
3789 void dasd_generic_path_event(struct ccw_device *cdev, int *path_event) in dasd_generic_path_event()
[all …]
/Linux-v5.15/arch/arm/mach-footbridge/
Dnetwinder-hw.c667 struct led_classdev cdev; member
688 static void netwinder_led_set(struct led_classdev *cdev, in netwinder_led_set()
706 static enum led_brightness netwinder_led_get(struct led_classdev *cdev) in netwinder_led_get()
/Linux-v5.15/drivers/bus/
Dmips_cdmm.c64 struct mips_cdmm_device *cdev = to_mips_cdmm_device(dev); in mips_cdmm_match() local
72 struct mips_cdmm_device *cdev = to_mips_cdmm_device(dev); in mips_cdmm_uevent() local
503 struct mips_cdmm_device *cdev = to_mips_cdmm_device(dev); in mips_cdmm_release() local
/Linux-v5.15/drivers/base/
Dcontainer.c22 struct container_dev *cdev = to_container_dev(dev); in container_offline() local
/Linux-v5.15/include/linux/platform_data/
Dleds-omap.h10 struct led_classdev cdev; member
/Linux-v5.15/drivers/net/ethernet/qlogic/qede/
Dqede_main.c711 static struct qede_dev *qede_alloc_etherdev(struct qed_dev *cdev, in qede_alloc_etherdev()
1062 static void qede_update_pf_params(struct qed_dev *cdev) in qede_update_pf_params()
1133 struct qed_dev *cdev; in __qede_probe() local
1287 struct qed_dev *cdev; in __qede_remove() local
1475 struct qed_dev *cdev = edev->cdev; in qede_alloc_mem_rxq() local
2002 struct qed_dev *cdev = edev->cdev; in qede_stop_queues() local
2143 struct qed_dev *cdev = edev->cdev; in qede_start_queues() local
2616 struct qed_dev *cdev = edev->cdev; in qede_atomic_hw_err_handler() local
/Linux-v5.15/drivers/cpufreq/
Dvexpress-spc-cpufreq.c305 struct device *cdev = get_cpu_device(i); in put_cluster_clk_and_freq_table() local
374 struct device *cdev = get_cpu_device(i); in get_cluster_clk_and_freq_table() local
397 struct device *cdev = get_cpu_device(i); in get_cluster_clk_and_freq_table() local
/Linux-v5.15/drivers/usb/gadget/legacy/
Dg_ffs.c312 static int gfs_bind(struct usb_composite_dev *cdev) in gfs_bind()
444 static int gfs_unbind(struct usb_composite_dev *cdev) in gfs_unbind()
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.h42 static inline void qed_get_protocol_stats_fcoe(struct qed_dev *cdev, in qed_get_protocol_stats_fcoe()
/Linux-v5.15/drivers/video/backlight/
Dlm3639_bl.c219 static void lm3639_torch_brightness_set(struct led_classdev *cdev, in lm3639_torch_brightness_set()
256 static void lm3639_flash_brightness_set(struct led_classdev *cdev, in lm3639_flash_brightness_set()

12345678910>>...17