Home
last modified time | relevance | path

Searched defs:cdev (Results 401 - 425 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_ecm.c368 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; in ecm_do_notify() local
435 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; in ecm_notify_complete() local
460 struct usb_composite_dev *cdev = f->config->cdev; ecm_setup() local
525 struct usb_composite_dev *cdev = f->config->cdev; ecm_set_alt() local
612 struct usb_composite_dev *cdev = f->config->cdev; ecm_disable() local
674 struct usb_composite_dev *cdev = c->cdev; ecm_bind() local
878 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; ecm_suspend() local
888 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; ecm_resume() local
[all...]
H A Df_eem.c173 struct usb_composite_dev *cdev = f->config->cdev; in eem_setup() local
190 struct usb_composite_dev *cdev = f->config->cdev; in eem_set_alt() local
233 struct usb_composite_dev *cdev = f->config->cdev; eem_disable() local
247 struct usb_composite_dev *cdev = c->cdev; eem_bind() local
396 struct usb_composite_dev *cdev = port->func.config->cdev; eem_unwrap() local
[all...]
H A Duvc_v4l2.c184 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_send_response() local
207 struct usb_composite_dev *cdev = uvc->func.config->cdev; in uvc_v4l2_querycap() local
H A Df_phonet.c483 struct usb_composite_dev *cdev = c->cdev; in pn_bind() local
H A Df_loopback.c168 struct usb_composite_dev *cdev = c->cdev; in loopback_bind() local
236 struct usb_composite_dev *cdev = loop->function.config->cdev; in loopback_complete() local
296 struct usb_composite_dev *cdev; disable_loopback() local
308 alloc_requests(struct usb_composite_dev *cdev, struct f_loopback *loop) alloc_requests() argument
358 enable_endpoint(struct usb_composite_dev *cdev, struct f_loopback *loop, struct usb_ep *ep) enable_endpoint() argument
378 enable_loopback(struct usb_composite_dev *cdev, struct f_loopback *loop) enable_loopback() argument
409 struct usb_composite_dev *cdev = f->config->cdev; loopback_set_alt() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dwebcam.c515 webcam_unbind(struct usb_composite_dev *cdev) in webcam_unbind() argument
525 webcam_bind(struct usb_composite_dev *cdev) in webcam_bind() argument
/kernel/linux/linux-6.6/drivers/thermal/
H A Dgov_power_allocator.c97 struct thermal_cooling_device *cdev = instance->cdev; in estimate_sustainable_power() local
292 power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power() argument
436 struct thermal_cooling_device *cdev = instance->cdev; allocate_power() local
575 struct thermal_cooling_device *cdev = instance->cdev; allow_maximum_power() local
[all...]
H A Dthermal_netlink.c551 static int __thermal_genl_cmd_cdev_get(struct thermal_cooling_device *cdev, in __thermal_genl_cmd_cdev_get() argument
/kernel/linux/linux-6.6/drivers/bus/
H A Dmips_cdmm.c64 struct mips_cdmm_device *cdev = to_mips_cdmm_device(dev); in mips_cdmm_match() local
72 const struct mips_cdmm_device *cdev = to_mips_cdmm_device(dev); in mips_cdmm_uevent() local
504 struct mips_cdmm_device *cdev = to_mips_cdmm_device(dev); mips_cdmm_release() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-sysfs.c666 struct device *cdev; in gpiod_export_link() local
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dvexpress-spc-cpufreq.c304 struct device *cdev = get_cpu_device(i); in put_cluster_clk_and_freq_table() local
373 struct device *cdev = get_cpu_device(i); in get_cluster_clk_and_freq_table() local
396 struct device *cdev = get_cpu_device(i); in get_cluster_clk_and_freq_table() local
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c86 static int chtls_start_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_start_listen() argument
110 static void chtls_stop_listen(struct chtls_dev *cdev, struct sock *sk) in chtls_stop_listen() argument
131 struct chtls_dev *cdev; in chtls_inline_feature() local
146 struct chtls_dev *cdev = to_chtls_dev(dev); chtls_create_hash() local
155 struct chtls_dev *cdev = to_chtls_dev(dev); chtls_destroy_hash() local
161 chtls_free_uld(struct chtls_dev *cdev) chtls_free_uld() argument
178 struct chtls_dev *cdev; chtls_dev_release() local
192 chtls_register_dev(struct chtls_dev *cdev) chtls_register_dev() argument
210 struct chtls_dev *cdev = container_of(task_param, process_deferq() local
223 chtls_get_skb(struct chtls_dev *cdev) chtls_get_skb() argument
238 struct chtls_dev *cdev; chtls_uld_add() local
303 struct chtls_dev *cdev, *tmp; chtls_free_all_uld() local
317 struct chtls_dev *cdev = handle; chtls_uld_state_change() local
364 chtls_recv_packet(struct chtls_dev *cdev, const struct pkt_gl *gl, const __be64 *rsp) chtls_recv_packet() argument
382 chtls_recv_rsp(struct chtls_dev *cdev, const __be64 *rsp) chtls_recv_rsp() argument
421 chtls_recv(struct chtls_dev *cdev, struct sk_buff **skbs, const __be64 *rsp) chtls_recv() argument
441 struct chtls_dev *cdev = handle; chtls_uld_rx_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-google-hammer.c300 struct led_classdev cdev; member
305 static int hammer_kbd_brightness_set_blocking(struct led_classdev *cdev, in hammer_kbd_brightness_set_blocking() argument
[all...]
H A Dwacom.h114 struct led_classdev cdev; member
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmlxreg-fan.c91 struct thermal_cooling_device *cdev; member
333 static int mlxreg_fan_get_max_state(struct thermal_cooling_device *cdev, in mlxreg_fan_get_max_state() argument
340 static int mlxreg_fan_get_cur_state(struct thermal_cooling_device *cdev, in mlxreg_fan_get_cur_state() argument
360 static int mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev, in mlxreg_fan_set_cur_state() argument
[all...]
H A Dgpio-fan.c34 struct thermal_cooling_device *cdev; member
361 static int gpio_fan_get_max_state(struct thermal_cooling_device *cdev, in gpio_fan_get_max_state() argument
373 static int gpio_fan_get_cur_state(struct thermal_cooling_device *cdev, in gpio_fan_get_cur_state() argument
385 static int gpio_fan_set_cur_state(struct thermal_cooling_device *cdev, in gpio_fan_set_cur_state() argument
H A Dtc654.c471 static int tc654_get_max_state(struct thermal_cooling_device *cdev, unsigned long *state) in tc654_get_max_state() argument
477 static int tc654_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *state) in tc654_get_cur_state() argument
492 static int tc654_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in tc654_set_cur_state() argument
542 struct thermal_cooling_device *cdev; in tc654_probe() local
H A Demc2305.c83 struct thermal_cooling_device *cdev; member
125 static int emc2305_get_cdev_idx(struct thermal_cooling_device *cdev) in emc2305_get_cdev_idx() argument
156 static int emc2305_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *state) in emc2305_get_cur_state() argument
169 static int emc2305_get_max_state(struct thermal_cooling_device *cdev, unsigne argument
206 emc2305_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) emc2305_set_cur_state() argument
[all...]
H A Dpwm-fan.c58 struct thermal_cooling_device *cdev; member
369 static int pwm_fan_get_max_state(struct thermal_cooling_device *cdev, in pwm_fan_get_max_state() argument
382 static int pwm_fan_get_cur_state(struct thermal_cooling_device *cdev, in pwm_fan_get_cur_state() argument
396 pwm_fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in pwm_fan_set_cur_state() argument
477 struct thermal_cooling_device *cdev; in pwm_fan_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-dev.c46 struct cdev cdev; member
/kernel/linux/linux-6.6/drivers/leds/blink/
H A Dleds-bcm63138.c55 struct led_classdev cdev; member
[all...]
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-bcm6328.c69 struct led_classdev cdev; member
[all...]
H A Dleds-lp55xx-common.c28 static struct lp55xx_led *cdev_to_lp55xx_led(struct led_classdev *cdev) in cdev_to_lp55xx_led() argument
138 static int lp55xx_set_mc_brightness(struct led_classdev *cdev, in lp55xx_set_mc_brightness() argument
150 static int lp55xx_set_brightness(struct led_classdev *cdev, in lp55xx_set_brightness() argument
[all...]
H A Dleds-cht-wcove.c69 struct led_classdev cdev; member
106 static int cht_wc_leds_brightness_set(struct led_classdev *cdev, in cht_wc_leds_brightness_set() argument
144 static enum led_brightness cht_wc_leds_brightness_get(struct led_classdev *cdev) in cht_wc_leds_brightness_get() argument
220 cht_wc_leds_set_effect(struct led_classdev *cdev, unsigned long *delay_on, unsigned long *delay_off, u8 effect) cht_wc_leds_set_effect() argument
268 cht_wc_leds_blink_set(struct led_classdev *cdev, unsigned long *delay_on, unsigned long *delay_off) cht_wc_leds_blink_set() argument
289 cht_wc_leds_pattern_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) cht_wc_leds_pattern_set() argument
308 cht_wc_leds_pattern_clear(struct led_classdev *cdev) cht_wc_leds_pattern_clear() argument
[all...]
H A Dleds-netxbig.c109 struct led_classdev cdev; member
[all...]

Completed in 27 milliseconds

1...<<11121314151617181920>>...35