Searched defs:cdev (Results 51 - 75 of 454) sorted by relevance

1234567891011>>

/linux-master/drivers/leds/simple/
H A Dsimatic-ipc-leds.c28 struct led_classdev cdev; member in struct:simatic_ipc_led
81 struct led_classdev *cdev; local
[all...]
/linux-master/sound/soc/sof/amd/
H A Dacp-probes.c23 static int acp_probes_compr_startup(struct sof_client_dev *cdev, argument
45 static int acp_probes_compr_shutdown(struct sof_client_dev *cdev, argument
68 static int acp_probes_compr_set_params(struct sof_client_dev *cdev, argument
101 static int acp_probes_compr_trigger(struct sof_client_dev *cdev, argument
109 static int acp_probes_compr_pointer(struct sof_client_dev *cdev, argument
/linux-master/drivers/fsi/
H A Di2cr-scom.c16 struct cdev cdev; member in struct:i2cr_scom
/linux-master/net/atm/
H A Datm_sysfs.c14 static ssize_t type_show(struct device *cdev, argument
22 static ssize_t address_show(struct device *cdev, argument
30 static ssize_t atmaddress_show(struct device *cdev, argument
53 static ssize_t atmindex_show(struct device *cdev, argument
61 static ssize_t carrier_show(struct device *cdev, argument
70 link_rate_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
111 atm_uevent(const struct device *cdev, struct kobj_uevent_env *env) argument
126 atm_release(struct device *cdev) argument
141 struct device *cdev = &adev->class_dev; local
170 struct device *cdev = &adev->class_dev; local
[all...]
/linux-master/include/linux/
H A Dposix-clock.h88 struct cdev cdev; member in struct:posix_clock
H A Dgnss.h39 struct cdev cdev; member in struct:gnss_device
H A Dpps_kernel.h59 struct cdev cdev; member in struct:pps_device
/linux-master/drivers/leds/
H A Dleds-da903x.c31 struct led_classdev cdev; member in struct:da903x_led
H A Dleds-da9052.c28 struct led_classdev cdev; member in struct:da9052_led
[all...]
H A Dleds-regulator.c23 struct led_classdev cdev; member in struct:regulator_led
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddevice.c38 hfi1_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev *cdev, struct device **devp, bool user_accessible, struct kobject *parent) argument
77 hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) argument
[all...]
/linux-master/drivers/thermal/
H A Dcpuidle_cooling.c73 static int cpuidle_cooling_get_max_state(struct thermal_cooling_device *cdev, argument
102 static int cpuidle_cooling_get_cur_state(struct thermal_cooling_device *cdev, argument
124 static int cpuidle_cooling_set_cur_state(struct thermal_cooling_device *cdev, argument
175 struct thermal_cooling_device *cdev; local
[all...]
H A Dthermal_netlink.h84 static inline int thermal_notify_cdev_state_update(const struct thermal_cooling_device *cdev, argument
90 static inline int thermal_notify_cdev_add(const struct thermal_cooling_device *cdev) argument
95 static inline int thermal_notify_cdev_delete(const struct thermal_cooling_device *cdev) argument
H A Dthermal_helpers.c149 static int thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, int state) argument
43 get_thermal_instance(struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, int trip_index) argument
168 __thermal_cdev_update(struct thermal_cooling_device *cdev) argument
195 thermal_cdev_update(struct thermal_cooling_device *cdev) argument
[all...]
/linux-master/drivers/leds/rgb/
H A Dleds-pwm-multicolor.c31 static int led_pwm_mc_set(struct led_classdev *cdev, argument
106 struct led_classdev *cdev; local
[all...]
H A Dleds-group-multicolor.c28 static int leds_gmc_set(struct led_classdev *cdev, enum led_brightness brightness) argument
68 struct led_classdev *cdev; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dthermal.c17 ath10k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev, argument
26 ath10k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev, argument
39 ath10k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, argument
157 struct thermal_cooling_device *cdev; local
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dthermal.c16 ath11k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev, argument
25 ath11k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev, argument
38 ath11k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, argument
160 struct thermal_cooling_device *cdev; local
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice_id.c99 static int diag210_get_dev_info(struct ccw_device *cdev) argument
134 static void snsid_init(struct ccw_device *cdev) argument
146 static int snsid_check(struct ccw_device *cdev, voi argument
172 snsid_callback(struct ccw_device *cdev, void *data, int rc) argument
201 ccw_device_sense_id_start(struct ccw_device *cdev) argument
[all...]
H A Dccwreq.c41 static u16 ccwreq_next_path(struct ccw_device *cdev) argument
58 static void ccwreq_stop(struct ccw_device *cdev, int rc) argument
75 static void ccwreq_do(struct ccw_device *cdev) argument
120 ccw_request_start(struct ccw_device *cdev) argument
151 ccw_request_cancel(struct ccw_device *cdev) argument
170 ccwreq_status(struct ccw_device *cdev, struct irb *lcirb) argument
232 ccwreq_log_status(struct ccw_device *cdev, enum io_status status) argument
255 ccw_request_handler(struct ccw_device *cdev) argument
327 ccw_request_timeout(struct ccw_device *cdev) argument
365 ccw_request_notoper(struct ccw_device *cdev) argument
[all...]
/linux-master/drivers/staging/fieldbus/
H A Dfieldbus_dev.h63 struct cdev cdev; member in struct:fieldbus_dev
/linux-master/sound/usb/caiaq/
H A Dcontrol.c24 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); local
70 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); local
87 struct snd_usb_caiaqdev *cdev = caiaqdev(chip->card); local
571 add_controls(const struct caiaq_controller *c, int num, struct snd_usb_caiaqdev *cdev) argument
589 snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *cdev) argument
[all...]
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dkeyboard_leds.c165 static int wilco_keyboard_leds_set(struct led_classdev *cdev, argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_chain.c67 static void qed_chain_free_next_ptr(struct qed_dev *cdev, argument
95 static void qed_chain_free_single(struct qed_dev *cdev, argument
105 static void qed_chain_free_pbl(struct qed_dev *cdev, struct qed_chain *chain) argument
138 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain) argument
158 qed_chain_alloc_sanity_check(struct qed_dev *cdev, const struct qed_chain_init_params *params, u32 page_cnt) argument
198 qed_chain_alloc_next_ptr(struct qed_dev *cdev, struct qed_chain *chain) argument
232 qed_chain_alloc_single(struct qed_dev *cdev, struct qed_chain *chain) argument
249 qed_chain_alloc_pbl(struct qed_dev *cdev, struct qed_chain *chain) argument
320 qed_chain_alloc(struct qed_dev *cdev, struct qed_chain *chain, struct qed_chain_init_params *params) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c302 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, argument

Completed in 231 milliseconds

1234567891011>>