/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 5677 /* Get the ptr to our adapter structure out of cmd->host. */ in hpsa_scsi_queue_command() 6564 BYTE __user *ptr = ioc->buf; in hpsa_big_passthru_ioctl() local 6566 if (copy_to_user(ptr, buff[i], buff_size[i])) { in hpsa_big_passthru_ioctl() 6570 ptr += buff_size[i]; in hpsa_big_passthru_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3991 arg->extraie.ptr = kmemdup(req->ie, req->ie_len, GFP_KERNEL); in ath11k_mac_op_hw_scan() 3992 if (!arg->extraie.ptr) { in ath11k_mac_op_hw_scan() 4085 kfree(arg->extraie.ptr); in ath11k_mac_op_hw_scan() 7152 "chanctx add freq %u width %d ptr %p\n", in ath11k_mac_op_add_chanctx() 7176 "chanctx remove freq %u width %d ptr %p\n", in ath11k_mac_op_remove_chanctx() 7530 "chanctx change freq %u width %d ptr %p changed %x\n", in ath11k_mac_op_change_chanctx() 7611 "chanctx assign ptr %p vdev_id %i\n", in ath11k_mac_op_assign_vif_chanctx() 7701 "chanctx unassign ptr %p vdev_id %i\n", in ath11k_mac_op_unassign_vif_chanctx()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 5688 /* Get the ptr to our adapter structure out of cmd->host. */ in hpsa_scsi_queue_command() 6592 BYTE __user *ptr = ioc->buf; in hpsa_big_passthru_ioctl() local 6594 if (copy_to_user(ptr, buff[i], buff_size[i])) { in hpsa_big_passthru_ioctl() 6598 ptr += buff_size[i]; in hpsa_big_passthru_ioctl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 714 out_be32(&p->ptr, 0xffff); in emac_configure()
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3340 ev.data.ptr = NULL; in TEST()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 744 io_req = (struct qedf_ioreq *)sc_cmd->SCp.ptr; in qedf_eh_abort() 3059 "queues array ptr memory\n"); in qedf_alloc_global_queues()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 716 out_be32(&p->ptr, 0xffff); in emac_configure()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1497 acur->cnt->bc_levels[0].ptr = 1; in xfs_alloc_ag_vextent_lastblock()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ite-it6505.c | 2688 unsigned long event, void *ptr) in it6505_extcon_notifier() 2687 it6505_extcon_notifier(struct notifier_block *self, unsigned long event, void *ptr) it6505_extcon_notifier() argument
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ynl-gen-c.py | 119 ptr = '*' if self.is_multi_val() else '' 120 ri.cw.p(f"{member} {ptr}{self.c_name};")
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3355 ev.data.ptr = NULL; in TEST()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 9046 struct drm_private_obj *obj = state->private_objs[i].ptr; 9062 state->private_objs[j].ptr = NULL;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 5680 void *ptr) in cnic_netdev_event() 5682 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in cnic_netdev_event() 5679 cnic_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) cnic_netdev_event() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 4700 __le16 *ptr = (__le16 *)tx_desc; in rtl8xxxu_calc_tx_desc_csum() local 4711 csum = csum ^ le16_to_cpu(ptr[i]); in rtl8xxxu_calc_tx_desc_csum()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 4844 tmp = is_compat_task() ? compat_ptr(oat_data.ptr) : in qeth_query_oat_command() 4845 u64_to_user_ptr(oat_data.ptr); in qeth_query_oat_command()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 83 #define OCFS2_XATTR_FREE_IN_BLOCK(ptr) ((ptr)->i_sb->s_blocksize \
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 6118 unsigned long event, void *ptr) in ip6_route_dev_notify() 6120 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in ip6_route_dev_notify() 6117 ip6_route_dev_notify(struct notifier_block *this, unsigned long event, void *ptr) ip6_route_dev_notify() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 5677 void *ptr) in cnic_netdev_event() 5679 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in cnic_netdev_event() 5676 cnic_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) cnic_netdev_event() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 81 #define OCFS2_XATTR_FREE_IN_BLOCK(ptr) ((ptr)->i_sb->s_blocksize \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 3525 const u8 *ptr = mask; in igc_flex_filter_add_field() local 3528 if (ptr[i] & 0xff) in igc_flex_filter_add_field()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 6411 unsigned long event, void *ptr) in stmmac_device_event() 6413 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in stmmac_device_event() 6410 stmmac_device_event(struct notifier_block *unused, unsigned long event, void *ptr) stmmac_device_event() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 5138 __le16 *ptr = (__le16 *)tx_desc; in rtl8xxxu_calc_tx_desc_csum() local 5149 csum = csum ^ le16_to_cpu(ptr[i]); in rtl8xxxu_calc_tx_desc_csum()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core_main.c | 4779 tmp = is_compat_task() ? compat_ptr(oat_data.ptr) : in qeth_query_oat_command() 4780 u64_to_user_ptr(oat_data.ptr); in qeth_query_oat_command()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 6474 static int rtnetlink_event(struct notifier_block *this, unsigned long event, void *ptr) in rtnetlink_event() argument 6476 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in rtnetlink_event()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 6265 unsigned long event, void *ptr) in ip6_route_dev_notify() 6267 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in ip6_route_dev_notify() 6264 ip6_route_dev_notify(struct notifier_block *this, unsigned long event, void *ptr) ip6_route_dev_notify() argument
|