Home
last modified time | relevance | path

Searched defs:cdev (Results 726 - 750 of 875) sorted by relevance

1...<<21222324252627282930>>...35

/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c99 struct qed_dev *cdev = p_hwfn->cdev; in qed_ll2b_complete_tx_packet() local
113 static int qed_ll2_alloc_buffer(struct qed_dev *cdev, in qed_ll2_alloc_buffer() argument
137 qed_ll2_dealloc_buffer(struct qed_dev *cdev, struct qed_ll2_buffer *buffer) qed_ll2_dealloc_buffer() argument
156 qed_ll2_kill_buffers(struct qed_dev *cdev) qed_ll2_kill_buffers() argument
169 struct qed_dev *cdev = p_hwfn->cdev; qed_ll2b_complete_rx_packet() local
1180 struct qed_dev *cdev = p_hwfn->cdev; qed_ll2_acquire_connection_rx() local
2370 qed_ll2_register_cb_ops(struct qed_dev *cdev, const struct qed_ll2_cb_ops *ops, void *cookie) qed_ll2_register_cb_ops() argument
2443 qed_ll2_is_storage_eng1(struct qed_dev *cdev) qed_ll2_is_storage_eng1() argument
2453 struct qed_dev *cdev = p_hwfn->cdev; __qed_ll2_stop() local
2465 qed_ll2_stop(struct qed_dev *cdev) qed_ll2_stop() argument
2505 struct qed_dev *cdev = p_hwfn->cdev; __qed_ll2_start() local
2577 qed_ll2_start(struct qed_dev *cdev, struct qed_ll2_params *params) qed_ll2_start() argument
2676 qed_ll2_start_xmit(struct qed_dev *cdev, struct sk_buff *skb, unsigned long xmit_flags) qed_ll2_start_xmit() argument
2775 qed_ll2_stats(struct qed_dev *cdev, struct qed_ll2_stats *stats) qed_ll2_stats() argument
2812 qed_ll2_alloc_if(struct qed_dev *cdev) qed_ll2_alloc_if() argument
2818 qed_ll2_dealloc_if(struct qed_dev *cdev) qed_ll2_dealloc_if() argument
[all...]
H A Dqed_iscsi.c1033 qed_fill_iscsi_dev_info(struct qed_dev *cdev, struct qed_dev_iscsi_info *info) qed_fill_iscsi_dev_info() argument
1053 qed_register_iscsi_ops(struct qed_dev *cdev, struct qed_iscsi_cb_ops *ops, void *cookie) qed_register_iscsi_ops() argument
1060 qed_iscsi_get_hash(struct qed_dev *cdev, u32 handle) qed_iscsi_get_hash() argument
1079 qed_iscsi_stop(struct qed_dev *cdev) qed_iscsi_stop() argument
1102 qed_iscsi_start(struct qed_dev *cdev, struct qed_iscsi_tid *tasks, void *event_context, iscsi_event_cb_t async_event_cb) qed_iscsi_start() argument
1154 qed_iscsi_acquire_conn(struct qed_dev *cdev, u32 *handle, u32 *fw_cid, void __iomem **p_doorbell) qed_iscsi_acquire_conn() argument
1187 qed_iscsi_release_conn(struct qed_dev *cdev, u32 handle) qed_iscsi_release_conn() argument
1205 qed_iscsi_offload_conn(struct qed_dev *cdev, u32 handle, struct qed_iscsi_params_offload *conn_info) qed_iscsi_offload_conn() argument
1280 qed_iscsi_update_conn(struct qed_dev *cdev, u32 handle, struct qed_iscsi_params_update *conn_info) qed_iscsi_update_conn() argument
1307 qed_iscsi_clear_conn_sq(struct qed_dev *cdev, u32 handle) qed_iscsi_clear_conn_sq() argument
1322 qed_iscsi_destroy_conn(struct qed_dev *cdev, u32 handle, u8 abrt_conn) qed_iscsi_destroy_conn() argument
1340 qed_iscsi_stats_context(struct qed_dev *cdev, struct qed_iscsi_stats *stats, bool is_atomic) qed_iscsi_stats_context() argument
1347 qed_iscsi_stats(struct qed_dev *cdev, struct qed_iscsi_stats *stats) qed_iscsi_stats() argument
1352 qed_iscsi_change_mac(struct qed_dev *cdev, u32 handle, const u8 *mac) qed_iscsi_change_mac() argument
1368 qed_get_protocol_stats_iscsi(struct qed_dev *cdev, struct qed_mcp_iscsi_stats *stats, bool is_atomic) qed_get_protocol_stats_iscsi() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c788 qede_alloc_etherdev(struct qed_dev *cdev, struct pci_dev *pdev, struct qed_dev_eth_info *info, u32 dp_module, u8 dp_level) qede_alloc_etherdev() argument
1160 qede_update_pf_params(struct qed_dev *cdev) qede_update_pf_params() argument
1231 struct qed_dev *cdev; __qede_probe() local
1389 struct qed_dev *cdev; __qede_remove() local
1578 struct qed_dev *cdev = edev->cdev; qede_alloc_mem_rxq() local
2103 struct qed_dev *cdev = edev->cdev; qede_stop_queues() local
2244 struct qed_dev *cdev = edev->cdev; qede_start_queues() local
2717 struct qed_dev *cdev = edev->cdev; qede_atomic_hw_err_handler() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dcpufreq.h164 struct thermal_cooling_device *cdev; member
H A Dtpm.h122 struct cdev cdev; member
/kernel/linux/linux-6.6/drivers/s390/virtio/
H A Dvirtio_ccw.c60 struct ccw_device *cdev; member
1128 virtio_ccw_int_handler(struct ccw_device *cdev, unsigned long intparm, struct irb *irb) virtio_ccw_int_handler() argument
1198 virtio_ccw_check_autoonline(struct ccw_device *cdev) virtio_ccw_check_autoonline() argument
1210 struct ccw_device *cdev = data; virtio_ccw_auto_online() local
1218 virtio_ccw_probe(struct ccw_device *cdev) virtio_ccw_probe() argument
1227 virtio_grab_drvdata(struct ccw_device *cdev) virtio_grab_drvdata() argument
1243 virtio_ccw_remove(struct ccw_device *cdev) virtio_ccw_remove() argument
1259 virtio_ccw_offline(struct ccw_device *cdev) virtio_ccw_offline() argument
1321 virtio_ccw_online(struct ccw_device *cdev) virtio_ccw_online() argument
1384 virtio_ccw_cio_notify(struct ccw_device *cdev, int event) virtio_ccw_cio_notify() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.c1278 lcs_check_irb_error(struct ccw_device *cdev, struct irb *irb) in lcs_check_irb_error() argument
1307 lcs_get_problem(struct ccw_device *cdev, struct irb *irb) in lcs_get_problem() argument
1358 lcs_irq(struct ccw_device *cdev, unsigned long intparm, struct irb *irb) in lcs_irq() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c862 struct fcoe_ctlr_device *cdev; in bnx2fc_indicate_netevent() local
2253 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev) in bnx2fc_ctlr_enabled() argument
2292 struct fcoe_ctlr_device *cdev; _bnx2fc_create() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dkeyboard.c1029 static int kbd_led_trigger_activate(struct led_classdev *cdev) in kbd_led_trigger_activate() argument
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_devmap.c536 dasd_devmap_from_cdev(struct ccw_device *cdev) in dasd_devmap_from_cdev() argument
551 dasd_create_device(struct ccw_device *cdev) in dasd_create_device() argument
760 dasd_devmap_set_device_copy_relation(struct ccw_device *cdev, bool pprc_enabled) dasd_devmap_set_device_copy_relation() argument
841 struct ccw_device *cdev; dasd_delete_device() local
905 dasd_device_from_cdev_locked(struct ccw_device *cdev) dasd_device_from_cdev_locked() argument
919 dasd_device_from_cdev(struct ccw_device *cdev) dasd_device_from_cdev() argument
1028 struct ccw_device *cdev = to_ccwdev(dev); dasd_ro_store() local
1205 struct ccw_device *cdev = to_ccwdev(dev); dasd_safe_offline_store() local
1243 struct ccw_device *cdev = to_ccwdev(dev); dasd_access_show() local
1795 struct ccw_device *cdev = to_ccwdev(dev); dasd_reservation_policy_store() local
2494 dasd_get_feature(struct ccw_device *cdev, int feature) dasd_get_feature() argument
2510 dasd_set_feature(struct ccw_device *cdev, int feature, int flag) dasd_set_feature() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_sas.c223 sas_host_setup(struct transport_container *tc, struct device *dev, struct device *cdev) sas_host_setup() argument
248 sas_host_remove(struct transport_container *tc, struct device *dev, struct device *cdev) sas_host_remove() argument
626 sas_phy_setup(struct transport_container *tc, struct device *dev, struct device *cdev) sas_phy_setup() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c164 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local
399 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local
430 struct usb_composite_dev *cdev = function->config->cdev; usb_function_activate() local
614 config_desc(struct usb_composite_dev *cdev, unsigned w_value) config_desc() argument
677 count_configs(struct usb_composite_dev *cdev, unsigned type) count_configs() argument
725 bos_desc(struct usb_composite_dev *cdev) bos_desc() argument
909 device_qual(struct usb_composite_dev *cdev) device_qual() argument
928 reset_config(struct usb_composite_dev *cdev) reset_config() argument
947 set_config(struct usb_composite_dev *cdev, const struct usb_ctrlrequest *ctrl, unsigned number) set_config() argument
1064 usb_add_config_only(struct usb_composite_dev *cdev, struct usb_configuration *config) usb_add_config_only() argument
1104 usb_add_config(struct usb_composite_dev *cdev, struct usb_configuration *config, int (*bind)(struct usb_configuration *)) usb_add_config() argument
1177 remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) remove_config() argument
1205 usb_remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) usb_remove_config() argument
1268 get_string(struct usb_composite_dev *cdev, void *buf, u16 language, int id) get_string() argument
1383 usb_string_id(struct usb_composite_dev *cdev) usb_string_id() argument
1412 usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str) usb_string_ids_tab() argument
1496 usb_gstrings_attach(struct usb_composite_dev *cdev, struct usb_gadget_strings **sp, unsigned n_strings) usb_gstrings_attach() argument
1574 struct usb_composite_dev *cdev; composite_setup_complete() local
1601 composite_ep0_queue(struct usb_composite_dev *cdev, struct usb_request *req, gfp_t gfp_flags) composite_ep0_queue() argument
1779 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_setup() local
2299 struct usb_composite_dev *cdev = get_gadget_data(gadget); __composite_disconnect() local
2337 struct usb_composite_dev *cdev = get_gadget_data(gadget); suspended_show() local
2345 struct usb_composite_dev *cdev = get_gadget_data(gadget); __composite_unbind() local
2418 composite_dev_prepare(struct usb_composite_driver *composite, struct usb_composite_dev *cdev) composite_dev_prepare() argument
2465 composite_os_desc_req_prepare(struct usb_composite_dev *cdev, struct usb_ep *ep0) composite_os_desc_req_prepare() argument
2489 composite_dev_cleanup(struct usb_composite_dev *cdev) composite_dev_cleanup() argument
2538 struct usb_composite_dev *cdev; composite_bind() local
2588 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_suspend() local
2612 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_resume() local
2731 usb_composite_setup_continue(struct usb_composite_dev *cdev) usb_composite_setup_continue() argument
2765 usb_composite_overwrite_options(struct usb_composite_dev *cdev, struct usb_composite_overwrite *covr) usb_composite_overwrite_options() argument
[all...]
H A Dconfigfs.c51 struct usb_composite_dev cdev; member
591 composite_init_dev(struct usb_composite_dev *cdev) composite_init_dev() argument
1211 struct usb_composite_dev *cdev = &gi->cdev; os_desc_link() local
1245 struct usb_composite_dev *cdev = &gi->cdev; os_desc_unlink() local
1557 configfs_do_nothing(struct usb_composite_dev *cdev) configfs_do_nothing() argument
1678 struct usb_composite_dev *cdev = &gi->cdev; configfs_composite_bind() local
1817 struct usb_composite_dev *cdev; configfs_composite_unbind() local
1845 struct usb_composite_dev *cdev; configfs_composite_setup() local
1869 struct usb_composite_dev *cdev; configfs_composite_disconnect() local
1891 struct usb_composite_dev *cdev; configfs_composite_reset() local
1913 struct usb_composite_dev *cdev; configfs_composite_suspend() local
1935 struct usb_composite_dev *cdev; configfs_composite_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac2.c1037 struct usb_composite_dev *cdev = cfg->cdev; in afunc_bind() local
1420 struct usb_composite_dev *cdev = fn->config->cdev; in afunc_set_alt() local
1716 struct usb_composite_dev *cdev in out_rq_cur_complete() local
1763 struct usb_composite_dev *cdev = fn->config->cdev; out_rq_cur() local
1824 struct usb_composite_dev *cdev = fn->config->cdev; afunc_setup() local
[all...]
H A Df_tcm.c423 struct usb_composite_dev *cdev = f->config->cdev; in usbg_bot_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Drio_mport_cdev.c165 struct cdev cdev; member
[all...]
/kernel/linux/linux-6.6/drivers/rapidio/
H A Drio_cm.c220 struct cdev cdev; member
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dvirtio_console.c206 struct cdev *cdev; member
1024 struct cdev *cdev = inode->i_cdev; in port_fops_open() local
[all...]
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl.c707 struct dfl_fpga_cdev *cdev; global() member
746 dfl_fpga_cdev_add_port_dev(struct dfl_fpga_cdev *cdev, struct platform_device *port) dfl_fpga_cdev_add_port_dev() argument
1529 remove_feature_devs(struct dfl_fpga_cdev *cdev) remove_feature_devs() argument
1549 struct dfl_fpga_cdev *cdev; dfl_fpga_feature_devs_enumerate() local
1615 dfl_fpga_feature_devs_remove(struct dfl_fpga_cdev *cdev) dfl_fpga_feature_devs_remove() argument
1660 __dfl_fpga_cdev_find_port(struct dfl_fpga_cdev *cdev, void *data, int (*match)(struct platform_device *, void *)) __dfl_fpga_cdev_find_port() argument
1707 dfl_fpga_cdev_release_port(struct dfl_fpga_cdev *cdev, int port_id) dfl_fpga_cdev_release_port() argument
1753 dfl_fpga_cdev_assign_port(struct dfl_fpga_cdev *cdev, int port_id) dfl_fpga_cdev_assign_port() argument
1817 dfl_fpga_cdev_config_ports_pf(struct dfl_fpga_cdev *cdev) dfl_fpga_cdev_config_ports_pf() argument
1843 dfl_fpga_cdev_config_ports_vf(struct dfl_fpga_cdev *cdev, int num_vfs) dfl_fpga_cdev_config_ports_vf() argument
[all...]
H A Ddfl.h321 struct cdev cdev; member
540 dfl_fpga_cdev_find_port(struct dfl_fpga_cdev *cdev, void *data, in dfl_fpga_cdev_find_port() argument
[all...]
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-sbefifo.c124 struct cdev cdev; member
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c2368 static int chipinfo_get(struct gpio_chardev_data *cdev, void __user *ip) in chipinfo_get() argument
2398 static int lineinfo_get_v1(struct gpio_chardev_data *cdev, void __user *ip, in lineinfo_get_v1() argument
2434 static int lineinfo_get(struct gpio_chardev_data *cdev, voi argument
2469 lineinfo_unwatch(struct gpio_chardev_data *cdev, void __user *ip) lineinfo_unwatch() argument
2487 struct gpio_chardev_data *cdev = file->private_data; gpio_ioctl_unlocked() local
2527 struct gpio_chardev_data *cdev = file->private_data; gpio_ioctl() local
2544 struct gpio_chardev_data *cdev = lineinfo_changed_notify() local
2570 struct gpio_chardev_data *cdev = container_of(nb, gpio_device_unregistered_notify() local
2582 struct gpio_chardev_data *cdev = file->private_data; lineinfo_watch_poll_unlocked() local
2600 struct gpio_chardev_data *cdev = file->private_data; lineinfo_watch_poll() local
2609 struct gpio_chardev_data *cdev = file->private_data; lineinfo_watch_read_unlocked() local
2688 struct gpio_chardev_data *cdev = file->private_data; lineinfo_watch_read() local
2704 struct gpio_chardev_data *cdev; gpio_chrdev_open() local
2774 struct gpio_chardev_data *cdev = file->private_data; gpio_chrdev_release() local
[all...]
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c2538 static ssize_t get_attr_rdpmc(struct device *cdev, in get_attr_rdpmc() argument
2545 static ssize_t set_attr_rdpmc(struct device *cdev, in set_attr_rdpmc() argument
2596 static ssize_t max_precise_show(struct device *cdev, in max_precise_show() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c58 static struct chtls_sock *chtls_sock_create(struct chtls_dev *cdev) in chtls_sock_create() argument
93 static struct net_device *chtls_find_netdev(struct chtls_dev *cdev, in chtls_find_netdev() argument
143 const struct chtls_dev *cdev; in assign_rxopt() local
205 struct chtls_dev *cdev; abort_arp_failure() local
547 listen_hash_add(struct chtls_dev *cdev, struct sock *sk, unsigned int stid) listen_hash_add() argument
566 listen_hash_find(struct chtls_dev *cdev, struct sock *sk) listen_hash_find() argument
585 listen_hash_del(struct chtls_dev *cdev, struct sock *sk) listen_hash_del() argument
643 chtls_listen_start(struct chtls_dev *cdev, struct sock *sk) chtls_listen_start() argument
730 chtls_listen_stop(struct chtls_dev *cdev, struct sock *sk) chtls_listen_stop() argument
760 chtls_pass_open_rpl(struct chtls_dev *cdev, struct sk_buff *skb) chtls_pass_open_rpl() argument
787 chtls_close_listsrv_rpl(struct chtls_dev *cdev, struct sk_buff *skb) chtls_close_listsrv_rpl() argument
821 struct chtls_dev *cdev = csk->cdev; chtls_release_resources() local
901 struct chtls_dev *cdev; chtls_pass_open_arp_failure() local
946 struct chtls_dev *cdev; chtls_select_mss() local
1108 chtls_recv_sock(struct sock *lsk, struct request_sock *oreq, void *network_hdr, const struct cpl_pass_accept_req *req, struct chtls_dev *cdev) chtls_recv_sock() argument
1297 struct chtls_dev *cdev; chtls_pass_accept_request() local
1426 chtls_pass_accept_req(struct chtls_dev *cdev, struct sk_buff *skb) chtls_pass_accept_req() argument
1536 add_pass_open_to_parent(struct sock *child, struct sock *lsk, struct chtls_dev *cdev) add_pass_open_to_parent() argument
1571 chtls_pass_establish(struct chtls_dev *cdev, struct sk_buff *skb) chtls_pass_establish() argument
1726 chtls_rx_data(struct chtls_dev *cdev, struct sk_buff *skb) chtls_rx_data() argument
1778 chtls_rx_pdu(struct chtls_dev *cdev, struct sk_buff *skb) chtls_rx_pdu() argument
1847 chtls_rx_cmp(struct chtls_dev *cdev, struct sk_buff *skb) chtls_rx_cmp() argument
1987 send_defer_abort_rpl(struct chtls_dev *cdev, struct sk_buff *skb) send_defer_abort_rpl() argument
2005 t4_defer_reply(struct sk_buff *skb, struct chtls_dev *cdev, defer_handler_t handler) t4_defer_reply() argument
2016 chtls_send_abort_rpl(struct sock *sk, struct sk_buff *skb, struct chtls_dev *cdev, int status, int queue) chtls_send_abort_rpl() argument
2074 struct chtls_dev *cdev; abort_syn_rcv() local
2153 struct chtls_dev *cdev; chtls_abort_rpl_rss() local
2175 chtls_conn_cpl(struct chtls_dev *cdev, struct sk_buff *skb) chtls_conn_cpl() argument
2282 chtls_wr_ack(struct chtls_dev *cdev, struct sk_buff *skb) chtls_wr_ack() argument
2298 chtls_set_tcb_rpl(struct chtls_dev *cdev, struct sk_buff *skb) chtls_set_tcb_rpl() argument
[all...]
H A Dchtls_io.c280 struct chtls_dev *cdev; in tls_copy_tx_key() local
731 struct chtls_dev *cdev = csk->cdev; in should_push() local
905 static bool csk_mem_free(struct chtls_dev *cdev, struct sock *sk) in csk_mem_free() argument
910 csk_wait_memory(struct chtls_dev *cdev, struct sock *sk, long *timeo_p) csk_wait_memory() argument
1013 struct chtls_dev *cdev = csk->cdev; chtls_sendmsg() local
[all...]

Completed in 50 milliseconds

1...<<21222324252627282930>>...35