/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 33 pdev: struct pwc_devive * 119 static void pwc_isoc_cleanup(struct pwc_device *pdev); 187 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf() argument 192 spin_lock_irqsave(&pdev->queued_bufs_lock, flags); in pwc_get_next_fill_buf() 193 if (list_empty(&pdev->queued_bufs)) in pwc_get_next_fill_buf() 196 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf() 199 spin_unlock_irqrestore(&pdev->queued_bufs_lock, flags); in pwc_get_next_fill_buf() 203 static void pwc_snapshot_button(struct pwc_device *pdev, int down) in pwc_snapshot_button() argument 212 if (pdev->button_dev) { in pwc_snapshot_button() 213 input_report_key(pdev in pwc_snapshot_button() 219 pwc_frame_complete(struct pwc_device *pdev) pwc_frame_complete() argument 287 struct pwc_device *pdev = (struct pwc_device *)urb->context; pwc_isoc_handler() local 400 pwc_isoc_init(struct pwc_device *pdev) pwc_isoc_init() argument 507 pwc_iso_stop(struct pwc_device *pdev) pwc_iso_stop() argument 520 pwc_iso_free(struct pwc_device *pdev) pwc_iso_free() argument 542 pwc_isoc_cleanup(struct pwc_device *pdev) pwc_isoc_cleanup() argument 554 pwc_cleanup_queued_bufs(struct pwc_device *pdev, enum vb2_buffer_state state) pwc_cleanup_queued_bufs() argument 606 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); pwc_video_release() local 621 struct pwc_device *pdev = vb2_get_drv_priv(vq); queue_setup() local 654 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); buffer_prepare() local 665 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); buffer_finish() local 692 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); buffer_queue() local 711 struct pwc_device *pdev = vb2_get_drv_priv(vq); start_streaming() local 738 struct pwc_device *pdev = vb2_get_drv_priv(vq); stop_streaming() local 777 struct pwc_device *pdev = NULL; usb_pwc_probe() local 1184 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); usb_pwc_disconnect() local [all...] |
H A D | pwc-ctrl.c | 95 static int recv_control_msg(struct pwc_device *pdev, in recv_control_msg() argument 100 rc = usb_control_msg(pdev->udev, usb_rcvctrlpipe(pdev->udev, 0), in recv_control_msg() 103 value, pdev->vcinterface, in recv_control_msg() 104 pdev->ctrl_buf, recv_count, USB_CTRL_GET_TIMEOUT); in recv_control_msg() 111 static inline int send_video_command(struct pwc_device *pdev, in send_video_command() argument 116 memcpy(pdev->ctrl_buf, buf, buflen); in send_video_command() 118 rc = usb_control_msg(pdev->udev, usb_sndctrlpipe(pdev->udev, 0), in send_video_command() 122 pdev in send_video_command() 131 send_control_msg(struct pwc_device *pdev, u8 request, u16 value, void *buf, int buflen) send_control_msg() argument 141 set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) set_video_mode_Nala() argument 216 set_video_mode_Timon(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) set_video_mode_Timon() argument 267 set_video_mode_Kiara(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) set_video_mode_Kiara() argument 319 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int pixfmt, int frames, int *compression, int send_to_cam) pwc_set_video_mode() argument 348 pwc_get_fps_Nala(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps_Nala() argument 360 pwc_get_fps_Kiara(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps_Kiara() argument 372 pwc_get_fps_Timon(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps_Timon() argument 384 pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps() argument 401 pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) pwc_get_u8_ctrl() argument 413 pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) pwc_set_u8_ctrl() argument 425 pwc_get_s8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) pwc_get_s8_ctrl() argument 437 pwc_get_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) pwc_get_u16_ctrl() argument 449 pwc_set_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, u16 data) pwc_set_u16_ctrl() argument 462 pwc_button_ctrl(struct pwc_device *pdev, u16 value) pwc_button_ctrl() argument 474 pwc_camera_power(struct pwc_device *pdev, int power) pwc_camera_power() argument 495 pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) pwc_set_leds() argument 524 pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor) pwc_get_cmos_sensor() argument [all...] |
H A D | pwc-v4l.c | 150 int pwc_init_controls(struct pwc_device *pdev) in pwc_init_controls() argument 156 hdl = &pdev->ctrl_handler; in pwc_init_controls() 162 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, BRIGHTNESS_FORMATTER, &def); in pwc_init_controls() 165 pdev->brightness = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, in pwc_init_controls() 168 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, CONTRAST_FORMATTER, &def); in pwc_init_controls() 171 pdev->contrast = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, in pwc_init_controls() 174 if (pdev->type >= 675) { in pwc_init_controls() 175 if (pdev->type < 730) in pwc_init_controls() 176 pdev->saturation_fmt = SATURATION_MODE_FORMATTER2; in pwc_init_controls() 178 pdev in pwc_init_controls() 409 pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f) pwc_vidioc_try_fmt() argument 451 struct pwc_device *pdev = video_drvdata(file); pwc_s_fmt_vid_cap() local 481 struct pwc_device *pdev = video_drvdata(file); pwc_querycap() local 512 struct pwc_device *pdev = pwc_g_volatile_ctrl() local 583 pwc_set_awb(struct pwc_device *pdev) pwc_set_awb() argument 628 pwc_set_autogain(struct pwc_device *pdev) pwc_set_autogain() argument 657 pwc_set_exposure_auto(struct pwc_device *pdev) pwc_set_exposure_auto() argument 687 pwc_set_autogain_expo(struct pwc_device *pdev) pwc_set_autogain_expo() argument 725 pwc_set_motor(struct pwc_device *pdev) pwc_set_motor() argument 764 struct pwc_device *pdev = pwc_s_ctrl() local 869 struct pwc_device *pdev = video_drvdata(file); pwc_enum_fmt_vid_cap() local 888 struct pwc_device *pdev = video_drvdata(file); pwc_g_fmt_vid_cap() local 901 struct pwc_device *pdev = video_drvdata(file); pwc_try_fmt_vid_cap() local 909 struct pwc_device *pdev = video_drvdata(file); pwc_enum_framesizes() local 934 struct pwc_device *pdev = video_drvdata(file); pwc_enum_frameintervals() local 964 struct pwc_device *pdev = video_drvdata(file); pwc_g_parm() local 983 struct pwc_device *pdev = video_drvdata(file); pwc_s_parm() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 33 pdev: struct pwc_devive * 119 static void pwc_isoc_cleanup(struct pwc_device *pdev); 187 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf() argument 192 spin_lock_irqsave(&pdev->queued_bufs_lock, flags); in pwc_get_next_fill_buf() 193 if (list_empty(&pdev->queued_bufs)) in pwc_get_next_fill_buf() 196 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf() 199 spin_unlock_irqrestore(&pdev->queued_bufs_lock, flags); in pwc_get_next_fill_buf() 203 static void pwc_snapshot_button(struct pwc_device *pdev, int down) in pwc_snapshot_button() argument 212 if (pdev->button_dev) { in pwc_snapshot_button() 213 input_report_key(pdev in pwc_snapshot_button() 219 pwc_frame_complete(struct pwc_device *pdev) pwc_frame_complete() argument 287 struct pwc_device *pdev = (struct pwc_device *)urb->context; pwc_isoc_handler() local 400 pwc_isoc_init(struct pwc_device *pdev) pwc_isoc_init() argument 507 pwc_iso_stop(struct pwc_device *pdev) pwc_iso_stop() argument 520 pwc_iso_free(struct pwc_device *pdev) pwc_iso_free() argument 542 pwc_isoc_cleanup(struct pwc_device *pdev) pwc_isoc_cleanup() argument 554 pwc_cleanup_queued_bufs(struct pwc_device *pdev, enum vb2_buffer_state state) pwc_cleanup_queued_bufs() argument 606 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); pwc_video_release() local 621 struct pwc_device *pdev = vb2_get_drv_priv(vq); queue_setup() local 654 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); buffer_prepare() local 665 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); buffer_finish() local 692 struct pwc_device *pdev = vb2_get_drv_priv(vb->vb2_queue); buffer_queue() local 711 struct pwc_device *pdev = vb2_get_drv_priv(vq); start_streaming() local 738 struct pwc_device *pdev = vb2_get_drv_priv(vq); stop_streaming() local 777 struct pwc_device *pdev = NULL; usb_pwc_probe() local 1176 struct pwc_device *pdev = container_of(v, struct pwc_device, v4l2_dev); usb_pwc_disconnect() local [all...] |
H A D | pwc-ctrl.c | 95 static int recv_control_msg(struct pwc_device *pdev, in recv_control_msg() argument 100 rc = usb_control_msg(pdev->udev, usb_rcvctrlpipe(pdev->udev, 0), in recv_control_msg() 103 value, pdev->vcinterface, in recv_control_msg() 104 pdev->ctrl_buf, recv_count, USB_CTRL_GET_TIMEOUT); in recv_control_msg() 111 static inline int send_video_command(struct pwc_device *pdev, in send_video_command() argument 116 memcpy(pdev->ctrl_buf, buf, buflen); in send_video_command() 118 rc = usb_control_msg(pdev->udev, usb_sndctrlpipe(pdev->udev, 0), in send_video_command() 122 pdev in send_video_command() 131 send_control_msg(struct pwc_device *pdev, u8 request, u16 value, void *buf, int buflen) send_control_msg() argument 141 set_video_mode_Nala(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) set_video_mode_Nala() argument 216 set_video_mode_Timon(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) set_video_mode_Timon() argument 267 set_video_mode_Kiara(struct pwc_device *pdev, int size, int pixfmt, int frames, int *compression, int send_to_cam) set_video_mode_Kiara() argument 319 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int pixfmt, int frames, int *compression, int send_to_cam) pwc_set_video_mode() argument 348 pwc_get_fps_Nala(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps_Nala() argument 360 pwc_get_fps_Kiara(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps_Kiara() argument 372 pwc_get_fps_Timon(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps_Timon() argument 384 pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size) pwc_get_fps() argument 401 pwc_get_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) pwc_get_u8_ctrl() argument 413 pwc_set_u8_ctrl(struct pwc_device *pdev, u8 request, u16 value, u8 data) pwc_set_u8_ctrl() argument 425 pwc_get_s8_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) pwc_get_s8_ctrl() argument 437 pwc_get_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, int *data) pwc_get_u16_ctrl() argument 449 pwc_set_u16_ctrl(struct pwc_device *pdev, u8 request, u16 value, u16 data) pwc_set_u16_ctrl() argument 462 pwc_button_ctrl(struct pwc_device *pdev, u16 value) pwc_button_ctrl() argument 474 pwc_camera_power(struct pwc_device *pdev, int power) pwc_camera_power() argument 495 pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) pwc_set_leds() argument 524 pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor) pwc_get_cmos_sensor() argument [all...] |
H A D | pwc-v4l.c | 150 int pwc_init_controls(struct pwc_device *pdev) in pwc_init_controls() argument 156 hdl = &pdev->ctrl_handler; in pwc_init_controls() 162 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, BRIGHTNESS_FORMATTER, &def); in pwc_init_controls() 165 pdev->brightness = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, in pwc_init_controls() 168 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, CONTRAST_FORMATTER, &def); in pwc_init_controls() 171 pdev->contrast = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, in pwc_init_controls() 174 if (pdev->type >= 675) { in pwc_init_controls() 175 if (pdev->type < 730) in pwc_init_controls() 176 pdev->saturation_fmt = SATURATION_MODE_FORMATTER2; in pwc_init_controls() 178 pdev in pwc_init_controls() 409 pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f) pwc_vidioc_try_fmt() argument 451 struct pwc_device *pdev = video_drvdata(file); pwc_s_fmt_vid_cap() local 481 struct pwc_device *pdev = video_drvdata(file); pwc_querycap() local 512 struct pwc_device *pdev = pwc_g_volatile_ctrl() local 583 pwc_set_awb(struct pwc_device *pdev) pwc_set_awb() argument 628 pwc_set_autogain(struct pwc_device *pdev) pwc_set_autogain() argument 657 pwc_set_exposure_auto(struct pwc_device *pdev) pwc_set_exposure_auto() argument 687 pwc_set_autogain_expo(struct pwc_device *pdev) pwc_set_autogain_expo() argument 725 pwc_set_motor(struct pwc_device *pdev) pwc_set_motor() argument 764 struct pwc_device *pdev = pwc_s_ctrl() local 869 struct pwc_device *pdev = video_drvdata(file); pwc_enum_fmt_vid_cap() local 888 struct pwc_device *pdev = video_drvdata(file); pwc_g_fmt_vid_cap() local 901 struct pwc_device *pdev = video_drvdata(file); pwc_try_fmt_vid_cap() local 909 struct pwc_device *pdev = video_drvdata(file); pwc_enum_framesizes() local 934 struct pwc_device *pdev = video_drvdata(file); pwc_enum_frameintervals() local 964 struct pwc_device *pdev = video_drvdata(file); pwc_g_parm() local 983 struct pwc_device *pdev = video_drvdata(file); pwc_s_parm() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 101 void cdnsp_set_link_state(struct cdnsp_device *pdev, in cdnsp_set_link_state() argument 116 if (pdev->active_port) in cdnsp_set_link_state() 117 port_num = pdev->active_port->port_num; in cdnsp_set_link_state() 124 static void cdnsp_disable_port(struct cdnsp_device *pdev, in cdnsp_disable_port() argument 132 static void cdnsp_clear_port_change_bit(struct cdnsp_device *pdev, in cdnsp_clear_port_change_bit() argument 141 static void cdnsp_set_chicken_bits_2(struct cdnsp_device *pdev, u32 bit) in cdnsp_set_chicken_bits_2() argument 147 base = &pdev->cap_regs->hc_capbase; in cdnsp_set_chicken_bits_2() 155 static void cdnsp_clear_chicken_bits_2(struct cdnsp_device *pdev, u32 bit) in cdnsp_clear_chicken_bits_2() argument 161 base = &pdev->cap_regs->hc_capbase; in cdnsp_clear_chicken_bits_2() 172 static void cdnsp_quiesce(struct cdnsp_device *pdev) in cdnsp_quiesce() argument 198 cdnsp_halt(struct cdnsp_device *pdev) cdnsp_halt() argument 222 cdnsp_died(struct cdnsp_device *pdev) cdnsp_died() argument 232 cdnsp_start(struct cdnsp_device *pdev) cdnsp_start() argument 265 cdnsp_reset(struct cdnsp_device *pdev) cdnsp_reset() argument 346 struct cdnsp_device *pdev = pep->pdev; cdnsp_ep_enqueue() local 425 struct cdnsp_device *pdev = pep->pdev; cdnsp_ep_dequeue() local 439 cdnsp_zero_in_ctx(struct cdnsp_device *pdev) cdnsp_zero_in_ctx() argument 471 cdnsp_configure_endpoint(struct cdnsp_device *pdev) cdnsp_configure_endpoint() argument 487 cdnsp_invalidate_ep_events(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_invalidate_ep_events() argument 522 cdnsp_wait_for_cmd_compl(struct cdnsp_device *pdev) cdnsp_wait_for_cmd_compl() argument 595 cdnsp_halt_endpoint(struct cdnsp_device *pdev, struct cdnsp_ep *pep, int value) cdnsp_halt_endpoint() argument 635 cdnsp_update_eps_configuration(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_update_eps_configuration() argument 688 cdnsp_reset_device(struct cdnsp_device *pdev) cdnsp_reset_device() argument 742 cdnsp_setup_streams_ep_input_ctx(struct cdnsp_device *pdev, struct cdnsp_ep_ctx *ep_ctx, struct cdnsp_stream_info *stream_info) cdnsp_setup_streams_ep_input_ctx() argument 765 cdnsp_alloc_streams(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_alloc_streams() argument 803 cdnsp_disable_slot(struct cdnsp_device *pdev) cdnsp_disable_slot() argument 822 cdnsp_enable_slot(struct cdnsp_device *pdev) cdnsp_enable_slot() argument 853 cdnsp_setup_device(struct cdnsp_device *pdev, enum cdnsp_setup_dev setup) cdnsp_setup_device() argument 905 cdnsp_set_usb2_hardware_lpm(struct cdnsp_device *pdev, struct usb_request *req, int enable) cdnsp_set_usb2_hardware_lpm() argument 921 cdnsp_get_frame(struct cdnsp_device *pdev) cdnsp_get_frame() argument 930 struct cdnsp_device *pdev; cdnsp_gadget_ep_enable() local 1004 struct cdnsp_device *pdev; cdnsp_gadget_ep_disable() local 1095 struct cdnsp_device *pdev; cdnsp_gadget_ep_queue() local 1124 struct cdnsp_device *pdev = pep->pdev; cdnsp_gadget_ep_dequeue() local 1152 struct cdnsp_device *pdev = pep->pdev; cdnsp_gadget_ep_set_halt() local 1178 struct cdnsp_device *pdev = pep->pdev; cdnsp_gadget_ep_set_wedge() local 1216 struct cdnsp_device *pdev = pep->pdev; cdnsp_gadget_giveback() local 1241 cdnsp_run(struct cdnsp_device *pdev, enum usb_device_speed speed) cdnsp_run() argument 1316 struct cdnsp_device *pdev = gadget_to_cdnsp(g); cdnsp_gadget_udc_start() local 1337 cdnsp_update_erst_dequeue(struct cdnsp_device *pdev, union cdnsp_trb *event_ring_deq, u8 clear_ehb) cdnsp_update_erst_dequeue() argument 1363 cdnsp_clear_cmd_ring(struct cdnsp_device *pdev) cdnsp_clear_cmd_ring() argument 1386 cdnsp_consume_all_events(struct cdnsp_device *pdev) cdnsp_consume_all_events() argument 1423 cdnsp_stop(struct cdnsp_device *pdev) cdnsp_stop() argument 1469 struct cdnsp_device *pdev = gadget_to_cdnsp(g); cdnsp_gadget_udc_stop() local 1482 struct cdnsp_device *pdev = gadget_to_cdnsp(g); cdnsp_gadget_get_frame() local 1487 __cdnsp_gadget_wakeup(struct cdnsp_device *pdev) __cdnsp_gadget_wakeup() argument 1513 struct cdnsp_device *pdev = gadget_to_cdnsp(g); cdnsp_gadget_wakeup() local 1526 struct cdnsp_device *pdev = gadget_to_cdnsp(g); cdnsp_gadget_set_selfpowered() local 1538 struct cdnsp_device *pdev = gadget_to_cdnsp(gadget); cdnsp_gadget_pullup() local 1573 cdnsp_get_ep_buffering(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_get_ep_buffering() argument 1600 cdnsp_gadget_init_endpoints(struct cdnsp_device *pdev) cdnsp_gadget_init_endpoints() argument 1691 cdnsp_gadget_free_endpoints(struct cdnsp_device *pdev) cdnsp_gadget_free_endpoints() argument 1703 cdnsp_disconnect_gadget(struct cdnsp_device *pdev) cdnsp_disconnect_gadget() argument 1719 cdnsp_suspend_gadget(struct cdnsp_device *pdev) cdnsp_suspend_gadget() argument 1728 cdnsp_resume_gadget(struct cdnsp_device *pdev) cdnsp_resume_gadget() argument 1737 cdnsp_irq_reset(struct cdnsp_device *pdev) cdnsp_irq_reset() argument 1772 cdnsp_get_rev_cap(struct cdnsp_device *pdev) cdnsp_get_rev_cap() argument 1787 cdnsp_gen_setup(struct cdnsp_device *pdev) cdnsp_gen_setup() argument 1857 struct cdnsp_device *pdev; __cdnsp_gadget_init() local 1951 struct cdnsp_device *pdev = cdns->gadget_dev; cdnsp_gadget_exit() local 1966 struct cdnsp_device *pdev = cdns->gadget_dev; cdnsp_gadget_suspend() local 1982 struct cdnsp_device *pdev = cdns->gadget_dev; cdnsp_gadget_resume() local [all...] |
H A D | cdnsp-ep0.c | 18 static void cdnsp_ep0_stall(struct cdnsp_device *pdev) in cdnsp_ep0_stall() argument 23 pep = &pdev->eps[0]; in cdnsp_ep0_stall() 26 if (pdev->three_stage_setup) { in cdnsp_ep0_stall() 27 cdnsp_halt_endpoint(pdev, pep, true); in cdnsp_ep0_stall() 37 cdnsp_status_stage(pdev); in cdnsp_ep0_stall() 41 static int cdnsp_ep0_delegate_req(struct cdnsp_device *pdev, in cdnsp_ep0_delegate_req() argument 46 spin_unlock(&pdev->lock); in cdnsp_ep0_delegate_req() 47 ret = pdev->gadget_driver->setup(&pdev->gadget, ctrl); in cdnsp_ep0_delegate_req() 48 spin_lock(&pdev in cdnsp_ep0_delegate_req() 53 cdnsp_ep0_set_config(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl) cdnsp_ep0_set_config() argument 84 cdnsp_ep0_set_address(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl) cdnsp_ep0_set_address() argument 127 cdnsp_status_stage(struct cdnsp_device *pdev) cdnsp_status_stage() argument 144 cdnsp_ep0_handle_status(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl) cdnsp_ep0_handle_status() argument 193 cdnsp_enter_test_mode(struct cdnsp_device *pdev) cdnsp_enter_test_mode() argument 202 cdnsp_ep0_handle_feature_device(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature_device() argument 263 cdnsp_ep0_handle_feature_intf(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature_intf() argument 297 cdnsp_ep0_handle_feature_endpoint(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature_endpoint() argument 325 cdnsp_ep0_handle_feature(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdnsp_ep0_handle_feature() argument 341 cdnsp_ep0_set_sel(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl) cdnsp_ep0_set_sel() argument 368 cdnsp_ep0_set_isoch_delay(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl) cdnsp_ep0_set_isoch_delay() argument 379 cdnsp_ep0_std_request(struct cdnsp_device *pdev, struct usb_ctrlrequest *ctrl) cdnsp_ep0_std_request() argument 414 cdnsp_setup_analyze(struct cdnsp_device *pdev) cdnsp_setup_analyze() argument [all...] |
H A D | cdnsp-mem.c | 21 static void cdnsp_free_stream_info(struct cdnsp_device *pdev, 29 static struct cdnsp_segment *cdnsp_segment_alloc(struct cdnsp_device *pdev, in cdnsp_segment_alloc() argument 42 seg->trbs = dma_pool_zalloc(pdev->segment_pool, flags, &dma); in cdnsp_segment_alloc() 65 dma_pool_free(pdev->segment_pool, seg->trbs, dma); in cdnsp_segment_alloc() 71 static void cdnsp_segment_free(struct cdnsp_device *pdev, in cdnsp_segment_free() argument 75 dma_pool_free(pdev->segment_pool, seg->trbs, seg->dma); in cdnsp_segment_free() 81 static void cdnsp_free_segments_for_ring(struct cdnsp_device *pdev, in cdnsp_free_segments_for_ring() argument 91 cdnsp_segment_free(pdev, seg); in cdnsp_free_segments_for_ring() 95 cdnsp_segment_free(pdev, first); in cdnsp_free_segments_for_ring() 105 static void cdnsp_link_segments(struct cdnsp_device *pdev, in cdnsp_link_segments() argument 136 cdnsp_link_rings(struct cdnsp_device *pdev, struct cdnsp_ring *ring, struct cdnsp_segment *first, struct cdnsp_segment *last, unsigned int num_segs) cdnsp_link_rings() argument 280 cdnsp_ring_free(struct cdnsp_device *pdev, struct cdnsp_ring *ring) cdnsp_ring_free() argument 322 cdnsp_alloc_segments_for_ring(struct cdnsp_device *pdev, struct cdnsp_segment **first, struct cdnsp_segment **last, unsigned int num_segs, unsigned int cycle_state, enum cdnsp_ring_type type, unsigned int max_packet, gfp_t flags) cdnsp_alloc_segments_for_ring() argument 370 cdnsp_ring_alloc(struct cdnsp_device *pdev, unsigned int num_segs, enum cdnsp_ring_type type, unsigned int max_packet, gfp_t flags) cdnsp_ring_alloc() argument 410 cdnsp_free_endpoint_rings(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_free_endpoint_rings() argument 421 cdnsp_ring_expansion(struct cdnsp_device *pdev, struct cdnsp_ring *ring, unsigned int num_trbs, gfp_t flags) cdnsp_ring_expansion() argument 461 cdnsp_init_device_ctx(struct cdnsp_device *pdev) cdnsp_init_device_ctx() argument 517 cdnsp_free_stream_ctx(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_free_stream_ctx() argument 526 cdnsp_alloc_stream_ctx(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_alloc_stream_ctx() argument 561 cdnsp_alloc_stream_info(struct cdnsp_device *pdev, struct cdnsp_ep *pep, unsigned int num_stream_ctxs, unsigned int num_streams) cdnsp_alloc_stream_info() argument 642 cdnsp_free_stream_info(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_free_stream_info() argument 669 cdnsp_free_priv_device(struct cdnsp_device *pdev) cdnsp_free_priv_device() argument 687 cdnsp_alloc_priv_device(struct cdnsp_device *pdev) cdnsp_alloc_priv_device() argument 715 cdnsp_copy_ep0_dequeue_into_input_ctx(struct cdnsp_device *pdev) cdnsp_copy_ep0_dequeue_into_input_ctx() argument 726 cdnsp_setup_addressable_priv_dev(struct cdnsp_device *pdev) cdnsp_setup_addressable_priv_dev() argument 941 cdnsp_endpoint_init(struct cdnsp_device *pdev, struct cdnsp_ep *pep, gfp_t mem_flags) cdnsp_endpoint_init() argument 1017 cdnsp_endpoint_zero(struct cdnsp_device *pdev, struct cdnsp_ep *pep) cdnsp_endpoint_zero() argument 1025 cdnsp_alloc_erst(struct cdnsp_device *pdev, struct cdnsp_ring *evt_ring, struct cdnsp_erst *erst) cdnsp_alloc_erst() argument 1054 cdnsp_free_erst(struct cdnsp_device *pdev, struct cdnsp_erst *erst) cdnsp_free_erst() argument 1066 cdnsp_mem_cleanup(struct cdnsp_device *pdev) cdnsp_mem_cleanup() argument 1100 cdnsp_set_event_deq(struct cdnsp_device *pdev) cdnsp_set_event_deq() argument 1122 cdnsp_add_in_port(struct cdnsp_device *pdev, struct cdnsp_port *port, __le32 __iomem *addr) cdnsp_add_in_port() argument 1147 cdnsp_setup_port_arrays(struct cdnsp_device *pdev) cdnsp_setup_port_arrays() argument 1208 cdnsp_mem_init(struct cdnsp_device *pdev) cdnsp_mem_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | ats.c | 59 struct pci_dev *pdev; in pci_enable_ats() local 76 pdev = pci_physfn(dev); in pci_enable_ats() 77 if (pdev->ats_stu != ps) in pci_enable_ats() 150 * @pdev: the PCI device 159 int pci_ats_page_aligned(struct pci_dev *pdev) in pci_ats_page_aligned() argument 163 if (!pdev->ats_cap) in pci_ats_page_aligned() 166 pci_read_config_word(pdev, pdev->ats_cap + PCI_ATS_CAP, &cap); in pci_ats_page_aligned() 175 void pci_pri_init(struct pci_dev *pdev) in pci_pri_init() argument 179 pdev in pci_pri_init() 196 pci_enable_pri(struct pci_dev *pdev, u32 reqs) pci_enable_pri() argument 242 pci_disable_pri(struct pci_dev *pdev) pci_disable_pri() argument 269 pci_restore_pri_state(struct pci_dev *pdev) pci_restore_pri_state() argument 295 pci_reset_pri(struct pci_dev *pdev) pci_reset_pri() argument 322 pci_prg_resp_pasid_required(struct pci_dev *pdev) pci_prg_resp_pasid_required() argument 336 pci_pri_supported(struct pci_dev *pdev) pci_pri_supported() argument 347 pci_pasid_init(struct pci_dev *pdev) pci_pasid_init() argument 361 pci_enable_pasid(struct pci_dev *pdev, int features) pci_enable_pasid() argument 410 pci_disable_pasid(struct pci_dev *pdev) pci_disable_pasid() argument 435 pci_restore_pasid_state(struct pci_dev *pdev) pci_restore_pasid_state() argument 463 pci_pasid_features(struct pci_dev *pdev) pci_pasid_features() argument 492 pci_max_pasids(struct pci_dev *pdev) pci_max_pasids() argument [all...] |
H A D | xen-pcifront.c | 58 struct pcifront_device *pdev; member 64 return sd->pdev; in pcifront_get_pdev() 69 struct pcifront_device *pdev) in pcifront_init_sd() 74 sd->pdev = pdev; in pcifront_init_sd() 102 static inline void schedule_pcifront_aer_op(struct pcifront_device *pdev) in schedule_pcifront_aer_op() argument 104 if (test_bit(_XEN_PCIB_active, (unsigned long *)&pdev->sh_info->flags) in schedule_pcifront_aer_op() 105 && !test_and_set_bit(_PDEVB_op_active, &pdev->flags)) { in schedule_pcifront_aer_op() 106 dev_dbg(&pdev->xdev->dev, "schedule aer frontend job\n"); in schedule_pcifront_aer_op() 107 schedule_work(&pdev in schedule_pcifront_aer_op() 67 pcifront_init_sd(struct pcifront_sd *sd, unsigned int domain, unsigned int bus, struct pcifront_device *pdev) pcifront_init_sd() argument 111 do_pci_op(struct pcifront_device *pdev, struct xen_pci_op *op) do_pci_op() argument 188 struct pcifront_device *pdev = pcifront_get_pdev(sd); pcifront_bus_read() local 225 struct pcifront_device *pdev = pcifront_get_pdev(sd); pcifront_bus_write() local 254 struct pcifront_device *pdev = pcifront_get_pdev(sd); pci_frontend_enable_msix() local 306 struct pcifront_device *pdev = pcifront_get_pdev(sd); pci_frontend_disable_msix() local 325 struct pcifront_device *pdev = pcifront_get_pdev(sd); pci_frontend_enable_msi() local 354 struct pcifront_device *pdev = pcifront_get_pdev(sd); pci_frontend_disable_msi() local 388 struct pcifront_device *pdev = data; pcifront_claim_resource() local 407 pcifront_scan_bus(struct pcifront_device *pdev, unsigned int domain, unsigned int bus, struct pci_bus *b) pcifront_scan_bus() argument 437 pcifront_scan_root(struct pcifront_device *pdev, unsigned int domain, unsigned int bus) pcifront_scan_root() argument 515 pcifront_rescan_root(struct pcifront_device *pdev, unsigned int domain, unsigned int bus) pcifront_rescan_root() argument 552 pcifront_free_roots(struct pcifront_device *pdev) pcifront_free_roots() argument 574 pcifront_common_process(int cmd, struct pcifront_device *pdev, pci_channel_state_t state) pcifront_common_process() argument 620 struct pcifront_device *pdev = pcifront_do_aer() local 652 struct pcifront_device *pdev = dev; pcifront_handler_aer() local 657 pcifront_connect_and_init_dma(struct pcifront_device *pdev) pcifront_connect_and_init_dma() argument 674 pcifront_disconnect(struct pcifront_device *pdev) pcifront_disconnect() argument 688 struct pcifront_device *pdev; alloc_pdev() local 723 free_pdev(struct pcifront_device *pdev) free_pdev() argument 744 pcifront_publish_info(struct pcifront_device *pdev) pcifront_publish_info() argument 804 pcifront_connect(struct pcifront_device *pdev) pcifront_connect() argument 854 pcifront_try_connect(struct pcifront_device *pdev) pcifront_try_connect() argument 873 pcifront_try_disconnect(struct pcifront_device *pdev) pcifront_try_disconnect() argument 896 pcifront_attach_devices(struct pcifront_device *pdev) pcifront_attach_devices() argument 903 pcifront_detach_devices(struct pcifront_device *pdev) pcifront_detach_devices() argument 997 struct pcifront_device *pdev = dev_get_drvdata(&xdev->dev); pcifront_backend_changed() local 1033 struct pcifront_device *pdev = alloc_pdev(xdev); pcifront_xenbus_probe() local 1052 struct pcifront_device *pdev = dev_get_drvdata(&xdev->dev); pcifront_xenbus_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | ats.c | 59 struct pci_dev *pdev; in pci_enable_ats() local 76 pdev = pci_physfn(dev); in pci_enable_ats() 77 if (pdev->ats_stu != ps) in pci_enable_ats() 150 * @pdev: the PCI device 159 int pci_ats_page_aligned(struct pci_dev *pdev) in pci_ats_page_aligned() argument 163 if (!pdev->ats_cap) in pci_ats_page_aligned() 166 pci_read_config_word(pdev, pdev->ats_cap + PCI_ATS_CAP, &cap); in pci_ats_page_aligned() 175 void pci_pri_init(struct pci_dev *pdev) in pci_pri_init() argument 179 pdev in pci_pri_init() 196 pci_enable_pri(struct pci_dev *pdev, u32 reqs) pci_enable_pri() argument 242 pci_disable_pri(struct pci_dev *pdev) pci_disable_pri() argument 269 pci_restore_pri_state(struct pci_dev *pdev) pci_restore_pri_state() argument 295 pci_reset_pri(struct pci_dev *pdev) pci_reset_pri() argument 322 pci_prg_resp_pasid_required(struct pci_dev *pdev) pci_prg_resp_pasid_required() argument 336 pci_pri_supported(struct pci_dev *pdev) pci_pri_supported() argument 347 pci_pasid_init(struct pci_dev *pdev) pci_pasid_init() argument 361 pci_enable_pasid(struct pci_dev *pdev, int features) pci_enable_pasid() argument 407 pci_disable_pasid(struct pci_dev *pdev) pci_disable_pasid() argument 432 pci_restore_pasid_state(struct pci_dev *pdev) pci_restore_pasid_state() argument 460 pci_pasid_features(struct pci_dev *pdev) pci_pasid_features() argument 489 pci_max_pasids(struct pci_dev *pdev) pci_max_pasids() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 74 static int cdns2_get_dma_pos(struct cdns2_device *pdev, in cdns2_get_dma_pos() argument 79 dma_index = readl(&pdev->adma_regs->ep_traddr) - pep->ring.dma; in cdns2_get_dma_pos() 90 void cdns2_select_ep(struct cdns2_device *pdev, u32 ep) in cdns2_select_ep() argument 92 if (pdev->selected_ep == ep) in cdns2_select_ep() 95 pdev->selected_ep = ep; in cdns2_select_ep() 96 writel(ep, &pdev->adma_regs->ep_sel); in cdns2_select_ep() 109 struct cdns2_device *pdev = pep->pdev; in cdns2_free_tr_segment() local 113 dma_pool_free(pdev->eps_dma_pool, ring->trbs, ring->dma); in cdns2_free_tr_segment() 121 struct cdns2_device *pdev in cdns2_alloc_tr_segment() local 155 struct cdns2_device *pdev = pep->pdev; cdns2_ep_stall_flush() local 205 cdns2_enable_l1(struct cdns2_device *pdev, int enable) cdns2_enable_l1() argument 215 cdns2_get_speed(struct cdns2_device *pdev) cdns2_get_speed() argument 241 struct cdns2_device *pdev = pep->pdev; cdns2_gadget_giveback() local 283 struct cdns2_device *pdev = pep->pdev; cdns2_wa1_update_guard() local 302 cdns2_wa1_tray_restore_cycle_bit(struct cdns2_device *pdev, struct cdns2_endpoint *pep) cdns2_wa1_tray_restore_cycle_bit() argument 315 cdns2_prepare_ring(struct cdns2_device *pdev, struct cdns2_endpoint *pep, int num_trbs) cdns2_prepare_ring() argument 471 cdsn2_isoc_burst_opt(struct cdns2_device *pdev) cdsn2_isoc_burst_opt() argument 688 cdns2_set_drdy(struct cdns2_device *pdev, struct cdns2_endpoint *pep) cdns2_set_drdy() argument 711 cdns2_prepare_first_isoc_transfer(struct cdns2_device *pdev, struct cdns2_endpoint *pep) cdns2_prepare_first_isoc_transfer() argument 764 struct cdns2_device *pdev = pep->pdev; cdns2_ep_run_transfer() local 821 cdns2_start_all_request(struct cdns2_device *pdev, struct cdns2_endpoint *pep) cdns2_start_all_request() argument 881 struct cdns2_device *pdev = pep->pdev; cdns2_trb_handled() local 949 cdns2_skip_isoc_td(struct cdns2_device *pdev, struct cdns2_endpoint *pep, struct cdns2_request *preq) cdns2_skip_isoc_td() argument 971 cdns2_transfer_completed(struct cdns2_device *pdev, struct cdns2_endpoint *pep) cdns2_transfer_completed() argument 1042 cdns2_wakeup(struct cdns2_device *pdev) cdns2_wakeup() argument 1053 struct cdns2_device *pdev = pep->pdev; cdns2_rearm_transfer() local 1074 struct cdns2_device *pdev = pep->pdev; cdns2_handle_epx_interrupt() local 1163 cdns2_disconnect_gadget(struct cdns2_device *pdev) cdns2_disconnect_gadget() argument 1171 struct cdns2_device *pdev = data; cdns2_usb_irq_handler() local 1209 cdns2_thread_usb_irq_handler(struct cdns2_device *pdev) cdns2_thread_usb_irq_handler() argument 1290 struct cdns2_device *pdev = data; cdns2_thread_irq_handler() local 1340 cdns2_eps_onchip_buffer_init(struct cdns2_device *pdev) cdns2_eps_onchip_buffer_init() argument 1414 struct cdns2_device *pdev = pep->pdev; cdns2_ep_config() local 1532 struct cdns2_device *pdev; cdns2_gadget_ep_enable() local 1615 struct cdns2_device *pdev; cdns2_gadget_ep_disable() local 1672 struct cdns2_device *pdev = pep->pdev; cdns2_ep_enqueue() local 1701 struct cdns2_device *pdev; cdns2_gadget_ep_queue() local 1822 cdns2_halt_endpoint(struct cdns2_device *pdev, struct cdns2_endpoint *pep, int value) cdns2_halt_endpoint() argument 1888 struct cdns2_device *pdev = pep->pdev; cdns2_gadget_ep_set_halt() local 1923 cdns2_find_available_ep(struct cdns2_device *pdev, struct usb_endpoint_descriptor *desc) cdns2_find_available_ep() argument 1965 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_match_ep() local 2001 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_get_frame() local 2008 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_wakeup() local 2021 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_set_selfpowered() local 2031 cdns2_quiesce(struct cdns2_device *pdev) cdns2_quiesce() argument 2044 cdns2_gadget_config(struct cdns2_device *pdev) cdns2_gadget_config() argument 2058 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_pullup() local 2086 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_udc_start() local 2129 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); cdns2_gadget_udc_stop() local 2167 cdns2_free_all_eps(struct cdns2_device *pdev) cdns2_free_all_eps() argument 2176 cdns2_init_eps(struct cdns2_device *pdev) cdns2_init_eps() argument 2250 cdns2_gadget_start(struct cdns2_device *pdev) cdns2_gadget_start() argument 2379 cdns2_gadget_suspend(struct cdns2_device *pdev) cdns2_gadget_suspend() argument 2400 cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) cdns2_gadget_resume() argument 2421 cdns2_gadget_remove(struct cdns2_device *pdev) cdns2_gadget_remove() argument 2434 cdns2_gadget_init(struct cdns2_device *pdev) cdns2_gadget_init() argument [all...] |
H A D | cdns2-ep0.c | 32 static bool cdns2_check_new_setup(struct cdns2_device *pdev) in cdns2_check_new_setup() argument 36 reg = readb(&pdev->ep0_regs->cs); in cdns2_check_new_setup() 41 static void cdns2_ep0_enqueue(struct cdns2_device *pdev, dma_addr_t dma_addr, in cdns2_ep0_enqueue() argument 44 struct cdns2_adma_regs __iomem *regs = pdev->adma_regs; in cdns2_ep0_enqueue() 45 struct cdns2_endpoint *pep = &pdev->eps[0]; in cdns2_ep0_enqueue() 67 writel(0, &pdev->ep0_regs->rxbc); in cdns2_ep0_enqueue() 69 cdns2_select_ep(pdev, pep->dir); in cdns2_ep0_enqueue() 79 static int cdns2_ep0_delegate_req(struct cdns2_device *pdev) in cdns2_ep0_delegate_req() argument 83 spin_unlock(&pdev->lock); in cdns2_ep0_delegate_req() 84 ret = pdev in cdns2_ep0_delegate_req() 90 cdns2_ep0_stall(struct cdns2_device *pdev) cdns2_ep0_stall() argument 107 cdns2_status_stage(struct cdns2_device *pdev) cdns2_status_stage() argument 120 cdns2_req_ep0_set_configuration(struct cdns2_device *pdev, struct usb_ctrlrequest *ctrl_req) cdns2_req_ep0_set_configuration() argument 144 cdns2_req_ep0_set_address(struct cdns2_device *pdev, u32 addr) cdns2_req_ep0_set_address() argument 173 cdns2_req_ep0_handle_status(struct cdns2_device *pdev, struct usb_ctrlrequest *ctrl) cdns2_req_ep0_handle_status() argument 210 cdns2_ep0_handle_feature_device(struct cdns2_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdns2_ep0_handle_feature_device() argument 263 cdns2_ep0_handle_feature_intf(struct cdns2_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdns2_ep0_handle_feature_intf() argument 282 cdns2_ep0_handle_feature_endpoint(struct cdns2_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdns2_ep0_handle_feature_endpoint() argument 311 cdns2_req_ep0_handle_feature(struct cdns2_device *pdev, struct usb_ctrlrequest *ctrl, int set) cdns2_req_ep0_handle_feature() argument 327 cdns2_ep0_std_request(struct cdns2_device *pdev) cdns2_ep0_std_request() argument 357 __pending_setup_status_handler(struct cdns2_device *pdev) __pending_setup_status_handler() argument 369 struct cdns2_device *pdev = container_of(work, struct cdns2_device, cdns2_pending_setup_status_handler() local 378 cdns2_handle_setup_packet(struct cdns2_device *pdev) cdns2_handle_setup_packet() argument 459 cdns2_transfer_completed(struct cdns2_device *pdev) cdns2_transfer_completed() argument 477 cdns2_handle_ep0_interrupt(struct cdns2_device *pdev, int dir) cdns2_handle_ep0_interrupt() argument 518 struct cdns2_device *pdev = pep->pdev; cdns2_gadget_ep0_set_halt() local 541 struct cdns2_device *pdev = pep->pdev; cdns2_gadget_ep0_queue() local 619 cdns2_ep0_config(struct cdns2_device *pdev) cdns2_ep0_config() argument 645 cdns2_init_ep0(struct cdns2_device *pdev, struct cdns2_endpoint *pep) cdns2_init_ep0() argument [all...] |
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 39 struct xen_pcibk_device *pdev; in alloc_pdev() local 41 pdev = kzalloc(sizeof(struct xen_pcibk_device), GFP_KERNEL); in alloc_pdev() 42 if (pdev == NULL) in alloc_pdev() 44 dev_dbg(&xdev->dev, "allocated pdev @ 0x%p\n", pdev); in alloc_pdev() 46 pdev->xdev = xdev; in alloc_pdev() 48 mutex_init(&pdev->dev_lock); in alloc_pdev() 50 pdev->sh_info = NULL; in alloc_pdev() 51 pdev->evtchn_irq = INVALID_EVTCHN_IRQ; in alloc_pdev() 52 pdev in alloc_pdev() 67 xen_pcibk_disconnect(struct xen_pcibk_device *pdev) xen_pcibk_disconnect() argument 88 free_pdev(struct xen_pcibk_device *pdev) free_pdev() argument 107 xen_pcibk_do_attach(struct xen_pcibk_device *pdev, int gnt_ref, evtchn_port_t remote_evtchn) xen_pcibk_do_attach() argument 142 xen_pcibk_attach(struct xen_pcibk_device *pdev) xen_pcibk_attach() argument 203 xen_pcibk_publish_pci_dev(struct xen_pcibk_device *pdev, unsigned int domain, unsigned int bus, unsigned int devfn, unsigned int devid) xen_pcibk_publish_pci_dev() argument 226 xen_pcibk_export_device(struct xen_pcibk_device *pdev, int domain, int bus, int slot, int func, int devid) xen_pcibk_export_device() argument 273 xen_pcibk_remove_device(struct xen_pcibk_device *pdev, int domain, int bus, int slot, int func) xen_pcibk_remove_device() argument 302 xen_pcibk_publish_pci_root(struct xen_pcibk_device *pdev, unsigned int domain, unsigned int bus) xen_pcibk_publish_pci_root() argument 362 xen_pcibk_reconfigure(struct xen_pcibk_device *pdev, enum xenbus_state state) xen_pcibk_reconfigure() argument 521 struct xen_pcibk_device *pdev = dev_get_drvdata(&xdev->dev); xen_pcibk_frontend_changed() local 562 xen_pcibk_setup_backend(struct xen_pcibk_device *pdev) xen_pcibk_setup_backend() argument 662 struct xen_pcibk_device *pdev = xen_pcibk_be_watch() local 688 struct xen_pcibk_device *pdev = alloc_pdev(dev); xen_pcibk_xenbus_probe() local 721 struct xen_pcibk_device *pdev = dev_get_drvdata(&dev->dev); xen_pcibk_xenbus_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 39 struct xen_pcibk_device *pdev; in alloc_pdev() local 41 pdev = kzalloc(sizeof(struct xen_pcibk_device), GFP_KERNEL); in alloc_pdev() 42 if (pdev == NULL) in alloc_pdev() 44 dev_dbg(&xdev->dev, "allocated pdev @ 0x%p\n", pdev); in alloc_pdev() 46 pdev->xdev = xdev; in alloc_pdev() 48 mutex_init(&pdev->dev_lock); in alloc_pdev() 50 pdev->sh_info = NULL; in alloc_pdev() 51 pdev->evtchn_irq = INVALID_EVTCHN_IRQ; in alloc_pdev() 52 pdev in alloc_pdev() 67 xen_pcibk_disconnect(struct xen_pcibk_device *pdev) xen_pcibk_disconnect() argument 88 free_pdev(struct xen_pcibk_device *pdev) free_pdev() argument 107 xen_pcibk_do_attach(struct xen_pcibk_device *pdev, int gnt_ref, evtchn_port_t remote_evtchn) xen_pcibk_do_attach() argument 142 xen_pcibk_attach(struct xen_pcibk_device *pdev) xen_pcibk_attach() argument 203 xen_pcibk_publish_pci_dev(struct xen_pcibk_device *pdev, unsigned int domain, unsigned int bus, unsigned int devfn, unsigned int devid) xen_pcibk_publish_pci_dev() argument 226 xen_pcibk_export_device(struct xen_pcibk_device *pdev, int domain, int bus, int slot, int func, int devid) xen_pcibk_export_device() argument 273 xen_pcibk_remove_device(struct xen_pcibk_device *pdev, int domain, int bus, int slot, int func) xen_pcibk_remove_device() argument 302 xen_pcibk_publish_pci_root(struct xen_pcibk_device *pdev, unsigned int domain, unsigned int bus) xen_pcibk_publish_pci_root() argument 362 xen_pcibk_reconfigure(struct xen_pcibk_device *pdev, enum xenbus_state state) xen_pcibk_reconfigure() argument 521 struct xen_pcibk_device *pdev = dev_get_drvdata(&xdev->dev); xen_pcibk_frontend_changed() local 562 xen_pcibk_setup_backend(struct xen_pcibk_device *pdev) xen_pcibk_setup_backend() argument 662 struct xen_pcibk_device *pdev = xen_pcibk_be_watch() local 688 struct xen_pcibk_device *pdev = alloc_pdev(dev); xen_pcibk_xenbus_probe() local 721 struct xen_pcibk_device *pdev = dev_get_drvdata(&dev->dev); xen_pcibk_xenbus_remove() local [all...] |
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | fixup-fuloong2e.c | 47 static void loongson2e_nec_fixup(struct pci_dev *pdev) in loongson2e_nec_fixup() argument 52 pci_read_config_dword(pdev, 0xe0, &val); in loongson2e_nec_fixup() 53 pci_write_config_dword(pdev, 0xe0, (val & ~7) | 0x4); in loongson2e_nec_fixup() 56 pci_write_config_dword(pdev, 0xe4, 1 << 5); in loongson2e_nec_fixup() 59 static void loongson2e_686b_func0_fixup(struct pci_dev *pdev) in loongson2e_686b_func0_fixup() argument 63 sb_slot = PCI_SLOT(pdev->devfn); in loongson2e_686b_func0_fixup() 68 pci_write_config_byte(pdev, 0x40, 0x08); in loongson2e_686b_func0_fixup() 71 pci_write_config_byte(pdev, 0x41, 0x01); in loongson2e_686b_func0_fixup() 74 pci_write_config_byte(pdev, 0x45, 0x00); in loongson2e_686b_func0_fixup() 77 pci_write_config_byte(pdev, in loongson2e_686b_func0_fixup() 134 loongson2e_686b_func1_fixup(struct pci_dev *pdev) loongson2e_686b_func1_fixup() argument 167 loongson2e_686b_func2_fixup(struct pci_dev *pdev) loongson2e_686b_func2_fixup() argument 173 loongson2e_686b_func3_fixup(struct pci_dev *pdev) loongson2e_686b_func3_fixup() argument 179 loongson2e_686b_func5_fixup(struct pci_dev *pdev) loongson2e_686b_func5_fixup() argument [all...] |
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | fixup-fuloong2e.c | 47 static void loongson2e_nec_fixup(struct pci_dev *pdev) in loongson2e_nec_fixup() argument 52 pci_read_config_dword(pdev, 0xe0, &val); in loongson2e_nec_fixup() 53 pci_write_config_dword(pdev, 0xe0, (val & ~7) | 0x4); in loongson2e_nec_fixup() 56 pci_write_config_dword(pdev, 0xe4, 1 << 5); in loongson2e_nec_fixup() 59 static void loongson2e_686b_func0_fixup(struct pci_dev *pdev) in loongson2e_686b_func0_fixup() argument 63 sb_slot = PCI_SLOT(pdev->devfn); in loongson2e_686b_func0_fixup() 68 pci_write_config_byte(pdev, 0x40, 0x08); in loongson2e_686b_func0_fixup() 71 pci_write_config_byte(pdev, 0x41, 0x01); in loongson2e_686b_func0_fixup() 74 pci_write_config_byte(pdev, 0x45, 0x00); in loongson2e_686b_func0_fixup() 77 pci_write_config_byte(pdev, in loongson2e_686b_func0_fixup() 134 loongson2e_686b_func1_fixup(struct pci_dev *pdev) loongson2e_686b_func1_fixup() argument 167 loongson2e_686b_func2_fixup(struct pci_dev *pdev) loongson2e_686b_func2_fixup() argument 173 loongson2e_686b_func3_fixup(struct pci_dev *pdev) loongson2e_686b_func3_fixup() argument 179 loongson2e_686b_func5_fixup(struct pci_dev *pdev) loongson2e_686b_func5_fixup() argument [all...] |
/kernel/linux/linux-5.10/drivers/w1/masters/ |
H A D | ds2482.c | 106 struct ds2482_data *pdev; member 144 * @param pdev The ds2482 client pointer 148 static inline int ds2482_select_register(struct ds2482_data *pdev, u8 read_ptr) in ds2482_select_register() argument 150 if (pdev->read_prt != read_ptr) { in ds2482_select_register() 151 if (i2c_smbus_write_byte_data(pdev->client, in ds2482_select_register() 156 pdev->read_prt = read_ptr; in ds2482_select_register() 163 * @param pdev The ds2482 client pointer 169 static inline int ds2482_send_cmd(struct ds2482_data *pdev, u8 cmd) in ds2482_send_cmd() argument 171 if (i2c_smbus_write_byte(pdev->client, cmd) < 0) in ds2482_send_cmd() 174 pdev in ds2482_send_cmd() 188 ds2482_send_cmd_data(struct ds2482_data *pdev, u8 cmd, u8 byte) ds2482_send_cmd_data() argument 213 ds2482_wait_1wire_idle(struct ds2482_data *pdev) ds2482_wait_1wire_idle() argument 240 ds2482_set_channel(struct ds2482_data *pdev, u8 channel) ds2482_set_channel() argument 266 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_touch_bit() local 298 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_triplet() local 328 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_write_byte() local 352 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_read_byte() local 389 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_reset_bus() local 421 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_set_pullup() local [all...] |
/kernel/linux/linux-6.6/drivers/w1/masters/ |
H A D | ds2482.c | 103 struct ds2482_data *pdev; member 141 * @pdev: The ds2482 client pointer 145 static inline int ds2482_select_register(struct ds2482_data *pdev, u8 read_ptr) in ds2482_select_register() argument 147 if (pdev->read_prt != read_ptr) { in ds2482_select_register() 148 if (i2c_smbus_write_byte_data(pdev->client, in ds2482_select_register() 153 pdev->read_prt = read_ptr; in ds2482_select_register() 160 * @pdev: The ds2482 client pointer 166 static inline int ds2482_send_cmd(struct ds2482_data *pdev, u8 cmd) in ds2482_send_cmd() argument 168 if (i2c_smbus_write_byte(pdev->client, cmd) < 0) in ds2482_send_cmd() 171 pdev in ds2482_send_cmd() 185 ds2482_send_cmd_data(struct ds2482_data *pdev, u8 cmd, u8 byte) ds2482_send_cmd_data() argument 210 ds2482_wait_1wire_idle(struct ds2482_data *pdev) ds2482_wait_1wire_idle() argument 237 ds2482_set_channel(struct ds2482_data *pdev, u8 channel) ds2482_set_channel() argument 263 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_touch_bit() local 295 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_triplet() local 325 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_write_byte() local 349 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_read_byte() local 386 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_reset_bus() local 418 struct ds2482_data *pdev = pchan->pdev; ds2482_w1_set_pullup() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | dpc.c | 77 static bool dpc_completed(struct pci_dev *pdev) in dpc_completed() argument 81 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed() 85 if (test_bit(PCI_DPC_RECOVERING, &pdev->priv_flags)) in dpc_completed() 93 * @pdev: PCI device 95 * Return true if DPC was triggered for @pdev and has recovered successfully. 99 bool pci_dpc_recovered(struct pci_dev *pdev) in pci_dpc_recovered() argument 103 if (!pdev->dpc_cap) in pci_dpc_recovered() 110 host = pci_find_host_bridge(pdev->bus); in pci_dpc_recovered() 119 wait_event_timeout(dpc_completed_waitqueue, dpc_completed(pdev), in pci_dpc_recovered() 126 dpc_wait_rp_inactive(struct pci_dev *pdev) dpc_wait_rp_inactive() argument 144 dpc_reset_link(struct pci_dev *pdev) dpc_reset_link() argument 186 dpc_process_rp_pio_error(struct pci_dev *pdev) dpc_process_rp_pio_error() argument 262 dpc_process_error(struct pci_dev *pdev) dpc_process_error() argument 297 struct pci_dev *pdev = context; dpc_handler() local 309 struct pci_dev *pdev = context; dpc_irq() local 324 pci_dpc_init(struct pci_dev *pdev) pci_dpc_init() argument 353 struct pci_dev *pdev = dev->port; dpc_probe() local 389 struct pci_dev *pdev = dev->port; dpc_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | dpc.c | 77 static bool dpc_completed(struct pci_dev *pdev) in dpc_completed() argument 81 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed() 85 if (test_bit(PCI_DPC_RECOVERING, &pdev->priv_flags)) in dpc_completed() 93 * @pdev: PCI device 95 * Return true if DPC was triggered for @pdev and has recovered successfully. 99 bool pci_dpc_recovered(struct pci_dev *pdev) in pci_dpc_recovered() argument 103 if (!pdev->dpc_cap) in pci_dpc_recovered() 110 host = pci_find_host_bridge(pdev->bus); in pci_dpc_recovered() 119 wait_event_timeout(dpc_completed_waitqueue, dpc_completed(pdev), in pci_dpc_recovered() 126 dpc_wait_rp_inactive(struct pci_dev *pdev) dpc_wait_rp_inactive() argument 144 dpc_reset_link(struct pci_dev *pdev) dpc_reset_link() argument 187 dpc_process_rp_pio_error(struct pci_dev *pdev) dpc_process_rp_pio_error() argument 263 dpc_process_error(struct pci_dev *pdev) dpc_process_error() argument 298 struct pci_dev *pdev = context; dpc_handler() local 310 struct pci_dev *pdev = context; dpc_irq() local 325 pci_dpc_init(struct pci_dev *pdev) pci_dpc_init() argument 349 struct pci_dev *pdev = dev->port; dpc_probe() local 385 struct pci_dev *pdev = dev->port; dpc_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-pci.c | 89 static int xhci_pci_reinit(struct xhci_hcd *xhci, struct pci_dev *pdev) in xhci_pci_reinit() argument 98 if (!pci_set_mwi(pdev)) in xhci_pci_reinit() 107 struct pci_dev *pdev = to_pci_dev(dev); in xhci_pci_quirks() local 111 id = pci_match_id(pdev->driver->id_table, pdev); in xhci_pci_quirks() 119 if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC && in xhci_pci_quirks() 120 (pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_PDK || in xhci_pci_quirks() 121 pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_FL1400)) { in xhci_pci_quirks() 122 if (pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_PDK && in xhci_pci_quirks() 123 pdev in xhci_pci_quirks() 406 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); xhci_pci_setup() local 623 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); xhci_pci_suspend() local 652 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); xhci_pci_resume() local 691 struct pci_dev *pdev = to_pci_dev(hcd->self.controller); xhci_pci_shutdown() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 286 * @pdev: Pointer to the driver data 289 static int idt_smb_write_byte(struct idt_89hpesx_dev *pdev, in idt_smb_write_byte() argument 306 sts = idt_smb_safe(write_byte, pdev->client, ccode, in idt_smb_write_byte() 318 * @pdev: Pointer to the driver data 321 static int idt_smb_read_byte(struct idt_89hpesx_dev *pdev, in idt_smb_read_byte() argument 338 sts = idt_smb_safe(read_byte, pdev->client, ccode); in idt_smb_read_byte() 351 * @pdev: Pointer to the driver data 354 static int idt_smb_write_word(struct idt_89hpesx_dev *pdev, in idt_smb_write_word() argument 374 sts = idt_smb_safe(write_word, pdev->client, ccode, in idt_smb_write_word() 388 sts = idt_smb_safe(write_byte, pdev in idt_smb_write_word() 403 idt_smb_read_word(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) idt_smb_read_word() argument 454 idt_smb_write_block(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) idt_smb_write_block() argument 477 idt_smb_read_block(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) idt_smb_read_block() argument 507 idt_smb_write_i2c_block(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) idt_smb_write_i2c_block() argument 537 idt_smb_read_i2c_block(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) idt_smb_read_i2c_block() argument 575 idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr, u8 *data) idt_eeprom_read_byte() argument 647 idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, const u8 *data) idt_eeprom_write() argument 713 idt_eeprom_read(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, u8 *buf) idt_eeprom_read() argument 749 idt_csr_write(struct idt_89hpesx_dev *pdev, u16 csraddr, const u32 data) idt_csr_write() argument 815 idt_csr_read(struct idt_89hpesx_dev *pdev, u16 csraddr, u32 *data) idt_csr_read() argument 884 struct idt_89hpesx_dev *pdev; eeprom_write() local 908 struct idt_89hpesx_dev *pdev; eeprom_read() local 937 struct idt_89hpesx_dev *pdev = filep->private_data; idt_dbgfs_csr_write() local 1035 struct idt_89hpesx_dev *pdev = filep->private_data; idt_dbgfs_csr_read() local 1083 idt_set_defval(struct idt_89hpesx_dev *pdev) idt_set_defval() argument 1123 idt_get_fw_data(struct idt_89hpesx_dev *pdev) idt_get_fw_data() argument 1178 struct idt_89hpesx_dev *pdev; idt_create_pdev() local 1212 idt_free_pdev(struct idt_89hpesx_dev *pdev) idt_free_pdev() argument 1223 idt_set_smbus_ops(struct idt_89hpesx_dev *pdev) idt_set_smbus_ops() argument 1287 idt_check_dev(struct idt_89hpesx_dev *pdev) idt_check_dev() argument 1317 idt_create_sysfs_files(struct idt_89hpesx_dev *pdev) idt_create_sysfs_files() argument 1356 idt_remove_sysfs_files(struct idt_89hpesx_dev *pdev) idt_remove_sysfs_files() argument 1373 idt_create_dbgfs_files(struct idt_89hpesx_dev *pdev) idt_create_dbgfs_files() argument 1391 idt_remove_dbgfs_files(struct idt_89hpesx_dev *pdev) idt_remove_dbgfs_files() argument 1402 struct idt_89hpesx_dev *pdev; idt_probe() local 1441 struct idt_89hpesx_dev *pdev = i2c_get_clientdata(client); idt_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | idt_89hpesx.c | 255 * @pdev: Pointer to the driver data 258 static int idt_smb_write_byte(struct idt_89hpesx_dev *pdev, in idt_smb_write_byte() argument 275 sts = idt_smb_safe(write_byte, pdev->client, ccode, in idt_smb_write_byte() 287 * @pdev: Pointer to the driver data 290 static int idt_smb_read_byte(struct idt_89hpesx_dev *pdev, in idt_smb_read_byte() argument 307 sts = idt_smb_safe(read_byte, pdev->client, ccode); in idt_smb_read_byte() 320 * @pdev: Pointer to the driver data 323 static int idt_smb_write_word(struct idt_89hpesx_dev *pdev, in idt_smb_write_word() argument 343 sts = idt_smb_safe(write_word, pdev->client, ccode, in idt_smb_write_word() 357 sts = idt_smb_safe(write_byte, pdev in idt_smb_write_word() 372 idt_smb_read_word(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) idt_smb_read_word() argument 423 idt_smb_write_block(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) idt_smb_write_block() argument 446 idt_smb_read_block(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) idt_smb_read_block() argument 476 idt_smb_write_i2c_block(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) idt_smb_write_i2c_block() argument 506 idt_smb_read_i2c_block(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) idt_smb_read_i2c_block() argument 544 idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr, u8 *data) idt_eeprom_read_byte() argument 616 idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, const u8 *data) idt_eeprom_write() argument 682 idt_eeprom_read(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, u8 *buf) idt_eeprom_read() argument 718 idt_csr_write(struct idt_89hpesx_dev *pdev, u16 csraddr, const u32 data) idt_csr_write() argument 784 idt_csr_read(struct idt_89hpesx_dev *pdev, u16 csraddr, u32 *data) idt_csr_read() argument 853 struct idt_89hpesx_dev *pdev; eeprom_write() local 877 struct idt_89hpesx_dev *pdev; eeprom_read() local 906 struct idt_89hpesx_dev *pdev = filep->private_data; idt_dbgfs_csr_write() local 998 struct idt_89hpesx_dev *pdev = filep->private_data; idt_dbgfs_csr_read() local 1046 idt_set_defval(struct idt_89hpesx_dev *pdev) idt_set_defval() argument 1086 idt_get_fw_data(struct idt_89hpesx_dev *pdev) idt_get_fw_data() argument 1141 struct idt_89hpesx_dev *pdev; idt_create_pdev() local 1175 idt_free_pdev(struct idt_89hpesx_dev *pdev) idt_free_pdev() argument 1186 idt_set_smbus_ops(struct idt_89hpesx_dev *pdev) idt_set_smbus_ops() argument 1250 idt_check_dev(struct idt_89hpesx_dev *pdev) idt_check_dev() argument 1280 idt_create_sysfs_files(struct idt_89hpesx_dev *pdev) idt_create_sysfs_files() argument 1320 idt_remove_sysfs_files(struct idt_89hpesx_dev *pdev) idt_remove_sysfs_files() argument 1337 idt_create_dbgfs_files(struct idt_89hpesx_dev *pdev) idt_create_dbgfs_files() argument 1355 idt_remove_dbgfs_files(struct idt_89hpesx_dev *pdev) idt_remove_dbgfs_files() argument 1366 struct idt_89hpesx_dev *pdev; idt_probe() local 1405 struct idt_89hpesx_dev *pdev = i2c_get_clientdata(client); idt_remove() local [all...] |