| /Linux-v6.6/drivers/platform/x86/ |
| D | lg-laptop.c | 584 static void tpad_led_set(struct led_classdev *cdev, in tpad_led_set() 593 static enum led_brightness tpad_led_get(struct led_classdev *cdev) in tpad_led_get() 600 static void kbd_backlight_set(struct led_classdev *cdev, in kbd_backlight_set() 646 static enum led_brightness kbd_backlight_get(struct led_classdev *cdev) in kbd_backlight_get()
|
| /Linux-v6.6/drivers/usb/gadget/function/ |
| D | f_midi.c | 273 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 1313 struct usb_composite_dev *cdev = f->config->cdev; in f_midi_unbind() local
|
| /Linux-v6.6/include/linux/ |
| D | cpu_cooling.h | 51 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister()
|
| /Linux-v6.6/drivers/base/ |
| D | container.c | 22 struct container_dev *cdev = to_container_dev(dev); in container_offline() local
|
| /Linux-v6.6/drivers/leds/ |
| D | leds-turris-omnia.c | 44 static int omnia_led_brightness_set_blocking(struct led_classdev *cdev, in omnia_led_brightness_set_blocking() 81 struct led_classdev *cdev; in omnia_led_register() local
|
| D | leds-lm355x.c | 308 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()
|
| D | leds-ip30.c | 16 struct led_classdev cdev; member
|
| /Linux-v6.6/drivers/usb/gadget/legacy/ |
| D | g_ffs.c | 308 static int gfs_bind(struct usb_composite_dev *cdev) in gfs_bind() 440 static int gfs_unbind(struct usb_composite_dev *cdev) in gfs_unbind()
|
| /Linux-v6.6/drivers/net/ethernet/qlogic/qede/ |
| D | qede_main.c | 788 static struct qede_dev *qede_alloc_etherdev(struct qed_dev *cdev, in qede_alloc_etherdev() 1160 static void qede_update_pf_params(struct qed_dev *cdev) in qede_update_pf_params() 1231 struct qed_dev *cdev; in __qede_probe() local 1389 struct qed_dev *cdev; in __qede_remove() local 1578 struct qed_dev *cdev = edev->cdev; in qede_alloc_mem_rxq() local 2103 struct qed_dev *cdev = edev->cdev; in qede_stop_queues() local 2244 struct qed_dev *cdev = edev->cdev; in qede_start_queues() local 2717 struct qed_dev *cdev = edev->cdev; in qede_atomic_hw_err_handler() local
|
| /Linux-v6.6/drivers/video/backlight/ |
| D | lm3639_bl.c | 219 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()
|
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | tt.c | 726 static int iwl_mvm_tcool_get_max_state(struct thermal_cooling_device *cdev, in iwl_mvm_tcool_get_max_state() 734 static int iwl_mvm_tcool_get_cur_state(struct thermal_cooling_device *cdev, in iwl_mvm_tcool_get_cur_state() 744 static int iwl_mvm_tcool_set_cur_state(struct thermal_cooling_device *cdev, in iwl_mvm_tcool_set_cur_state()
|
| /Linux-v6.6/drivers/s390/cio/ |
| D | qdio_setup.c | 356 struct ccw_device *cdev = irq_ptr->cdev; in qdio_setup_irq() local 392 struct ccw_device *cdev = irq->cdev; in qdio_shutdown_irq() local
|
| /Linux-v6.6/include/linux/mtd/ |
| D | ubi.h | 112 dev_t cdev; member 184 dev_t cdev; member
|
| /Linux-v6.6/drivers/firmware/arm_scmi/ |
| D | mailbox.c | 84 static int mailbox_chan_validate(struct device *cdev, in mailbox_chan_validate() 149 struct device *cdev = cinfo->dev; in mailbox_chan_setup() local
|
| /Linux-v6.6/drivers/net/ethernet/qlogic/qed/ |
| D | qed_fcoe.h | 54 static inline void qed_get_protocol_stats_fcoe(struct qed_dev *cdev, in qed_get_protocol_stats_fcoe()
|
| D | qed.h | 97 #define for_each_hwfn(cdev, i) for (i = 0; i < (cdev)->num_hwfns; i++) argument 524 struct qed_dev *cdev; member 782 #define IS_QED_SRIOV(cdev) (!!(cdev)->p_iov_info) argument 814 #define IS_QED_ETH_IF(cdev) ((cdev)->protocol == QED_PROTOCOL_ETH) argument 815 #define IS_QED_FCOE_IF(cdev) ((cdev)->protocol == QED_PROTOCOL_FCOE) argument 887 static inline u8 qed_concrete_to_sw_fid(struct qed_dev *cdev, in qed_concrete_to_sw_fid() 955 #define DP_NAME(cdev) ((cdev)->name) argument 957 #define REG_ADDR(cdev, offset) ((void __iomem *)((u8 __iomem *)\ argument 961 #define REG_RD(cdev, offset) readl(REG_ADDR(cdev, offset)) argument 962 #define REG_WR(cdev, offset, val) writel((u32)val, REG_ADDR(cdev, offset)) argument [all …]
|
| /Linux-v6.6/drivers/scsi/ |
| D | raid_class.c | 78 struct device *cdev) in raid_setup() 95 struct device *cdev) in raid_remove()
|
| /Linux-v6.6/drivers/staging/greybus/ |
| D | raw.c | 25 struct cdev cdev; member 259 struct cdev *cdev = inode->i_cdev; in raw_open() local
|
| D | authentication.c | 34 struct cdev cdev; member 63 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap()
|
| /Linux-v6.6/drivers/staging/nvec/ |
| D | nvec_paz00.c | 22 struct led_classdev cdev; member
|
| /Linux-v6.6/drivers/s390/net/ |
| D | ctcm_main.c | 277 static long ctcm_check_irb_error(struct ccw_device *cdev, struct irb *irb) in ctcm_check_irb_error() 1147 static void ctcm_irq_handler(struct ccw_device *cdev, in ctcm_irq_handler() 1299 static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type, in add_channel()
|
| /Linux-v6.6/drivers/hwmon/ |
| D | max6650.c | 470 static int max6650_get_max_state(struct thermal_cooling_device *cdev, in max6650_get_max_state() 478 static int max6650_get_cur_state(struct thermal_cooling_device *cdev, in max6650_get_cur_state() 488 static int max6650_set_cur_state(struct thermal_cooling_device *cdev, in max6650_set_cur_state()
|
| /Linux-v6.6/drivers/thermal/intel/ |
| D | intel_powerclamp.c | 679 static int powerclamp_get_max_state(struct thermal_cooling_device *cdev, in powerclamp_get_max_state() 687 static int powerclamp_get_cur_state(struct thermal_cooling_device *cdev, in powerclamp_get_cur_state() 697 static int powerclamp_set_cur_state(struct thermal_cooling_device *cdev, in powerclamp_set_cur_state()
|
| /Linux-v6.6/drivers/char/agp/ |
| D | isoch.c | 84 unsigned int cdev = 0; in agp_3_5_isochronous_node_enable() local 290 unsigned int cdev = 0; in agp_3_5_nonisochronous_node_enable() local
|
| /Linux-v6.6/drivers/input/keyboard/ |
| D | qt2160.c | 47 struct led_classdev cdev; member 69 static int qt2160_led_set(struct led_classdev *cdev, in qt2160_led_set()
|