/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 166 struct cryptocop_operation *oper; member 1615 if (pj->oper->sid == sid) { in cryptocop_free_session() 1626 …pj->oper->operation_status = -EAGAIN; /* EAGAIN is not ideal for job/session terminated but it's … in cryptocop_free_session() 1627 …DEBUG(printk("cryptocop_free_session: pj=0x%p, pj->oper=0x%p, pj->iop=0x%p\n", pj, pj->oper, pj->i… in cryptocop_free_session() 1628 pj->oper->cb(pj->oper, pj->oper->cb_data); in cryptocop_free_session() 1883 assert(pj->oper != NULL); in cryptocop_do_tasklet() 1886 …DEBUG(printk("cryptocop_do_tasklet: callback 0x%p, data 0x%p\n", pj->oper->cb, pj->oper->cb_data)); in cryptocop_do_tasklet() 1888 pj->oper->operation_status = 0; /* Job is completed. */ in cryptocop_do_tasklet() 1889 pj->oper->cb(pj->oper, pj->oper->cb_data); in cryptocop_do_tasklet() 1928 done_job->oper->operation_status = 0; /* Job is completed. */ in dma_done_interrupt() [all …]
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_synth.c | 58 struct snd_seq_oss_callback oper; member 116 rec->oper = reg->oper; in snd_seq_oss_synth_probe() 225 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup() 238 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup() 242 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup() 243 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 251 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup() 252 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 327 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup() 328 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup() [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | qgroup.c | 1378 struct btrfs_qgroup_operation *oper) in qgroup_oper_exists() argument 1388 cmp = comp_oper_exist(cur, oper); in qgroup_oper_exists() 1425 struct btrfs_qgroup_operation *oper) in insert_qgroup_oper() argument 1437 cmp = comp_oper(cur, oper); in insert_qgroup_oper() 1447 rb_link_node(&oper->n, parent, p); in insert_qgroup_oper() 1448 rb_insert_color(&oper->n, &fs_info->qgroup_op_tree); in insert_qgroup_oper() 1474 struct btrfs_qgroup_operation *oper; in btrfs_qgroup_record_ref() local 1480 oper = kmalloc(sizeof(*oper), GFP_NOFS); in btrfs_qgroup_record_ref() 1481 if (!oper) in btrfs_qgroup_record_ref() 1484 oper->ref_root = ref_root; in btrfs_qgroup_record_ref() [all …]
|
D | qgroup.h | 91 struct btrfs_qgroup_operation *oper);
|
/linux-4.1.27/scripts/dtc/ |
D | fdtput.c | 38 enum oper_type oper; /* operation to perform */ member 246 switch (disp->oper) { in do_fdtput() 307 disp.oper = OPER_WRITE_PROP; in main() 324 disp.oper = OPER_CREATE_NODE; in main() 352 if (disp.oper == OPER_WRITE_PROP) { in main()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | smtdef.c | 77 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 345 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument 348 old = *oper ; in set_min_max() 350 *oper = limit ; in set_min_max() 352 *oper = mib ; in set_min_max() 353 return old != *oper; in set_min_max()
|
/linux-4.1.27/drivers/media/tuners/ |
D | qt1010.c | 214 if (rd[i].oper == QT1010_WR) { in qt1010_set_params() 229 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1() argument 237 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1() 242 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas1() 278 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2() 338 switch (i2c_data[i].oper) { in qt1010_init()
|
D | qt1010_priv.h | 90 u8 oper, reg, val; member
|
/linux-4.1.27/include/trace/events/ |
D | btrfs.h | 1129 TP_PROTO(struct btrfs_qgroup_operation *oper), 1131 TP_ARGS(oper), 1143 __entry->ref_root = oper->ref_root; 1144 __entry->bytenr = oper->bytenr, 1145 __entry->num_bytes = oper->num_bytes; 1146 __entry->seq = oper->seq; 1147 __entry->type = oper->type; 1148 __entry->elem_seq = oper->elem.seq; 1163 TP_PROTO(struct btrfs_qgroup_operation *oper), 1165 TP_ARGS(oper) [all …]
|
/linux-4.1.27/include/sound/ |
D | seq_oss.h | 89 struct snd_seq_oss_callback oper; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb.c | 500 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local 538 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config() 540 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
|
/linux-4.1.27/net/mac80211/ |
D | tdls.c | 1168 const u8 *peer, enum nl80211_tdls_operation oper) in ieee80211_tdls_oper() argument 1181 switch (oper) { in ieee80211_tdls_oper() 1193 tdls_dbg(sdata, "TDLS oper %d peer %pM\n", oper, peer); in ieee80211_tdls_oper() 1195 switch (oper) { in ieee80211_tdls_oper() 1244 enum nl80211_tdls_operation oper, in ieee80211_tdls_oper_request() argument 1251 oper); in ieee80211_tdls_oper_request() 1255 cfg80211_tdls_oper_request(sdata->dev, peer, oper, reason_code, gfp); in ieee80211_tdls_oper_request()
|
D | util.c | 2412 const struct ieee80211_vht_operation *oper, in ieee80211_vht_oper_to_chandef() argument 2415 if (!oper) in ieee80211_vht_oper_to_chandef() 2420 switch (oper->chan_width) { in ieee80211_vht_oper_to_chandef() 2437 ieee80211_channel_to_frequency(oper->center_freq_seg1_idx, in ieee80211_vht_oper_to_chandef() 2440 ieee80211_channel_to_frequency(oper->center_freq_seg2_idx, in ieee80211_vht_oper_to_chandef()
|
D | ieee80211_i.h | 1991 const struct ieee80211_vht_operation *oper, 2055 const u8 *peer, enum nl80211_tdls_operation oper);
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_3ad.c | 550 const struct port_params *oper = &port->partner_oper; in __update_default_selected() local 555 if (admin->port_number != oper->port_number || in __update_default_selected() 556 admin->port_priority != oper->port_priority || in __update_default_selected() 557 !MAC_ADDRESS_EQUAL(&admin->system, &oper->system) || in __update_default_selected() 558 admin->system_priority != oper->system_priority || in __update_default_selected() 559 admin->key != oper->key || in __update_default_selected() 561 != (oper->port_state & AD_STATE_AGGREGATION)) { in __update_default_selected()
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 1647 u8 *peer, enum nl80211_tdls_operation oper), 1648 TP_ARGS(wiphy, netdev, peer, oper), 1653 __field(enum nl80211_tdls_operation, oper) 1659 __entry->oper = oper; 1662 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->oper) 2580 enum nl80211_tdls_operation oper, u16 reason_code), 2581 TP_ARGS(wiphy, netdev, peer, oper, reason_code), 2586 __field(enum nl80211_tdls_operation, oper) 2593 __entry->oper = oper; 2597 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->oper,
|
D | rdev-ops.h | 817 enum nl80211_tdls_operation oper) in rdev_tdls_oper() argument 820 trace_rdev_tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper() 821 ret = rdev->ops->tdls_oper(&rdev->wiphy, dev, peer, oper); in rdev_tdls_oper()
|
D | nl80211.c | 12730 enum nl80211_tdls_operation oper, in cfg80211_tdls_oper_request() argument 12738 trace_cfg80211_tdls_oper_request(wdev->wiphy, dev, peer, oper, in cfg80211_tdls_oper_request() 12753 nla_put_u8(msg, NL80211_ATTR_TDLS_OPERATION, oper) || in cfg80211_tdls_oper_request()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | device.c | 556 int i2o_parm_table_get(struct i2o_device *dev, int oper, int group, in i2o_parm_table_get() argument 573 opblk[2] = oper; in i2o_parm_table_get()
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 139 arg->oper = oss_callback; in snd_opl3_init_seq_oss()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 1552 struct mwifiex_ds_tdls_oper *oper = data_buf; in mwifiex_cmd_tdls_oper() local 1570 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper() 1571 sta_ptr = mwifiex_get_sta_entry(priv, oper->peer_mac); in mwifiex_cmd_tdls_oper() 1575 switch (oper->tdls_action) { in mwifiex_cmd_tdls_oper() 1588 oper->peer_mac); in mwifiex_cmd_tdls_oper()
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_oss.c | 83 arg->oper = oss_callback; in snd_emux_init_seq_oss()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 126 uint32_t oper; in qla24xx_proc_fcp_prio_cfg_cmd() local 134 oper = bsg_job->request->rqst_data.h_vendor.vendor_cmd[1]; in qla24xx_proc_fcp_prio_cfg_cmd() 137 if (!ha->fcp_prio_cfg && (oper != QLFC_FCP_PRIO_SET_CONFIG)) { in qla24xx_proc_fcp_prio_cfg_cmd() 141 switch (oper) { in qla24xx_proc_fcp_prio_cfg_cmd()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 2655 const u8 *peer, enum nl80211_tdls_operation oper); 4932 enum nl80211_tdls_operation oper,
|
D | mac80211.h | 5345 enum nl80211_tdls_operation oper,
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.c | 458 #define CSIO_SCSI_DATA_WRSZ(req, oper, sz, imm) \ argument 460 (sz) = sizeof(struct fw_scsi_##oper##_wr) + /* WR size */ \
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 4510 static int brcmf_convert_nl80211_tdls_oper(enum nl80211_tdls_operation oper) in brcmf_convert_nl80211_tdls_oper() argument 4514 switch (oper) { in brcmf_convert_nl80211_tdls_oper() 4525 brcmf_err("unsupported operation: %d\n", oper); in brcmf_convert_nl80211_tdls_oper() 4533 enum nl80211_tdls_operation oper) in brcmf_cfg80211_tdls_oper() argument 4539 ret = brcmf_convert_nl80211_tdls_oper(oper); in brcmf_cfg80211_tdls_oper()
|